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

Bump debhelper compat to 10.

Changes:
- Drop --parallel option, enabled by default
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
parent c870c3bb
No related branches found
No related tags found
No related merge requests found
geos (3.8.1-1~exp2) UNRELEASED; urgency=medium
* Bump debhelper compat to 10, changes:
- Drop --parallel option, enabled by default
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
-- Bas Couwenberg <sebastic@debian.org> Thu, 19 Mar 2020 18:17:15 +0100
geos (3.8.1-1~exp1) experimental; urgency=medium
* New upstream release.
......
9
10
......@@ -4,8 +4,7 @@ Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
Bas Couwenberg <sebastic@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
Build-Depends: debhelper (>= 10~),
doxygen,
pkg-kde-tools
Standards-Version: 4.5.0
......
......@@ -30,7 +30,7 @@ ifneq (,$(findstring arm-linux-gnueabi,$(DEB_HOST_GNU_TYPE)))
endif
%:
dh $@ --with autoreconf,pkgkde_symbolshelper --parallel
dh $@ --with pkgkde_symbolshelper
override_dh_clean:
dh_clean debian/libgeos++-dev.install
......
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