[libfann] 125/133: Switch from autotools-dev to dh-autoreconf. Closes: #744606

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:56 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit 7d410c3f86dd03419bc44dc9f4c315f001d0c204
Author: Christian Kastner <debian at kvr.at>
Date:   Tue Apr 22 01:46:28 2014 +0200

    Switch from autotools-dev to dh-autoreconf. Closes: #744606
---
 debian/control | 2 +-
 debian/rules   | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2fef2c9..ae5098b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Christian Kastner <debian at kvr.at>
 Build-Depends:
     debhelper (>= 9),
-    autotools-dev,
+    dh-autoreconf,
     python-all-dev,
     dh-python,
     swig (>= 2.0.4-2)
diff --git a/debian/rules b/debian/rules
index e918622..e91d092 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,11 @@ PYVERS = $(shell pyversions -r -v)
 
 
 %:
-	dh $@ --with autotools_dev,python2
+	dh $@ --with autoreconf,python2
+
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 
 override_dh_auto_configure-arch:

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



More information about the debian-science-commits mailing list