diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | 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 <debian@jff-webhosting.net>  Thu, 03 Mar 2016 19:17:02 +0100 + -- Jörg Frings-Fürst <debian@jff-webhosting.net>  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 <debian@jff-webhosting.net>  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 | 
