[Pkg-nagios-changes] [pkg-nsca] 13/25: Use dh-autoreconf for retooling.

Bas Couwenberg sebastic at debian.org
Mon Dec 5 07:08:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pkg-nsca.

commit 5f03e2e2bab1509e5dcdb50f001ce8b9223434a6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 4 21:06:52 2016 +0100

    Use dh-autoreconf for retooling.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 4 +++-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1989dc2..c617ad9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ nsca (2.9.1-4) UNRELEASED; urgency=medium
   * Don't explicitly install lintian overrides.
   * Add upstream metadata.
   * Add gbp.conf to use pristine-tar by default.
+  * Use dh-autoreconf for retooling.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Dec 2016 00:04:22 +0100
 
diff --git a/debian/control b/debian/control
index 7255f5d..dee3929 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: Alexander Wirt <formorer at debian.org>
 Section: net
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~),
+               dh-autoreconf,
                libmcrypt-dev,
                po-debconf
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index dde7136..cb4c5da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export AUTOHEADER=true
+
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	./configure \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nsca.git



More information about the Pkg-nagios-changes mailing list