[Git][debian-gis-team/mapcode][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:30:13 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / mapcode
Commits:
357c60be by Bas Couwenberg at 2020-03-19T19:30:05+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
=====================================
@@ -4,6 +4,8 @@ mapcode (2.5.5-4) UNRELEASED; urgency=medium
* Update watch file to limit matches to archive path.
* Remove package name from lintian overrides.
* Update gbp.conf to use --source-only-changes by default.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Sun, 05 Aug 2018 20:27:47 +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: Stefan Fritsch <sf at debian.org>
Section: misc
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
cmake (>= 3.3)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapcode/
=====================================
debian/rules
=====================================
@@ -20,7 +20,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
# a similar manner are welcome.
%:
- dh $@ --parallel -Bobj
+ dh $@ -Bobj
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcode/-/commit/357c60be70ec694652eb6ba4698022d82ea8e4fd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcode/-/commit/357c60be70ec694652eb6ba4698022d82ea8e4fd
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/0f739b7d/attachment.html>
More information about the Pkg-grass-devel
mailing list