[Git][debian-gis-team/gdal][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:00:18 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / gdal
Commits:
7e256ca7 by Bas Couwenberg at 2020-03-19T18:00:07+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+gdal (3.0.4+dfsg-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
+ - Don't explicitly enable autoreconf, enabled by default
+ - Drop dh-autoreconf build dependency
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 19 Mar 2020 17:59:48 +0100
+
gdal (3.0.4+dfsg-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,8 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
dh-python,
d-shlibs,
default-jdk-headless,
=====================================
debian/rules
=====================================
@@ -83,7 +83,7 @@ gdal-mrsid-dist:
%:
if [ "$@" != "gdal-grass" -a "$@" != "gdal-ecw" -a "$@" != "gdal-mrsid" ]; then \
- dh $@ --with autoreconf,python3 --parallel ; \
+ dh $@ --with python3 ; \
fi
override_dh_clean:
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/7e256ca76b793f1e1f473b54dcce89e8ea612ff2
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/commit/7e256ca76b793f1e1f473b54dcce89e8ea612ff2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200319/4c5541e8/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list