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

Carlos De Maine null at kde.org
Mon Oct 28 00:34:44 GMT 2024


Git commit 8df15e4a56b33bd8f9a68a490ff03f5267379094 by Carlos De Maine.
Committed on 28/10/2024 at 00:34.
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-location/-/commit/8df15e4a56b33bd8f9a68a490ff03f5267379094

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