[Git][debian-gis-team/python-deprecated][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:26:44 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / python-deprecated
Commits:
97a7d2fb by Bas Couwenberg at 2020-03-19T20:26:36+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 @@ python-deprecated (1.2.7-2) UNRELEASED; urgency=medium
* Drop Name field from upstream metadata.
* 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:37:17 +0100
=====================================
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,
python3-all,
python3-pytest,
=====================================
debian/rules
=====================================
@@ -9,5 +9,4 @@ export PYBUILD_NAME=deprecated
%:
dh $@ \
--buildsystem=pybuild \
- --with python3 \
- --parallel
+ --with python3
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-deprecated/-/commit/97a7d2fb317a36cd1eb6545282b8d56f25594219
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-deprecated/-/commit/97a7d2fb317a36cd1eb6545282b8d56f25594219
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/d1deff4a/attachment.html>
More information about the Pkg-grass-devel
mailing list