From 66a723bd10665d668994f4046dff19dadd9b3a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 May 2016 08:16:43 +0200 Subject: remove override_dh_autoreconf --- debian/changelog | 2 ++ 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 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 -- cgit v1.2.3