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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:00:24 GMT 2020



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


Commits:
11ee5e63 by Bas Couwenberg at 2020-03-19T20:00:13+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 @@ osm2pgsql (1.2.1+ds-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:25:53 +0100
 


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


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: utils
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
                cmake,
                libboost-dev,
                libboost-system-dev,


=====================================
debian/rules
=====================================
@@ -14,9 +14,7 @@ CFLAGS += $(CPPFLAGS) -DNDEBUG
 CXXFLAGS += $(CPPFLAGS) -DNDEBUG
 
 %:
-	dh $@ \
-		--buildsystem cmake \
-		--parallel
+	dh $@ --buildsystem cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DEXTERNAL_LIBOSMIUM=ON \



View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/11ee5e63ec4c5d9dc08c64830e596e292b94ec37

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/11ee5e63ec4c5d9dc08c64830e596e292b94ec37
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/831cc263/attachment-0001.html>


More information about the Pkg-grass-devel mailing list