From 015c410bda6db857882d4c090eb3cd2dd034ccc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 5 Aug 2018 10:11:49 +0200 Subject: d/rules: Replace outdated dh_systemd_enable with dh_installsystemd --- debian/changelog | 2 ++ debian/rules | 4 ++-- 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) -- cgit v1.2.3