Bas Couwenberg pushed to branch master at Debian GIS Project / shapelib
Commits: e9210e28 by Bas Couwenberg at 2020-03-19T20:47:09+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 @@ shapelib (1.5.0-2) 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]> Wed, 10 Jul 2019 19:19:41 +0200 ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +10 ===================================== debian/control ===================================== @@ -4,8 +4,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Bas Couwenberg <[email protected]> Section: libs Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10~), ronn Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/shapelib ===================================== debian/rules ===================================== @@ -10,7 +10,7 @@ BUILD_DATE := $(shell LC_ALL=C date -u "+%Y-%m-%d" -d "@$(SOURCE_DATE_EPOCH)") UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') %: - dh $@ --with autoreconf --parallel + dh $@ override_dh_clean: dh_clean debian/man/*.1 View it on GitLab: https://salsa.debian.org/debian-gis-team/shapelib/-/commit/e9210e28723d613d92a37ff533d714a8055cab64 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/shapelib/-/commit/e9210e28723d613d92a37ff533d714a8055cab64 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
