[Git][debian-gis-team/nik4][master] Bump debhelper compat to 10.

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 18:48:39 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / nik4


Commits:
f181db76 by Bas Couwenberg at 2020-03-19T19:48:32+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
=====================================
@@ -3,6 +3,8 @@ nik4 (1.6-7) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.5.0, no changes.
   * Drop Name field from upstream metadata.
   * Drop openstreetmap-carto Suggests.
+  * Bump debhelper compat to 10, changes:
+    - Drop --parallel option, enabled by default
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 30 Sep 2019 19:30:02 +0200
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: utils
 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~),
                dh-python,
                python3-all-dev,
                python3-mapnik,


=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ BUILD_DATE=$(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
 MANPAGES := $(wildcard debian/man/*.*.xml)
 
 %:
-	dh $@ --buildsystem=pybuild --with python3 --parallel
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_build:
 	# Create man page from DocBook XML



View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/-/commit/f181db764f8e852367cf4a1c61012011a56fb948

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/-/commit/f181db764f8e852367cf4a1c61012011a56fb948
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/d3185c5c/attachment.html>


More information about the Pkg-grass-devel mailing list