[Git][debian-gis-team/unarr][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:58:39 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / unarr
Commits:
55d83489 by Bas Couwenberg at 2020-03-19T20:51:44+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
=====================================
@@ -6,6 +6,8 @@ unarr (1.0.1-2) UNRELEASED; urgency=medium
* Remove package name from lintian overrides.
* 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> Tue, 23 Oct 2018 12:53:10 +0200
=====================================
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: Alec Leamas <leamas.alec at gmail.com>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
cmake,
libbz2-dev,
zlib1g-dev
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --buildsystem cmake --parallel
+ dh $@ --buildsystem cmake
override_dh_auto_test:
echo "No tests available."
View it on GitLab: https://salsa.debian.org/debian-gis-team/unarr/-/commit/55d8348945ca9d3ded12ce5092dc71399db09ae4
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/unarr/-/commit/55d8348945ca9d3ded12ce5092dc71399db09ae4
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/4db0ff64/attachment.html>
More information about the Pkg-grass-devel
mailing list