[gdal] 01/02: Also use autotools_dev to update config.sub and config.guess.
Bas Couwenberg
sebastic at xs4all.nl
Tue Jul 29 21:08:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository gdal.
commit ffd9941d95ddbcb8d08e4bc856757f5b3c57b62a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Jul 29 22:17:23 2014 +0200
Also use autotools_dev to update config.sub and config.guess.
Thanks to Breno Leitao for the patch.
---
debian/changelog | 8 ++++++++
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 66e93af..faa7ad6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gdal (1.10.1+dfsg-7) UNRELEASED; urgency=medium
+
+ * Also use autotools_dev to update config.sub and config.guess.
+ Thanks to Breno Leitao for the patch.
+ (closes: #756412)
+
+ -- Bas Couwenberg <sebastic at xs4all.nl> Tue, 29 Jul 2014 22:15:46 +0200
+
gdal (1.10.1+dfsg-6) unstable; urgency=medium
[ gregor herrmann ]
diff --git a/debian/control b/debian/control
index ee967df..10cfca2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
+ autotools-dev,
zlib1g-dev,
libnetcdf-dev (>= 1:4.0.0),
netcdf-bin,
diff --git a/debian/rules b/debian/rules
index 8f042dc..acbf0a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ gdal-mrsid-dist:
%:
if [ "$@" != "gdal-grass" -a "$@" != "gdal-ecw" -a "$@" != "gdal-mrsid" ]; then \
- dh $@ --with autoreconf,python2,python3 ; \
+ dh $@ --with autotools_dev,autoreconf,python2,python3 ; \
fi
override_dh_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git
More information about the Pkg-grass-devel
mailing list