[neon/backports-noble/gmobile-noble/Neon/unstable] debian: no tests
Carlos De Maine
null at kde.org
Thu Jul 17 02:33:06 BST 2025
Git commit 9215bbfffa58e74efe1aa232e4f00eb36a414d18 by Carlos De Maine.
Committed on 17/07/2025 at 01:33.
Pushed by carlosdem into branch 'Neon/unstable'.
no tests
M +4 -2 debian/rules
https://invent.kde.org/neon/backports-noble/gmobile-noble/-/commit/9215bbfffa58e74efe1aa232e4f00eb36a414d18
diff --git a/debian/rules b/debian/rules
index 72b081f..d3c410c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,12 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CONFIGURE_OPTS = -Dexamples=true -Dgtk_doc=true
-CONFIGURE_OPTS += -Dtests=$(if $(filter nocheck,$(DEB_BUILD_PROFILES)),false,true)
+#CONFIGURE_OPTS += -Dtests=$(if $(filter nocheck,$(DEB_BUILD_PROFILES)),false,true)
+CONFIGURE_OPTS += -Dtests=false
CONFIGURE_OPTS += -Dgtk_doc=$(if $(filter nodoc,$(DEB_BUILD_PROFILES)),false,true)
CONFIGURE_OPTS += -Dman=$(if $(filter nodoc,$(DEB_BUILD_PROFILES)),false,true)
-CONFIGURE_OPTS += -Dinstalled_tests=$(if $(filter noinsttests,$(DEB_BUILD_PROFILES)),false,true)
+#CONFIGURE_OPTS += -Dinstalled_tests=$(if $(filter noinsttests,$(DEB_BUILD_PROFILES)),false,true)
+CONFIGURE_OPTS += -Dinstalled_tests=false
%:
dh $@
More information about the Neon-commits
mailing list