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

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 17:36:38 GMT 2020



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


Commits:
a28df43f by Bas Couwenberg at 2020-03-19T18:35:05+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 @@ grass (7.8.2-2) UNRELEASED; urgency=medium
 
   * Add python3-distutils to grass-core dependencies for g.extension.
   * 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>  Wed, 15 Jan 2020 16:20:26 +0100
 


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


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: autoconf2.13,
                autotools-dev,
                bison,
-               debhelper (>= 9),
+               debhelper (>= 10~),
                dh-python,
                doxygen,
                fakeroot,


=====================================
debian/rules
=====================================
@@ -46,7 +46,7 @@ templates:
 	done
 
 %:
-	dh $@ --with python3 --parallel
+	dh $@ --with python3
 
 override_dh_clean:
 	dh_clean build-arch-stamp install-arch-stamp debian/grass-gui.image-file-in-usr-lib.list



View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/a28df43fdbef227bcc6a0ef938aa837094f3739f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/a28df43fdbef227bcc6a0ef938aa837094f3739f
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/8f25677b/attachment.html>


More information about the Pkg-grass-devel mailing list