[Git][debian-gis-team/package_template][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Tue Mar 17 18:59:52 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / package_template
Commits:
f4d5aa13 by Bas Couwenberg at 2020-03-17T19:59:17+01:00
Bump debhelper compat to 10.
Changes:
- Drop --parallel option, enabled by default
- - - - -
3 changed files:
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: #USERNAME# <#EMAIL#>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/#PACKAGE#
Vcs-Git: https://salsa.debian.org/debian-gis-team/#PACKAGE#.git
=====================================
debian/rules
=====================================
@@ -17,7 +17,7 @@
# a similar manner are welcome.
%:
- dh $@ --parallel
+ dh $@
#get-orig-source:
# . debian/get-orig-source
View it on GitLab: https://salsa.debian.org/debian-gis-team/package_template/-/commit/f4d5aa135b4d956b2e1b28260004f974d74fc705
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/package_template/-/commit/f4d5aa135b4d956b2e1b28260004f974d74fc705
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/20200317/e0bba4e8/attachment.html>
More information about the Pkg-grass-devel
mailing list