[Git][debian-gis-team/sfcgal][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:57:34 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits:
0a18184c by Bas Couwenberg at 2020-03-19T20:46: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
=====================================
@@ -4,6 +4,8 @@ sfcgal (1.3.7-5) UNRELEASED; urgency=medium
* Apply patch by Gianfranco Costamagna to use -02 on armhf & ppc64el too.
(closes: #949025)
* Bump Standards-Version to 4.5.0, no changes.
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic at debian.org> Mon, 09 Dec 2019 09:43:37 +0100
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Sven Geggus <sven-debian at geggus.net>,
Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
+Build-Depends: debhelper (>= 10~),
cmake,
libcgal-dev (>= 5.0~),
libboost-all-dev,
=====================================
debian/rules
=====================================
@@ -19,7 +19,7 @@ endif
# main packaging script based on dh7 syntax
%:
- dh $@ --with pkgkde_symbolshelper --parallel
+ dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
dh_auto_configure -- \
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/0a18184cb1a85ed0f07fb161022bef2af122e270
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/0a18184cb1a85ed0f07fb161022bef2af122e270
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/fa99ecb6/attachment.html>
More information about the Pkg-grass-devel
mailing list