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

Carlos De Maine null at kde.org
Tue Sep 3 00:53:10 BST 2024


Git commit fd3564e1b23f936d844a99348fbc55f7864c0b70 by Carlos De Maine.
Committed on 02/09/2024 at 23:53.
Pushed by carlosdem into branch 'Neon/unstable'.

build both

M  +1    -2    debian/rules

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

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