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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 19:15:41 GMT 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / postgis-java


Commits:
91072f1b by Bas Couwenberg at 2020-03-19T20:15:33+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,3 +1,10 @@
+postgis-java (1:2.4.0-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper compat to 10, changes:
+    - Drop --parallel option, enabled by default
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 19 Mar 2020 20:15:16 +0100
+
 postgis-java (1:2.4.0-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
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~)
 Build-Depends-Indep: default-jdk-headless (>= 2:1.7) | java7-sdk-headless,
                      junit4,
                      libpostgresql-jdbc-java,


=====================================
debian/rules
=====================================
@@ -7,8 +7,7 @@ include /usr/share/dpkg/pkg-info.mk
 UPSTREAM_VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 %:
-	dh $@ --parallel \
-	      --buildsystem maven
+	dh $@ --buildsystem maven
 
 override_dh_auto_clean:
 	dh_auto_clean



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis-java/-/commit/91072f1bb8298c64b2e22ed2e96edfedb271bd50

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis-java/-/commit/91072f1bb8298c64b2e22ed2e96edfedb271bd50
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/6a6ef5a4/attachment-0001.html>


More information about the Pkg-grass-devel mailing list