[Git][debian-gis-team/python-rtree][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:56:24 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / python-rtree
Commits:
4a88a8c4 by Bas Couwenberg at 2020-03-19T20:34:34+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 @@
+python-rtree (0.9.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:34:10 +0100
+
python-rtree (0.9.4-1) unstable; urgency=medium
* New upstream release.
=====================================
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: python
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
dh-python,
libspatialindex-dev (>= 1.7.0),
python3-all,
=====================================
debian/rules
=====================================
@@ -9,8 +9,7 @@ export PYBUILD_NAME=rtree
%:
dh $@ \
--buildsystem=pybuild \
- --with python3 \
- --parallel
+ --with python3
override_dh_auto_clean:
dh_auto_clean
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/commit/4a88a8c4fae9e480a0dee6631a2c88ce41a0014b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-rtree/-/commit/4a88a8c4fae9e480a0dee6631a2c88ce41a0014b
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/55735cd6/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list