[neon/neon-packaging/breeze5/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Tue Aug 8 05:00:31 BST 2023


Git commit 30dc45644ed3e02e1bde0bb3e38f7c8c11a0b1f7 by Carlos De Maine.
Committed on 08/08/2023 at 06:00.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +5    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/breeze5/-/commit/30dc45644ed3e02e1bde0bb3e38f7c8c11a0b1f7

diff --git a/debian/rules b/debian/rules
index e6a8702..4c8a4f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,10 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+QT5_CMAKE_ARGS = -DBUILD_QT5=ON -DBUILD_QT6=OFF
+
 %:
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(QT5_CMAKE_ARGS) -DUSE_QT_VERSION=5


More information about the Neon-commits mailing list