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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 18:44:29 GMT 2020



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


Commits:
97d44451 by Bas Couwenberg at 2020-03-19T19:44:18+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,6 +1,8 @@
 netcdf (1:4.7.3-2) UNRELEASED; urgency=medium
 
   * 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>  Sat, 25 Jan 2020 10:50:12 +0100
 


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


=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
+Build-Depends: debhelper (>= 10~),
                cmake (>= 3.6.1),
                chrpath,
                m4,


=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 export VERBOSE=1
 
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- \



View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/commit/97d4445117e678d5f7dfb9aee7a95898e1a98696

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/netcdf/-/commit/97d4445117e678d5f7dfb9aee7a95898e1a98696
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/0ea45022/attachment-0001.html>


More information about the Pkg-grass-devel mailing list