Source: fsprotect Version: 1.0.7+nmu1 Tags: patch trixie sid User: [email protected] Usertags: dep17
Hi, we want to finalize the /usr-merge transition by moving all aliased files from / to /usr via DEP17 to avoid any negative effects arising from aliasing. fsprotect is involved for multiple files. I'm sending a patch, because it cannot be converted automatically using dh-sequence-movetousr. Note that this patch should not be uploaded to bookworm-backports or earlier as it would violate the file move moratorium there. Helmut
diff --minimal -Nru fsprotect-1.0.7+nmu1/debian/changelog fsprotect-1.0.7+nmu2/debian/changelog --- fsprotect-1.0.7+nmu1/debian/changelog 2022-10-15 12:06:05.000000000 +0200 +++ fsprotect-1.0.7+nmu2/debian/changelog 2024-02-09 17:13:30.000000000 +0100 @@ -1,3 +1,10 @@ +fsprotect (1.0.7+nmu2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Move files to /usr for DEP17. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 09 Feb 2024 17:13:30 +0100 + fsprotect (1.0.7+nmu1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru fsprotect-1.0.7+nmu1/debian/dirs fsprotect-1.0.7+nmu2/debian/dirs --- fsprotect-1.0.7+nmu1/debian/dirs 2016-01-10 16:11:37.000000000 +0100 +++ fsprotect-1.0.7+nmu2/debian/dirs 2024-02-09 17:13:07.000000000 +0100 @@ -1 +1 @@ -/lib/fsprotect +/usr/lib/fsprotect diff --minimal -Nru fsprotect-1.0.7+nmu1/debian/fsprotect.install fsprotect-1.0.7+nmu2/debian/fsprotect.install --- fsprotect-1.0.7+nmu1/debian/fsprotect.install 2016-01-10 16:11:37.000000000 +0100 +++ fsprotect-1.0.7+nmu2/debian/fsprotect.install 2024-02-09 17:12:50.000000000 +0100 @@ -1,5 +1,5 @@ initramfs-tools/hooks/fsprotect /usr/share/initramfs-tools/hooks initramfs-tools/scripts/local-bottom/fsprotect /usr/share/initramfs-tools/scripts/local-bottom initramfs-tools/scripts/local-bottom/fsprotect /usr/share/initramfs-tools/scripts/nfs-bottom -bin/is_aufs /bin -lib/fsprotect-protect /lib/fsprotect/ +bin/is_aufs /usr/bin +lib/fsprotect-protect /usr/lib/fsprotect/ diff --minimal -Nru fsprotect-1.0.7+nmu1/debian/rules fsprotect-1.0.7+nmu2/debian/rules --- fsprotect-1.0.7+nmu1/debian/rules 2017-01-01 23:11:45.000000000 +0100 +++ fsprotect-1.0.7+nmu2/debian/rules 2024-02-09 17:12:30.000000000 +0100 @@ -10,5 +10,5 @@ dh_installman debian/is_aufs.1 binary-install/fsprotect:: - chmod 755 $(DEB_DESTDIR)/lib/fsprotect/fsprotect-protect + chmod 755 $(DEB_DESTDIR)/usr/lib/fsprotect/fsprotect-protect

