Control: tags 1054012 + patch
Control: tags 1054012 + pending

Hi Jose,

thanks for your answer.

I've prepared an NMU for at (versioned as 3.2.5-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

I'll also push to a branch (nmu-3.2.5-2.1) on salsa.


Best,
Chris

diff -Nru at-3.2.5/debian/changelog at-3.2.5/debian/changelog
--- at-3.2.5/debian/changelog	2023-06-25 23:46:36.000000000 +0200
+++ at-3.2.5/debian/changelog	2023-12-18 03:33:04.000000000 +0100
@@ -1,3 +1,12 @@
+at (3.2.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Helmut Grohne ]
+  * Defer placement of systemd units to systemd.pc. (Closes: #1054012)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Mon, 18 Dec 2023 03:33:04 +0100
+
 at (3.2.5-2) unstable; urgency=medium
 
   * Fix a race condition on DEP8 test?
diff -Nru at-3.2.5/debian/control at-3.2.5/debian/control
--- at-3.2.5/debian/control	2023-06-25 23:46:36.000000000 +0200
+++ at-3.2.5/debian/control	2023-12-18 03:33:04.000000000 +0100
@@ -12,6 +12,8 @@
                libpam0g-dev,
                libselinux1-dev [linux-any],
                perl:any (>= 5.10.1),
+               pkgconf,
+               systemd-dev,
 Vcs-Browser: https://salsa.debian.org/debian/at
 Vcs-Git: https://salsa.debian.org/debian/at.git -b debian
 Homepage: http://blog.calhariz.com
diff -Nru at-3.2.5/debian/rules at-3.2.5/debian/rules
--- at-3.2.5/debian/rules	2023-06-25 23:46:36.000000000 +0200
+++ at-3.2.5/debian/rules	2023-12-18 03:33:04.000000000 +0100
@@ -9,7 +9,7 @@
 confflags = --with-loadavg_mx=1.5 \
             --with-jobdir=/var/spool/cron/atjobs \
             --with-atspool=/var/spool/cron/atspool \
-            --with-systemdsystemunitdir=/lib/systemd/system \
+            --with-systemdsystemunitdir=$(shell pkgconf --variable=systemdsystemunitdir systemd) \
             $(WITH_SELINUX) \
             SENDMAIL=/usr/sbin/sendmail
 

Reply via email to