diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | 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) |