Source: rtkit Version: 0.13-5 Severity: normal Tags: patch User: [email protected] Usertags: dep17m2
We want to finalize the /usr-merge via DEP17 by moving all files to /usr. rtkit installs files into /lib; these should be moved into the respective canonical locations in /usr/. Please find a patch attached. It has been build-tested. This should not be backported to bookworm. If you intend to backport, please use dh_movetousr instead or defer the placement of the unit files to systemd.pc. If your package will change for the t64 transition or otherwise rename/split/move its binaries (packages) during trixie, please then upload to experimental and get in touch with the UsrMerge driver, please see the wiki [1]. Michael [1] https://wiki.debian.org/UsrMerge
diff -Nru rtkit-0.13/debian/changelog rtkit-0.13/debian/changelog --- rtkit-0.13/debian/changelog 2023-02-27 00:08:26.000000000 +0100 +++ rtkit-0.13/debian/changelog 2024-02-19 23:02:19.000000000 +0100 @@ -1,3 +1,10 @@ +rtkit (0.13-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Install systemd units into /usr. (Closes: #-1) + + -- Michael Biebl <[email protected]> Mon, 19 Feb 2024 23:02:19 +0100 + rtkit (0.13-5) unstable; urgency=medium * Team upload diff -Nru rtkit-0.13/debian/rules rtkit-0.13/debian/rules --- rtkit-0.13/debian/rules 2023-02-27 00:07:20.000000000 +0100 +++ rtkit-0.13/debian/rules 2024-02-19 23:02:09.000000000 +0100 @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ - -Dsystemd_systemunitdir=/lib/systemd/system \ + -Dsystemd_systemunitdir=/usr/lib/systemd/system \ -Dlibsystemd=enabled \ -Dinstalled_tests=true \

