[dans-gdal-scripts] 10/12: Use autoreconf instead of autotools-dev.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 13 20:10:25 UTC 2015


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

sebastic pushed a commit to branch master
in repository dans-gdal-scripts.

commit 525f59b78efe16159b389c1c80d704b74351c201
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Feb 13 20:45:21 2015 +0100

    Use autoreconf instead of autotools-dev.
---
 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 9bdc8cd..444633a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ dans-gdal-scripts (0.23-3) UNRELEASED; urgency=medium
   * Enable parallel builds.
   * Add gbp.conf to use pristine-tar by default.
   * Add patch headers to autotools patch, s/dpatch/quilt/g in README.source.
+  * Use autoreconf instead of autotools-dev.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 13 Feb 2015 20:23:03 +0100
 
diff --git a/debian/control b/debian/control
index 3c884d4..92ebcf6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
 Section: science
 Priority: extra
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                autotools-dev,
                libgdal-dev,
                libproj-dev,
diff --git a/debian/rules b/debian/rules
index eef7d9c..eaeede6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
 %:
-	dh $@ --with-autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	chmod a+x $(CURDIR)/configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/dans-gdal-scripts.git



More information about the Pkg-grass-devel mailing list