Bas Couwenberg pushed to branch master at Debian GIS Project / pgrouting
Commits: 816ad559 by Bas Couwenberg at 2020-11-03T11:38:14+01:00 Set PG_UPDATECONTROL=yes in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pgrouting (3.1.0-3) UNRELEASED; urgency=medium + + * Team upload. + * Set PG_UPDATECONTROL=yes in rules file. + + -- Bas Couwenberg <[email protected]> Tue, 03 Nov 2020 11:38:02 +0100 + pgrouting (3.1.0-2) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -7,6 +7,9 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all +# Don't fail when d/control doesn't match template +export PG_UPDATECONTROL=yes + CFLAGS += $(CPPFLAGS) CXXFLAGS += $(CPPFLAGS) View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/816ad55921fe5bf770e9312f1e91ae56bcda422a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/816ad55921fe5bf770e9312f1e91ae56bcda422a 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
