Bas Couwenberg pushed to branch master at Debian GIS Project / tinyows
Commits: c57dc1b7 by Bas Couwenberg at 2020-03-19T20:51:03+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 ===================================== @@ -5,6 +5,10 @@ tinyows (1.1.1-7) UNRELEASED; urgency=medium * Update gbp.conf to use --source-only-changes by default. * Drop Name field from upstream metadata. * Fix spelling error in README.Debian. + * 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]> Sun, 05 Aug 2018 21:02:07 +0200 ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +10 ===================================== debian/control ===================================== @@ -4,8 +4,7 @@ Uploaders: Pirmin Kalberer <[email protected]>, Bas Couwenberg <[email protected]> Section: non-free/web Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10~), flex, libfcgi-dev, libfl-dev, ===================================== debian/rules ===================================== @@ -15,8 +15,7 @@ CFLAGS += $(LDFLAGS) CFLAGS += $(CPPFLAGS) %: - dh $@ --with autoreconf \ - --parallel + dh $@ override_dh_clean: dh_clean -Xautom4te.cache \ View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/c57dc1b7372aa64ad7801e6bbb89a17fb0f03ed2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/c57dc1b7372aa64ad7801e6bbb89a17fb0f03ed2 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
