[Git][debian-gis-team/spatialite-gui][experimental] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:57:53 GMT 2020
Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite-gui
Commits:
4a24b0eb by Bas Couwenberg at 2020-03-19T20:49:25+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
=====================================
@@ -2,6 +2,10 @@ spatialite-gui (2.1.0~beta0+really2.1.0~beta0-1~exp6) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Drop Name field from upstream metadata.
+ * 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> Mon, 30 Sep 2019 20:03:35 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,8 +4,7 @@ Uploaders: David Paleino <dapal at debian.org>,
Bas Couwenberg <sebastic at debian.org>
Section: utils
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreexl-dev,
libgeos-dev,
=====================================
debian/rules
=====================================
@@ -12,9 +12,7 @@ export DEB_CFLAGS_MAINT_APPEND=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
export DEB_CXXFLAGS_MAINT_APPEND=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H
%:
- dh $@ \
- --with autoreconf \
- --parallel
+ dh $@
override_dh_autoreconf:
dh_autoreconf --as-needed
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-gui/-/commit/4a24b0eb1c86f6bd59d12e5bfc8a2ca4c359d4cc
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-gui/-/commit/4a24b0eb1c86f6bd59d12e5bfc8a2ca4c359d4cc
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/8eeabefc/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list