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

Carlos De Maine null at kde.org
Mon Oct 28 00:39:42 GMT 2024


Git commit 963b550ac8bdab0a78d0213ce8c8b154fdb91f29 by Carlos De Maine.
Committed on 28/10/2024 at 00:39.
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-declarative/-/commit/963b550ac8bdab0a78d0213ce8c8b154fdb91f29

diff --git a/debian/rules b/debian/rules
index d86f026..9f2b4db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,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