[Git][debian-gis-team/gdal-grass][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:01:47 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / gdal-grass
Commits:
f4546d4b by Bas Couwenberg at 2020-03-19T18:01:40+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 @@
+libgdal-grass (3.0.4-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 18:01:14 +0100
+
libgdal-grass (3.0.4-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),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
d-shlibs,
grass (>= 7.8.2),
grass-dev (>= 7.8.2),
=====================================
debian/rules
=====================================
@@ -25,7 +25,7 @@ GRASS=grass$(subst .,,$(shell pkg-config --modversion grass | cut -d. -f1,2))
GRASS_ABI=grass$(subst .,,$(shell pkg-config --modversion grass | cut -d. -f1,2,3 | sed -e 's/RC/-/'))
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_autoreconf:
mv configure configure.pre-autoreconf
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/commit/f4546d4b87b95d6e211ac7f5ac2971609716e726
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/commit/f4546d4b87b95d6e211ac7f5ac2971609716e726
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/7630d79d/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list