From e3b9981f94a8d1624938dc011764f95da40a8b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 15 Mar 2016 04:53:08 +0100 Subject: Remove dh_autotools-dev --- debian/changelog | 5 +++-- debian/control | 1 - debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5323172..daee836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,10 +3,11 @@ ipmitool (1.8.16-2) unstable; urgency=medium * New debian/patches/0001-Dialect_change.patch (Closes: #816491): - Change dialect from c99 to gnu99 to prevend segfaults on missing functions. - - Add autoreconf to debian/rules and debian/control. + - Add autoreconf and remove dh_autotools-dev to/from debian/rules + and debian/control. * Correct Vcs-Git uri. - -- Jörg Frings-Fürst Thu, 03 Mar 2016 19:17:02 +0100 + -- Jörg Frings-Fürst Sun, 13 Mar 2016 12:31:08 +0100 ipmitool (1.8.16-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index dab18b1..1665fe1 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - autotools-dev,, debhelper (>> 9), dh-autoreconf, dh-systemd (>= 1.5), diff --git a/debian/rules b/debian/rules index 76cd5ac..2b8f7e2 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export DH_OPTIONS export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with systemd,autotools-dev,autoreconf + dh $@ --with systemd,autoreconf override_dh_autoreconf: touch NEWS -- cgit v1.2.3