Bas Couwenberg pushed to branch experimental at Debian GIS Project / spatialite
Commits: a59b5307 by Bas Couwenberg at 2020-03-19T20:48:00+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 - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,10 @@ spatialite (5.0.0~beta0-1~exp5) 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 + - Don't explicitly enable autoreconf, enabled by default + - Drop dh-autoreconf build dependency -- Bas Couwenberg <[email protected]> Mon, 30 Sep 2019 20:03:11 +0200 ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +10 ===================================== debian/control ===================================== @@ -5,9 +5,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Bas Couwenberg <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9.20160114), - dh-autoreconf, - autotools-dev, +Build-Depends: debhelper (>= 10~), libexpat1-dev, libfreexl-dev, libgeos-dev (>= 3.5.0), ===================================== debian/rules ===================================== @@ -30,7 +30,7 @@ endif export VERBOSE=1 %: - dh $@ --with autoreconf --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- \ View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/-/commit/a59b5307ae8385d45525a7ebb139bbb376f74ba6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialite/-/commit/a59b5307ae8385d45525a7ebb139bbb376f74ba6 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
