[gdal] 01/03: Also use autotools_dev to update config.sub and config.guess.

Bas Couwenberg sebastic at xs4all.nl
Tue Jul 29 21:42:44 UTC 2014


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

sebastic-guest pushed a commit to branch experimental
in repository gdal.

commit edb4c848ab5e5d532ccf0f6576c9f192ecef6cbe
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 fab4c36..cb3c6cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,14 @@ gdal (1.11.0+dfsg-1~exp1) experimental; urgency=low
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 04 May 2014 18:13:46 +0200
 
+gdal (1.10.1+dfsg-7) unstable; 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:17:47 +0200
+
 gdal (1.10.1+dfsg-6) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --git a/debian/control b/debian/control
index 2b76af2..336bafe 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 102199a..1b74c97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,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