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

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



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


Commits:
7ac5b22e by Bas Couwenberg at 2020-03-19T20:08:41+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 @@ pdal (2.0.1+ds-2) UNRELEASED; urgency=medium
   * Change python3-all-dev build dependency to python3-dev,
     only the default interpreter is used.
   * 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:39:32 +0200
 


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


=====================================
debian/control
=====================================
@@ -3,9 +3,8 @@ 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,
-               autotools-dev,
                bash-completion,
                chrpath,
                cmake (>= 3.5),


=====================================
debian/rules
=====================================
@@ -18,7 +18,7 @@ BUILD_DATE = $(shell LC_ALL=C date -u "+%d %B %Y" -d "@$(SOURCE_DATE_EPOCH)")
 MANPAGES := $(wildcard debian/man/*.*.xml)
 
 %:
-	dh $@ --with python3,pkgkde_symbolshelper,sphinxdoc --parallel
+	dh $@ --with python3,pkgkde_symbolshelper,sphinxdoc
 
 override_dh_clean:
 	dh_clean debian/man/*.1



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

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pdal/-/commit/7ac5b22ecd32a0be6573318b66d644d55c7bae92
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/d54c2957/attachment-0001.html>


More information about the Pkg-grass-devel mailing list