Control: found -1 3.8.5-1

On 2023-12-31 15:31 +0100, Chris Hofstaedtler wrote:

> Source: postfix
> Version: 3.8.4-1
> User: helm...@debian.org
> Usertag: dep17m2
>
> Hi,
>
> postfix installs postfix-instance-generator into
> /lib/systemd/system-generators. This appears to be a hard-coded
> path.
>
> For the currently ongoing Debian UsrMerge effort [1], this file
> should move below /usr.
>
> If you wanted to, you could ask systemd.pc for the correct path:
>   pkg-config --variable=systemdsystemgeneratordir systemd
>
> Please make sure this gets fixed well before trixie's transition
> freeze.
> Please also read the linked wiki page about uploading to
> experimental, so dumat can check your package (also explained
> there).

While all regular files have been moved below /usr/lib/systemd in
version 3.8.5-1, postfix still ships the /lib/systemd/system-generators
directory.  Removing the last line from debian/postfix.dirs should fix
that, see the attached (trivial, but untested) patch.

Cheers,
       Sven

diff --git a/debian/postfix.dirs b/debian/postfix.dirs
index f9e42cc3..253d301b 100644
--- a/debian/postfix.dirs
+++ b/debian/postfix.dirs
@@ -34,4 +34,3 @@ var/spool/postfix/usr/lib/zoneinfo
 var/spool/postfix/usr/lib/sasl2
 var/log
 var/lib/postfix
-lib/systemd/system-generators

Reply via email to