[neon/qt6/qt6-positioning/Neon/release] debian: needs negation for it to work

Carlos De Maine null at kde.org
Mon Oct 28 00:36:11 GMT 2024


Git commit 80a0d0306acf925f8f3d788aa1ae6cd1fbe3870a by Carlos De Maine.
Committed on 28/10/2024 at 00:35.
Pushed by carlosdem into branch 'Neon/release'.

needs negation for it to work

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-positioning/-/commit/80a0d0306acf925f8f3d788aa1ae6cd1fbe3870a

diff --git a/debian/rules b/debian/rules
index cd11911..82873b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_configure:
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
 


More information about the Neon-commits mailing list