diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index cfcf8d5..8449e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ ipmitool (1.8.17-1) UNRELEASED; urgency=medium - 0500-fix_CVE-2011-4339.patch * New patch: - 0115-typo.patch + * Remove override_dh_autoreconf from debian/rules, the NEWS file is now + available at source. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 08 May 2016 23:00:04 +0200 diff --git a/debian/rules b/debian/rules index 76c0336..d8256c4 100755 --- a/debian/rules +++ b/debian/rules @@ -22,17 +22,12 @@ endif %: dh $@ --with systemd,autoreconf -override_dh_autoreconf: - touch NEWS - dh_autoreconf - $(RM) NEWS - override_dh_auto_install: dh_auto_install # No need to have two copies of the license text/changelog in the package. $(RM) $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/COPYING - $(RM) $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/ChangeLog - + $(RM) $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/ChangeLog + override_dh_installinit: dh_installinit --name ipmievd --error-handler=ipmievd_initd_failed |