[Debian-on-mobile-maintainers] Bug#1116742: gmobile: FTBFS with the nocheck build profile
Santiago Vila
sanvila at debian.org
Tue Oct 14 21:41:44 BST 2025
tags 1116742 patch
thanks
Hi. I think this should fix the problem, but please double-check. Thanks.
commit 3db9b9c338afeadb17690a0f1d2a9899cf351886 (HEAD -> wip-20251014)
Author: Santiago Vila <sanvila at debian.org>
Date: Tue Oct 14 22:30:00 2025 +0200
d/rules: Always build tests. Closes: #1116742.
(dh_auto_test will skip them when appropriate)
diff --git a/debian/rules b/debian/rules
index 72b081f..c2175d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
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 += -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)
More information about the Debian-on-mobile-maintainers
mailing list