[Git][debian-gis-team/zoo-project][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 19:58:50 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / zoo-project
Commits:
1b1e2168 by Bas Couwenberg at 2020-03-19T20:52:56+01:00
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
- - - - -
3 changed files:
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Angelos Tzotsos <gcpp.kalxas at gmail.com>
Section: web
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
dpkg-dev (>= 1.16.1.1),
default-jdk-headless | java7-sdk-headless,
cmake,
=====================================
debian/rules
=====================================
@@ -25,7 +25,7 @@ ITK_VERSION=$(shell dpkg-query -W -f='$${Version}' libinsighttoolkit4-dev | awk
OTB_VERSION=$(shell dpkg-query -W -f='$${Version}' libotb-dev | awk -F. '{ print $$1"."$$2 }')
%:
- dh $@ --with autoreconf --parallel
+ dh $@
override_dh_clean:
dh_clean zoo-project/zoo-kernel/Makefile \
View it on GitLab: https://salsa.debian.org/debian-gis-team/zoo-project/-/commit/1b1e2168d01a5cf18b29c0acba94946c5829c891
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/zoo-project/-/commit/1b1e2168d01a5cf18b29c0acba94946c5829c891
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/319afa9c/attachment.html>
More information about the Pkg-grass-devel
mailing list