summaryrefslogtreecommitdiff
path: root/debian/rules
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 /debian/rules
parente750789a7933d3e82ce90f4160920e089244c2d1 (diff)
d/rules: Replace outdated dh_systemd_enable with dh_installsystemd
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
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)