[neon/backports-noble/gmobile-noble/Neon/unstable] debian: we don't use profiles properly

Carlos De Maine null at kde.org
Thu Jul 17 02:54:59 BST 2025


Git commit fc45860c983ce744249ec6bdc2619952f03c74fe by Carlos De Maine.
Committed on 17/07/2025 at 01:54.
Pushed by carlosdem into branch 'Neon/unstable'.

we don't use profiles properly

M  +3    -4    debian/rules

https://invent.kde.org/neon/backports-noble/gmobile-noble/-/commit/fc45860c983ce744249ec6bdc2619952f03c74fe

diff --git a/debian/rules b/debian/rules
index d3c410c..7d0f5c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,11 @@
 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=false
+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)
-CONFIGURE_OPTS += -Dinstalled_tests=false
+CONFIGURE_OPTS += -Dinstalled_tests=$(if $(filter noinsttests,$(DEB_BUILD_PROFILES)),false,true)
+
 
 %:
 	dh $@


More information about the Neon-commits mailing list