[neon/qt6/qt6-base/Neon/unstable] debian: test the logic inverse

Carlos De Maine null at kde.org
Wed Dec 4 22:39:27 GMT 2024


Git commit 09e40cc345b8c065983620e2bdb16e734c04b601 by Carlos De Maine.
Committed on 04/12/2024 at 22:39.
Pushed by carlosdem into branch 'Neon/unstable'.

test the logic inverse

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/09e40cc345b8c065983620e2bdb16e734c04b601

diff --git a/debian/rules b/debian/rules
index 66b5b98..f6c214d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_BUILD_OPTIONS='nodoc'
 
 sslpkgname := $(shell dpkg-query --show '--showformat=$${Depends}' libssl-dev | cut -d ' ' -f1)
 
-ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
 	extra_build_args +=
 	extra_install_args +=
 else


More information about the Neon-commits mailing list