[Git][debian-gis-team/e00compr][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 17:49:58 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / e00compr
Commits:
9db93d2d by Bas Couwenberg at 2020-03-19T17:49:22+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 @@ e00compr (1.0.1-6) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Update gbp.conf to use --source-only-changes by default.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Sat, 04 Aug 2018 11:56:14 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Alan Boudreault <aboudreault at mapgears.com>
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/e00compr
Vcs-Git: https://salsa.debian.org/debian-gis-team/e00compr.git
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
CFLAGS += -W -pedantic -D_REENTRANT
%:
- dh $@ --parallel
+ dh $@
override_dh_install:
dh_install --list-missing
View it on GitLab: https://salsa.debian.org/debian-gis-team/e00compr/-/commit/9db93d2d4f8b970099e52ba1300e0bacda58b92a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/e00compr/-/commit/9db93d2d4f8b970099e52ba1300e0bacda58b92a
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/97905f58/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list