From 4ca47935230d953afcce00412d6b3f5811880bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 20 Dec 2016 19:41:10 +0100 Subject: Drop both dh-autoreconf/dh-systemd when using compat 10. --- debian/changelog | 5 +++++ debian/control | 2 -- debian/rules | 9 ++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4e06f03..010f38b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,11 @@ ipmiutil (3.0.0-3) UNRELEASED; urgency=medium ipmi_port at installation. - New debian/patches/0710-systemd.patch to remove supported characters. + (Thanks to Andreas Henriksson ) + * Drop both dh-autoreconf/dh-systemd from both build-depends + and dh --with arguments because this is all defaults when + using dh compat 10. + (Thanks to Andreas Henriksson ) -- Jörg Frings-Fürst Tue, 20 Dec 2016 11:55:42 +0100 diff --git a/debian/control b/debian/control index e64b1a9..597195f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Maintainer: Jörg Frings-Fürst Build-Depends: autotools-dev, debhelper (>= 10), - dh-autoreconf, - dh-systemd (>= 1.5), libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), libssl1.0-dev, libtool-bin diff --git a/debian/rules b/debian/rules index 80520ed..2fa6c72 100755 --- a/debian/rules +++ b/debian/rules @@ -10,10 +10,10 @@ CFLAGS += -fPIC CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: - dh $@ --with autotools-dev --with systemd --with autoreconf + dh $@ --with autotools-dev override_dh_auto_configure: - $(CURDIR)/beforeconf.sh + $(CURDIR)/beforeconf.sh dh_auto_configure -- $(CONFPARA) override_dh_autoreconf: @@ -35,4 +35,7 @@ override_dh_installinit: override_dh_systemd_enable: dh_systemd_enable --no-enable ipmi_port.service - + dh_systemd_enable --name=ipmi_info + dh_systemd_enable --name=ipmiutil_asy + dh_systemd_enable --name=ipmiutil_evt + dh_systemd_enable --name=ipmiutil_wdt -- cgit v1.2.3