[Git][debian-gis-team/libgeo-shapelib-perl][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:04:50 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / libgeo-shapelib-perl
Commits:
b4eb874c by Bas Couwenberg at 2020-03-19T19:04: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 @@ libgeo-shapelib-perl (0.22-5) 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:10:25 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
libshp-dev,
libtree-r-perl,
perl
=====================================
debian/rules
=====================================
@@ -10,4 +10,4 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export PERL_SHAPELIB=/usr/lib/$(DEB_HOST_MULTIARCH)/libshp.so
%:
- dh $@ --parallel
+ dh $@
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl/-/commit/b4eb874cc7427c4936524919696368ebf73d9f66
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-shapelib-perl/-/commit/b4eb874cc7427c4936524919696368ebf73d9f66
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/c7f2ff60/attachment.html>
More information about the Pkg-grass-devel
mailing list