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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:06:07 GMT 2020



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


Commits:
6a8d3246 by Bas Couwenberg at 2020-03-19T20:06:00+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 @@ osmpbf (1.3.3-13) UNRELEASED; urgency=medium
   * Update gbp.conf for renamed branches.
   * 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>  Thu, 29 Aug 2019 11:00:31 +0200
 


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


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: David Paleino <dapal at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
                ant,
                default-jdk-headless | java6-sdk-headless,
                libprotobuf-dev (>= 3.0.0),


=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 CXXFLAGS += $(CPPFLAGS)
 
 %:
-	dh $@ --buildsystem makefile --parallel
+	dh $@ --buildsystem makefile
 
 override_dh_auto_clean:
 	dh_auto_clean --buildsystem ant



View it on GitLab: https://salsa.debian.org/debian-gis-team/osmpbf/-/commit/6a8d32460f55bf69ab9aa8d7c2cc25a32fbe122e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmpbf/-/commit/6a8d32460f55bf69ab9aa8d7c2cc25a32fbe122e
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/a5b344bd/attachment-0001.html>


More information about the Pkg-grass-devel mailing list