[pynac] 01/02: dh compat 10 means no explicit autoreconf tricks

Julien Puydt julien.puydt at laposte.net
Thu Oct 6 06:32:44 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository pynac.

commit 7a24985def229185d79f0008d274e9cab1fb8c46
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Oct 6 08:30:44 2016 +0200

    dh compat 10 means no explicit autoreconf tricks
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c56ee2d..69e789e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: math
 Priority: optional
 Standards-Version: 3.9.8
 Homepage: http://pynac.org
-Build-Depends: debhelper (>= 10), dh-autoreconf, libgmp-dev, python-dev
+Build-Depends: debhelper (>= 10), libgmp-dev, python-dev
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pynac.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pynac.git
 
diff --git a/debian/rules b/debian/rules
index 7eaead8..3dab60b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git



More information about the debian-science-commits mailing list