Skip to content
Snippets Groups Projects
Commit fba625e9 authored by Bas Couwenberg's avatar Bas Couwenberg
Browse files

Bump debhelper compat to 10.

Changes:
- Drop --parallel option, enabled by default
parent 04f478f0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ python-click-plugins (1.1.1-3) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.5.0, no changes.
* Drop Name field from upstream metadata.
* Bump debhelper compat to 10, changes:
- Drop --parallel option, enabled by default
-- Bas Couwenberg <sebastic@debian.org> Mon, 30 Sep 2019 19:50:20 +0200
......
9
10
......@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan@vandewauw.be>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 10~),
dh-python,
python3-all,
python3-click,
......
......@@ -10,4 +10,4 @@ export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
export PYBUILD_NAME=click-plugins
%:
dh $@ --with python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment