summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-05-15 08:16:43 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-05-15 08:16:43 +0200
commit66a723bd10665d668994f4046dff19dadd9b3a2b (patch)
treee7854fbcb0fb962aa1987499facb368179a46c6b
parented6777ff9e3605b51c2db6872de84b10e0c7dc9c (diff)
remove override_dh_autoreconf
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules9
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