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 <[email protected]> Uploaders: Angelos Tzotsos <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
