[Pkg-gnupg-commit] [gpgme] 02/09: removed unnecessary b-d on autoreconf

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Aug 18 02:29:19 UTC 2017


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

dkg pushed a commit to branch master
in repository gpgme.

commit 08a8350218c579e6b628528ed4374688670e0079
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Aug 17 21:15:08 2017 -0400

    removed unnecessary b-d on autoreconf
---
 debian/control | 1 -
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 233d53e..2f8e0a9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
 Build-Depends:
  automake (>= 1.14),
  debhelper (>= 10~),
- dh-autoreconf,
  dh-exec,
  dh-python,
  gnupg-agent,
diff --git a/debian/rules b/debian/rules
index c51754c..cc4e62a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export QT_SELECT := qt5
 export DEBIAN_VERSION = $(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/.*: //p')
 
 %:
-	dh $@ --with autoreconf,python2,python3
+	dh $@ --with python2,python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

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



More information about the Pkg-gnupg-commit mailing list