Bas Couwenberg pushed to branch master at Debian GIS Project / osmcoastline
Commits: 2f9a0f38 by Bas Couwenberg at 2023-08-13T08:04:52+02:00 Use execute_after instead of override in rules file. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +osmcoastline (2.4.0-3) UNRELEASED; urgency=medium + + * Use execute_after instead of override in rules file. + + -- Bas Couwenberg <[email protected]> Sun, 13 Aug 2023 08:04:27 +0200 + osmcoastline (2.4.0-2) unstable; urgency=medium * Bump Standards-Version to 4.6.2, no changes. ===================================== debian/rules ===================================== @@ -11,9 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all override_dh_auto_configure: dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -override_dh_auto_test: - dh_auto_test - +execute_after_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) (cd obj-* && ./runtest.sh || echo "Ignoring expected test failure") endif View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/-/commit/2f9a0f388a0bf2e3e647503e168cf52da3994b25 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/-/commit/2f9a0f388a0bf2e3e647503e168cf52da3994b25 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
