[Git][debian-gis-team/osmcoastline][master] Use execute_after instead of override in rules file.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 13 07:15:41 BST 2023
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230813/13c3dd31/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list