[neon/qt6/qt6-gamepad/Neon/release] debian: manual qt_select

Carlos De Maine null at kde.org
Tue Jun 27 13:09:43 BST 2023


Git commit fb38cfc3961cc7a113b3fd4f2e23b3b56f03bae4 by Carlos De Maine.
Committed on 27/06/2023 at 12:09.
Pushed by carlosdem into branch 'Neon/release'.

manual qt_select

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-gamepad/-/commit/fb38cfc3961cc7a113b3fd4f2e23b3b56f03bae4

diff --git a/debian/rules b/debian/rules
index 2bd6cb4..c1aa043 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 %:
-	dh $@ --with pkgkde_symbolshelper --buildsystem=qmake
+	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
+	QT_SELECT=qt6 dh_auto_configure -- \
 		--log-level=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
 


More information about the Neon-commits mailing list