Source: zvbi Version: 0.2.42-1 Severity: normal Tags: patch User: helm...@debian.org Usertags: dep17m2
Your package installs a /dev/null link for systemd into a hard-coded location. Please find a (trivial) patch attached to update this to /usr/lib/systemd/system, for the currently ongoing UsrMerge effort [1]. Note: this should not be backported to bookworm. If you intend to backport, please use dh_movetousr instead. Chris [1] https://wiki.debian.org/UsrMerge
diff -Nru zvbi-0.2.42/debian/changelog zvbi-0.2.42/debian/changelog --- zvbi-0.2.42/debian/changelog 2023-08-25 19:24:35.000000000 +0200 +++ zvbi-0.2.42/debian/changelog 2024-01-09 22:12:45.000000000 +0100 @@ -1,3 +1,11 @@ +zvbi (0.2.42-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update hard-coded location for systemd unit files/links. (DEP17 M2) + (Closes: #-1) + + -- Chris Hofstaedtler <z...@debian.org> Tue, 09 Jan 2024 22:12:45 +0100 + zvbi (0.2.42-1) unstable; urgency=medium * New upstream release. diff -Nru zvbi-0.2.42/debian/zvbi.links zvbi-0.2.42/debian/zvbi.links --- zvbi-0.2.42/debian/zvbi.links 2023-08-25 19:23:43.000000000 +0200 +++ zvbi-0.2.42/debian/zvbi.links 2024-01-09 22:12:42.000000000 +0100 @@ -1 +1 @@ -/dev/null /lib/systemd/system/zvbi.service +/dev/null /usr/lib/systemd/system/zvbi.service