[neon/qt6/qt6-base/Neon/release] debian: needs negation for it to work
Carlos De Maine
null at kde.org
Mon Oct 28 00:41:33 GMT 2024
Git commit eecbf116e2c54f2ece6f9dbd67d53b1be2371b40 by Carlos De Maine.
Committed on 28/10/2024 at 00:41.
Pushed by carlosdem into branch 'Neon/release'.
needs negation for it to work
M +2 -2 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/eecbf116e2c54f2ece6f9dbd67d53b1be2371b40
diff --git a/debian/rules b/debian/rules
index 1991b27..166df68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,7 +121,7 @@ execute_after_dh_auto_install-arch:
sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_auto_build-indep:
dh_auto_build
@@ -143,4 +143,4 @@ override_dh_makeshlibs:
dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
execute_after_dh_shlibdeps-arch:
- echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars
\ No newline at end of file
+ echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars
More information about the Neon-commits
mailing list