[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

bullseye-pu: Bug#994901: postfwd: Systemd .service file missing for postfwd



Hi there,

Am 22.09.21 um 22:26 schrieb Jakub Filo:
    * What led up to the situation?
    Upgrading to Bullseye, the /lib/systemd/system/postfwd.service file
    is no longer available and therefore the service does not start - the
    upgrade effectively broke a working package
    * What exactly did you do (or not do) that was effective (or

just wonna ask if this bug qualifies for an update in bullseye?

The patch fixing this is: https://gitlab.uncompleted.org/debian/postfwd/-/commit/d0ecd91cc74c6934b53792da0a3bb8a649b6a40d.patch and is really trivial. Yes, it is fixed in unstable already.

Thanks, Jan.
--
Never write mail to <waja@spamfalle.info>, you have been warned!
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d-- s+: a C+++ UL++++ P+ L+++ E--- W+++ N+++ o++ K++ w--- O M+ V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h---- r+++ y++++
------END GEEK CODE BLOCK------
From d0ecd91cc74c6934b53792da0a3bb8a649b6a40d Mon Sep 17 00:00:00 2001
From: Jan Wagner <waja@cyconet.org>
Date: Tue, 28 Sep 2021 12:12:12 +0200
Subject: [PATCH] d/rules: Calling dh_installsystemd (Closes: #994901)

---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 7ad15e3..f27e5e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ binary-indep: build install
 	dh_installdocs -phapolicy tools/hapolicy/hapolicy[0-9a-zA-Z.]*
 	dh_installexamples
 	dh_installinit -- defaults 19 21
+	dh_installsystemd --no-enable
 	dh_installman
 	dh_compress
 	dh_fixperms
-- 
GitLab


Reply to: