[gdal] 04/05: Removed autotools_dev

Francesco Lovergine frankie at moszumanska.debian.org
Tue Jan 2 16:23:16 UTC 2018


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

frankie pushed a commit to branch master
in repository gdal.

commit 2a7a4cbe4360ef7f2c29ded708a13a080fd71b68
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue Jan 2 16:17:15 2018 +0000

    Removed autotools_dev
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a1f5b6..d95ea57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ gdal (2.2.3+dfsg-2) UNRELEASED; urgency=medium
   * The doxygen jquery is currently a fork of jquery in minified form, and it
     is not compatible with the modern one. Replacement with the libjsquery
     provided now removed.
+  * autotools_dev plugin is deprecated since debhelper >= 9.20160114 and now 
+    no more supported.
 
   [ Bas Couwenberg ]
   * Strip trailing whitespace form changelog and patch header.
diff --git a/debian/control b/debian/control
index 3e2e1a1..7e39c5e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                dh-autoreconf,
                dh-python,
                d-shlibs,
diff --git a/debian/rules b/debian/rules
index ccefddd..70e16bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ gdal-mrsid-dist:
 
 %:
 	if [ "$@" != "gdal-grass" -a "$@" != "gdal-ecw" -a "$@" != "gdal-mrsid" ]; then \
-		dh $@ --with autotools_dev,autoreconf,python2,python3 --parallel ; \
+		dh $@ --with autoreconf,python2,python3 --parallel ; \
 	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