[neon/qt6/qt6-3d/Neon/release] debian: needs to be negated to work properly
Carlos De Maine
null at kde.org
Mon Oct 28 00:49:40 GMT 2024
Git commit b69f315adeb6d32506871f40cb0734050bc45335 by Carlos De Maine.
Committed on 28/10/2024 at 00:49.
Pushed by carlosdem into branch 'Neon/release'.
needs to be negated to work properly
M +1 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-3d/-/commit/b69f315adeb6d32506871f40cb0734050bc45335
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