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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 17:53:22 GMT 2020



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


Commits:
2c4fe358 by Bas Couwenberg at 2020-03-19T18:52:51+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 @@ laszip (3.4.3-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:12:24 +0100
 


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


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
 Priority: optional
 Build-Depends: chrpath,
                cmake (>= 2.8.11),
-               debhelper (>= 9)
+               debhelper (>= 10~)
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/laszip
 Vcs-Git: https://salsa.debian.org/debian-gis-team/laszip.git


=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)



View it on GitLab: https://salsa.debian.org/debian-gis-team/laszip/-/commit/2c4fe3581cf851bbac1e9570c4bafcdc2777a974

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/laszip/-/commit/2c4fe3581cf851bbac1e9570c4bafcdc2777a974
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/f6999deb/attachment-0001.html>


More information about the Pkg-grass-devel mailing list