[Pkg-gnupg-commit] [libassuan] 01/02: Drop unnecessary dh-autoreconf

Eric Dorland eric at moszumanska.debian.org
Thu Aug 10 22:36:36 UTC 2017


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

eric pushed a commit to branch master
in repository libassuan.

commit 2182e405dfe1b0b05f566104cc5e2cbad1832e0b
Author: Eric Dorland <eric at debian.org>
Date:   Thu Aug 10 18:24:39 2017 -0400

    Drop unnecessary dh-autoreconf
---
 debian/changelog | 6 ++++++
 debian/control   | 1 -
 debian/rules     | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a04120f..9d51394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libassuan (2.4.3-3) unstable; urgency=medium
+
+  * debian/control, debian/rules: Drop unnecessary dh-autoreconf.
+
+ --
+
 libassuan (2.4.3-2) unstable; urgency=medium
 
   * updated debian/watch
diff --git a/debian/control b/debian/control
index e4beae8..9777650 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
  Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
 Build-Depends:
  debhelper (>= 10~),
- dh-autoreconf,
  libgpg-error-dev (>= 1.17),
 Build-Depends-Indep:
  libgpg-error-mingw-w64-dev,
diff --git a/debian/rules b/debian/rules
index 9a27467..58784a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure --builddirectory build -- --enable-static

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



More information about the Pkg-gnupg-commit mailing list