summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-05 10:11:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-08-05 10:11:49 +0200
commit015c410bda6db857882d4c090eb3cd2dd034ccc4 (patch)
treeb50c44722a218428348621056fce968b77c4e927
parente750789a7933d3e82ce90f4160920e089244c2d1 (diff)
d/rules: Replace outdated dh_systemd_enable with dh_installsystemd
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8329af2..a9781a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ ipmitool (1.8.18-6) UNRELEASED; urgency=medium
- Use secure copyright format URI.
- Change to my new email address.
- Switch homepage to github.
+ * debian/rules:
+ - Replace outdated dh_systemd_enable with dh_installsystemd.
* debian/watch:
- Switch to github.
* Declare compliance with Debian Policy 4.1.5 (No changes needed).
diff --git a/debian/rules b/debian/rules
index 2862de5..f0e7b5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,8 +32,8 @@ override_dh_auto_install:
override_dh_installinit:
dh_installinit --name ipmievd --error-handler=ipmievd_initd_failed
-override_dh_systemd_enable:
- dh_systemd_enable --no-enable --name=ipmievd
+override_dh_installsystemd:
+ dh_installsystemd --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)