[Git][debian-gis-team/pyosmium][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:21:09 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / pyosmium
Commits:
488a9f03 by Bas Couwenberg at 2020-03-19T20:21:02+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
=====================================
@@ -1,3 +1,10 @@
+pyosmium (2.15.4-2) UNRELEASED; urgency=medium
+
+ * Bump debhelper compat to 10, changes:
+ - Drop --parallel option, enabled by default
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 19 Mar 2020 20:20:35 +0100
+
pyosmium (2.15.4-1) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Bas Couwenberg <sebastic at debian.org>
Section: science
Priority: optional
Build-Depends: cmake (>= 2.8.12),
- debhelper (>= 9),
+ debhelper (>= 10~),
dh-python,
libboost-dev,
libbz2-dev,
=====================================
debian/rules
=====================================
@@ -15,8 +15,7 @@ export VERBOSE=1
%:
dh $@ \
--buildsystem pybuild \
- --with python3 \
- --parallel
+ --with python3
override_dh_clean:
dh_clean
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/488a9f03b9a885564b70a9b52c05eb058a31d725
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyosmium/-/commit/488a9f03b9a885564b70a9b52c05eb058a31d725
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/18942f41/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list