Source: arpon Version: 3.0-ng+dfsg1-4 Tags: patch User: [email protected] Usertags: dep17m2
We want to change dh_installsystemd to install units to /usr to finalize the /usr-merge transition via DEP17. Once doing so, arpon will ship both /usr/lib/systemd/system/[email protected] (via dh_installsystemd) and /lib/systemd/system/[email protected] (via dh_install). Doing so is a policy violation. I'm attaching a patch for your convenience. This bug will become release critical once I upload debhelper. Helmut
diff -Nru arpon-3.0-ng+dfsg1/debian/arpon.install arpon-3.0-ng+dfsg1/debian/arpon.install --- arpon-3.0-ng+dfsg1/debian/arpon.install 2021-02-01 19:41:17.000000000 +0100 +++ arpon-3.0-ng+dfsg1/debian/arpon.install 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -debian/[email protected] lib/systemd/system diff -Nru arpon-3.0-ng+dfsg1/debian/changelog arpon-3.0-ng+dfsg1/debian/changelog --- arpon-3.0-ng+dfsg1/debian/changelog 2021-02-01 19:41:17.000000000 +0100 +++ arpon-3.0-ng+dfsg1/debian/changelog 2023-10-18 12:42:25.000000000 +0200 @@ -1,3 +1,10 @@ +arpon (3.0-ng+dfsg1-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Install systemd units only once. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 18 Oct 2023 12:42:25 +0200 + arpon (3.0-ng+dfsg1-4) unstable; urgency=medium [ Samuel Henrique ]

