[Git][debian-gis-team/spatialite-tools][experimental] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:58:03 GMT 2020
Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite-tools
Commits:
4805d373 by Bas Couwenberg at 2020-03-19T20:50:15+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-tools (4.4.0~rc1-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:57 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -5,9 +5,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,
- autotools-dev,
+Build-Depends: debhelper (>= 10~),
libexpat1-dev,
libfreexl-dev,
libgeos-dev (>= 3.3.0),
=====================================
debian/rules
=====================================
@@ -23,7 +23,7 @@ MANPAGES := $(wildcard debian/man/*.*.xml)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
%:
- dh $@ --with autoreconf --parallel
+ dh $@
versions:
@echo "Spatialite full version: $(FULL_VERSION)"
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/commit/4805d373dcf3c5b8e73cc83730ffa6092af1a395
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite-tools/-/commit/4805d373dcf3c5b8e73cc83730ffa6092af1a395
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/3c049fde/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list