[neon/extras/qtcurve/Neon/unstable_jammy] debian: build both

Carlos De Maine null at kde.org
Tue Sep 3 06:17:40 BST 2024


Git commit fe92f352ad7058fa800e38bf8e9d0fd4f48095cb by Carlos De Maine.
Committed on 03/09/2024 at 05:17.
Pushed by carlosdem into branch 'Neon/unstable_jammy'.

build both

(cherry picked from commit fd3564e1b23f936d844a99348fbc55f7864c0b70)

M  +1    -2    debian/rules

https://invent.kde.org/neon/extras/qtcurve/-/commit/fe92f352ad7058fa800e38bf8e9d0fd4f48095cb

diff --git a/debian/rules b/debian/rules
index 7e47538..b5512a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,14 +6,13 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 CMAKEOPTS = -DLIB_INSTALL_DIR="/usr/lib/$(DEB_HOST_MULTIARCH)" \
-            -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5 \
             -DQTC_QT5_ENABLE_KDE=On \
             -DQTC_QT4_ENABLE_KDE=Off \
             -DQTC_QT4_ENABLE_KWIN=Off \
             -DENABLE_TEST=Off
 
 %:
-	dh $@ --with=kf5
+	dh $@ --with=kf5 --with=kf6
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKEOPTS)



More information about the Neon-commits mailing list