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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:04:01 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / osmium-tool


Commits:
e5d08b2c by Bas Couwenberg at 2020-03-19T20:03:50+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 @@ osmium-tool (1.11.1-2) UNRELEASED; urgency=medium
 
   * Drop Name field from upstream metadata.
   * 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>  Mon, 09 Dec 2019 09:27:33 +0100
 


=====================================
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: Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
                cmake,
                libboost-dev,
                libboost-program-options-dev,


=====================================
debian/rules
=====================================
@@ -15,8 +15,7 @@ export VERBOSE=1
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 %:
-	dh $@ --buildsystem cmake \
-	      --parallel
+	dh $@ --buildsystem cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1



View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/e5d08b2c2144f856383a49bd94f4435ca52614dc

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/e5d08b2c2144f856383a49bd94f4435ca52614dc
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/bf8f3cf1/attachment-0001.html>


More information about the Pkg-grass-devel mailing list