[neon/neon-packaging/plasma-integration5/Neon/unstable] debian: adapt to dual build
Carlos De Maine
null at kde.org
Wed Jul 19 05:37:55 BST 2023
Git commit a4e4f8cfa7342177fecd21d8df6bf946abf49576 by Carlos De Maine.
Committed on 19/07/2023 at 04:37.
Pushed by carlosdem into branch 'Neon/unstable'.
adapt to dual build
M +5 -0 debian/rules
https://invent.kde.org/neon/neon-packaging/plasma-integration5/-/commit/a4e4f8cfa7342177fecd21d8df6bf946abf49576
diff --git a/debian/rules b/debian/rules
index f30c3c8..77b8469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,14 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+CMAKE_ARGS = -DBUILD_QT6=OFF -DBUILD_QT5=ON
+
%:
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+override_dh_auto_configure:
+ dh_auto_configure -- $(CMAKE_ARGS)
+
override_dh_auto_test:
# Disable auto tests at build time
:
More information about the Neon-commits
mailing list