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 <[email protected]> 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)

