[Git][debian-gis-team/cftime][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 16:46:44 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits:
b0563733 by Bas Couwenberg at 2020-03-19T17:46:08+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 @@
+cftime (1.1.1+ds-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 17:45:50 +0100
+
cftime (1.1.1+ds-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: science
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
dh-python,
python3-all-dev,
python3-coverage,
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export PYBUILD_NAME=cftime
export PYBUILD_TEST_PYTEST=1
%:
- dh $@ --with python3 --buildsystem=pybuild --parallel
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_install --list-missing
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/b0563733aabd541f9b2fd0162a90e2128ca27b6b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/b0563733aabd541f9b2fd0162a90e2128ca27b6b
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/44f5cab4/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list