[neon/qt6/qt6-base/Neon/release] debian: inverse the logic until we work out why it isn't setting DEB_BUILD_PROFILES

Carlos De Maine null at kde.org
Thu Dec 5 02:09:15 GMT 2024


Git commit d908afb2358fce543468a7a493842cc52e97c4d0 by Carlos De Maine.
Committed on 05/12/2024 at 02:09.
Pushed by carlosdem into branch 'Neon/release'.

inverse the logic until we work out why it isn't setting DEB_BUILD_PROFILES

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 678b815..37fb165 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_BUILD_OPTIONS DEB_BUILD_PROFILES
 
 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 +=
 	build_docs = false


More information about the Neon-commits mailing list