[neon/qt6/qt6-base/Neon/unstable] debian: nodoc

Carlos De Maine null at kde.org
Wed Dec 4 13:55:13 GMT 2024


Git commit 5cc08e7e1200cb57e043544bf705882aa7bff9d3 by Carlos De Maine.
Committed on 04/12/2024 at 13:55.
Pushed by carlosdem into branch 'Neon/unstable'.

nodoc

M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/5cc08e7e1200cb57e043544bf705882aa7bff9d3

diff --git a/debian/rules b/debian/rules
index a0bf50e..df56215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 #### uncomment when bootstrapping a new qt release ####
-export DEB_BUILD_PROFILES='!nodoc'
+export DEB_BUILD_PROFILES='nodoc'
 $(info $$DEB_BUILD_PROFILES is [${DEB_BUILD_PROFILES }])
-export DEB_BUILD_OPTIONS='!nodoc'
+export DEB_BUILD_OPTIONS='nodoc'
 $(info $$DEB_BUILD_OPTIONS is [${DEB_BUILD_OPTIONS }])
 
 
@@ -103,7 +103,7 @@ override_dh_auto_configure:
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 
-ifeq (,$(filter !nodoc,$(DEB_BUILD_PROFILES)),)
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
 override_dh_auto_build-indep:
 	dh_auto_build
 


More information about the Neon-commits mailing list