[neon/qt6/qt6-svg/Neon/release] debian: needs negation for it to work
Carlos De Maine
null at kde.org
Mon Oct 28 00:38:47 GMT 2024
Git commit c266ee238cf5b41bd1850b3f56aad40581b4baac by Carlos De Maine.
Committed on 28/10/2024 at 00:38.
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-svg/-/commit/c266ee238cf5b41bd1850b3f56aad40581b4baac
diff --git a/debian/rules b/debian/rules
index 4b8de4d..184b118 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,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