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

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



Bas Couwenberg pushed to branch master at Debian GIS Project / python-pdal


Commits:
f515a6e8 by Bas Couwenberg at 2020-03-19T20:31:30+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
=====================================
@@ -4,6 +4,8 @@ python-pdal (2.2.2+ds-2) UNRELEASED; urgency=medium
   * Change python3-all-dev build dependency to python3-dev,
     pdal is only built with the default interpreter.
   * Drop Name field from upstream metadata.
+  * Bump debhelper compat to 10, changes:
+    - Drop --parallel option, enabled by default
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 30 Sep 2019 19:54:26 +0200
 


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


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: science
 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,
                cython3,
                libpdal-dev (>= 1.9),


=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export PYBUILD_NAME=pdal
 
 %:
-	dh $@ --with python3 --buildsystem pybuild --parallel
+	dh $@ --with python3 --buildsystem pybuild
 
 override_dh_install:
 	dh_install --list-missing



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/-/commit/f515a6e8d10fca9a998a2c88919be313e7f5fff7

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/-/commit/f515a6e8d10fca9a998a2c88919be313e7f5fff7
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/5068bd02/attachment.html>


More information about the Pkg-grass-devel mailing list