Bas Couwenberg pushed to branch master at Debian GIS Project / pgrouting
Commits: 1ea612d3 by Bas Couwenberg at 2020-10-02T16:01:13+02:00 Don't ignore `pg_buildext clean` failure, issue is fixed. Revert "Ignore `pg_buildext clean` failure, see: #971517." This reverts commit b197d6f270740e1be2f02c9643a693b49d829112. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pgrouting (3.1.0-2~exp2) UNRELEASED; urgency=medium + + * Don't ignore `pg_buildext clean` failure, issue is fixed. + + -- Bas Couwenberg <[email protected]> Fri, 02 Oct 2020 16:00:34 +0200 + pgrouting (3.1.0-2~exp1) experimental; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -16,7 +16,7 @@ include /usr/share/postgresql-common/pgxs_debian_control.mk dh $@ --with sphinxdoc override_dh_auto_clean: - +pg_buildext clean build-%v || echo "Ignoring failure" + +pg_buildext clean build-%v override_dh_clean: dh_clean debian/postgresql-*-pgrouting.install \ View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/1ea612d36666a747b3a712e4cc74de3f12d6ab9b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/1ea612d36666a747b3a712e4cc74de3f12d6ab9b 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
