[pktools] 06/07: Use dh-autoreconf for retooling.
Bas Couwenberg
sebastic at xs4all.nl
Thu Aug 7 23:34:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository pktools.
commit d583e26a73b0ab6a267d71c5cafe52a32e3d0c1f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Aug 8 00:22:05 2014 +0200
Use dh-autoreconf for retooling.
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 76d9f1d..d14c83a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pktools (2.5.2+20140505-2) UNRELEASED; urgency=medium
* Handle common watch file issues, don't match pktools-latest.tar.gz.
* Fix duplicate short description.
* Add patch to fix 'bandwidth' typo.
+ * Use dh-autoreconf for retooling.
-- Ross Gammon <rossgammon at mail.dk> Mon, 04 Aug 2014 23:29:02 +0200
diff --git a/debian/control b/debian/control
index 0bf3643..d4b078d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
autotools-dev,
libgdal-dev (>=1.10.0-0~),
libgsl0-dev,
diff --git a/debian/rules b/debian/rules
index e67037c..25815ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
endif
%:
- dh $@ --buildsystem autoconf
+ dh $@ --buildsystem autoconf --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-fann --enable-las --enable-nlopt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git
More information about the Pkg-grass-devel
mailing list