[neon/extras/grantlee/Neon/release] debian: rules: drop nocheck check
Pino Toscano
null at kde.org
Thu Sep 8 10:47:40 BST 2022
Git commit 86994759cf9164b51c6e294a31ec8efe22bea094 by Pino Toscano.
Committed on 26/09/2021 at 15:38.
Pushed by jriddell into branch 'Neon/release'.
rules: drop nocheck check
M +2 -0 debian/changelog
M +0 -2 debian/rules
https://invent.kde.org/neon/extras/grantlee/commit/86994759cf9164b51c6e294a31ec8efe22bea094
diff --git a/debian/changelog b/debian/changelog
index a6719f8..0f8d9f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ grantlee5 (5.2.0-4) UNRELEASED; urgency=medium
[ Pino Toscano ]
* CI: disable the blhc job.
+ * Remove the check for nocheck in $(DEB_BUILD_OPTIONS), as debhelper already
+ does not invoke dh_auto_test in compatibility >= 13.
-- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Sun, 26 Sep 2021 17:36:19 +0200
diff --git a/debian/rules b/debian/rules
index ee58c88..60d469d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,5 @@ endif
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_TESTS=ON -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
-ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
xvfb-run dh_auto_test $(fail_param)
-endif
More information about the Neon-commits
mailing list