[Git][debian-gis-team/libkml][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:06:50 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / libkml
Commits:
41d1fdbf by Bas Couwenberg at 2020-03-19T19:06:42+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ libkml (1.3.0-9) 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
-- Bas Couwenberg <sebastic at debian.org> Mon, 30 Sep 2019 19:12:00 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
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 (>= 10~),
cmake,
libboost-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
UPSTREAM_VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
- dh $@ --with pkgkde_symbolshelper --parallel
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
dh_auto_configure -- \
View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/-/commit/41d1fdbf568811ec5fbfbe8b89a8594c972afeac
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/-/commit/41d1fdbf568811ec5fbfbe8b89a8594c972afeac
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/5ed9a214/attachment.html>
More information about the Pkg-grass-devel
mailing list