Control: tags -1 patch

Hi Jörg,

On Sat, 28 Oct 2017 13:38:32 +0200 Jörg Frings-Fürst wrote:
> here the FTBFS isn't reproducible.
I can also reproduce the issue, and the patch to fix the issue is attached.

>From dh_systemd_enable(1):

"
 --name=name
     Install the service file as name.service instead of the default
     filename, which is the package.service. When this parameter is
     used, dh_systemd_enable looks for and installs files named
     debian/package.name.service instead of the usual
     debian/package.service.
"

Please apply upload a new ipmitool revision to fix the last remaing
package in the freeipmi transition.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
>From f26d0f96e0d31aed9b5420f25da92e6a663362be Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebas...@debian.org>
Date: Mon, 30 Oct 2017 22:20:40 +0100
Subject: [PATCH] Use dh_systemd_enable --name to install
 ipmitool.ipmievd.service. (closes: #879063)

---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d860cb..a245b8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ipmitool (1.8.18-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dh_systemd_enable --name to install ipmitool.ipmievd.service.
+    (closes: #879063)
+
+ -- Bas Couwenberg <sebas...@debian.org>  Mon, 30 Oct 2017 22:19:35 +0100
+
 ipmitool (1.8.18-4) unstable; urgency=medium
 
   * Migrate to OpenSSL1.1 (Closes_# 853782):
diff --git a/debian/rules b/debian/rules
index 7aa7d87..2862de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_installinit:
 	dh_installinit --name ipmievd --error-handler=ipmievd_initd_failed
 
 override_dh_systemd_enable:
-	dh_systemd_enable --no-enable ipmievd.service
+	dh_systemd_enable --no-enable --name=ipmievd
 
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --with-kerneldir --mandir=/usr/share/man --enable-intf-dummy $(extra_config_opts)
-- 
2.11.0

Reply via email to