[Git][debian-gis-team/mapbox-wagyu][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 18:28:05 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / mapbox-wagyu
Commits:
7ecc9927 by Bas Couwenberg at 2020-03-19T19:27:58+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
=====================================
@@ -1,6 +1,8 @@
mapbox-wagyu (0.5.0-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Sat, 25 Jan 2020 10:44:58 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: libdevel
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/mapbox-wagyu/
Vcs-Git: https://salsa.debian.org/debian-gis-team/mapbox-wagyu.git
=====================================
debian/rules
=====================================
@@ -6,7 +6,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallel
+ dh $@
override_dh_auto_build:
# Nothing to build for header-only library
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapbox-wagyu/-/commit/7ecc99274a17c1333116bfcf5e220bd8d3a80a23
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapbox-wagyu/-/commit/7ecc99274a17c1333116bfcf5e220bd8d3a80a23
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/8244f89d/attachment.html>
More information about the Pkg-grass-devel
mailing list