[neon/neon-packaging/kdsoap/Neon/unstable] debian: try and make it find qthelpgenerator

Carlos De Maine null at kde.org
Wed Jul 26 13:20:10 BST 2023


Git commit e200d59217a4a51229af504c9cd9b14f42114802 by Carlos De Maine.
Committed on 26/07/2023 at 14:20.
Pushed by carlosdem into branch 'Neon/unstable'.

try and make it find qthelpgenerator

M  +1    -0    debian/control
M  +1    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/kdsoap/-/commit/e200d59217a4a51229af504c9cd9b14f42114802

diff --git a/debian/control b/debian/control
index aa5fc9f..98c894b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: cmake,
                pkg-kde-tools,
                qt6-base-dev,
                qt6-tools-dev,
+               qtchooser,
                texlive
 Vcs-Git: git://github.com/KDAB/KDSoap.git
 Vcs-Browser: https://github.com/KDAB/KDSoap
diff --git a/debian/rules b/debian/rules
index 28b1397..130a36c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export QT_SELECT=6
 
 DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 


More information about the Neon-commits mailing list