[Git][debian-gis-team/savi][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:57:29 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / savi
Commits:
b35dee7b by Bas Couwenberg at 2020-03-19T20:45:25+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
=====================================
@@ -3,6 +3,8 @@ savi (1.5.1-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
* Drop Name field from upstream metadata.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Sun, 05 Aug 2018 20:59:08 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: YunQiang Su <syq at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- autotools-dev,
+Build-Depends: debhelper (>= 10~),
tcl-dev,
tk-dev
Standards-Version: 4.5.0
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallel --buildsystem=makefile
+ dh $@ --buildsystem=makefile
override_dh_auto_build:
dh_auto_build -- ARCH=ubuntu
View it on GitLab: https://salsa.debian.org/debian-gis-team/savi/-/commit/b35dee7b8170c42deb60920b8c10b2e402d0164a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/savi/-/commit/b35dee7b8170c42deb60920b8c10b2e402d0164a
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/1e6cd957/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list