[Git][debian-gis-team/osmcoastline][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:01:18 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / osmcoastline
Commits:
766b8293 by Bas Couwenberg at 2020-03-19T20:01:11+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 @@ osmcoastline (2.2.4-2) UNRELEASED; urgency=medium
* Update gbp.conf to use --source-only-changes by default.
* Bump Standards-Version to 4.5.0, no changes.
* 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, 07 Jul 2019 09:13:41 +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: Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
cmake,
libbz2-dev,
libexpat1-dev,
=====================================
debian/rules
=====================================
@@ -6,8 +6,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --buildsystem cmake \
- --parallel
+ dh $@ --buildsystem cmake
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/-/commit/766b8293c1cb07b40a4e7d351f1532c86adb620c
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/-/commit/766b8293c1cb07b40a4e7d351f1532c86adb620c
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/25ea09e4/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list