[neon/qt6/qt6-declarative/Neon/release] debian: temporarily pass - DQT_NO_PACKAGE_VERSION_CHECK=TRUE to try and get a build
Carlos De Maine
null at kde.org
Tue Apr 2 23:52:14 BST 2024
Git commit 72b3a75690886e4e5b0ac63b82d52c7b58858141 by Carlos De Maine.
Committed on 02/04/2024 at 22:52.
Pushed by carlosdem into branch 'Neon/release'.
temporarily pass - DQT_NO_PACKAGE_VERSION_CHECK=TRUE to try and get a build
M +1 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/72b3a75690886e4e5b0ac63b82d52c7b58858141
diff --git a/debian/rules b/debian/rules
index a7290ea..69c61ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
endif
%:
- dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
+ dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja -DQT_NO_PACKAGE_VERSION_CHECK=TRUE
override_dh_auto_configure:
dh_auto_configure -- \
More information about the Neon-commits
mailing list