setup_merged_usr: create skip flag when merged-usr is disabled
usrmerge since version 26 allows to skip the conversion when installing by creating a specific flag file in /etc. Create it when --no-merged-usr is used, so that when usrmerge becomes transitively-essential the conversion doesn't happen if the option was specified. This will be needed on buildd installations for some time yet.
Merge request reports
Activity
note that the second commit requires a new package that is currently in binary-NEW: https://ftp-master.debian.org/new/usrmerge_26.html
- Resolved by Luca Boccassi
added 1 commit
- 395a71d7 - Add usrmerged to the required set on testing/unstable
added 1 commit
- f55edb56 - Add usrmerged to the required set on testing/unstable
added 1 commit
- b79d058a - Add usr-is-merged to the required set on testing/unstable
- Resolved by Dimitri Ledkov
- Resolved by Luca Boccassi
- Resolved by Luca Boccassi
- Resolved by Luca Boccassi
- Resolved by Luca Boccassi
In the commit message:
This will be needed on buildd installations for some time yet
Perhaps:
This will be desirable on buildds for a while, to mitigate packages that don't work on unmerged-/usr systems if they are built on a merged-/usr system. --variant=buildd already implies --no-merged-usr for this reason.
This is also a desirable option to have available for QA systems like autopkgtest and piuparts, if they want to verify that newly-built packages can still install and work on unmerged-/usr systems during the bullseye -> bookworm upgrade. To get this test environment, they can use --no-merged-usr explicitly.
Edited by Simon McVittie
- Resolved by Luca Boccassi