[neon/extras/qca2/Neon/release] debian: more qt6 fixes
Pino Toscano
null at kde.org
Thu May 16 11:36:01 BST 2024
Git commit 0f6ac1024deab5a1b91650991619002b87c77cce by Pino Toscano.
Committed on 15/07/2023 at 06:59.
Pushed by jriddell into branch 'Neon/release'.
more qt6 fixes
- actually install the qt6 build
- fix the builddir for the qt6 testing
M +4 -1 debian/rules
https://invent.kde.org/neon/extras/qca2/-/commit/0f6ac1024deab5a1b91650991619002b87c77cce
diff --git a/debian/rules b/debian/rules
index c78d3fc..28aa8e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,11 +35,14 @@ override_dh_auto_build-indep:
dh_auto_build --builddirectory=build -- doc
find build/apidocs/html -name '*.md5' -delete
+execute_after_dh_auto_install-arch:
+ dh_auto_install --builddirectory=build-qt6
+
override_dh_auto_install-indep:
override_dh_auto_test-arch:
QT_PLUGIN_PATH=$(CURDIR)/build/lib/qca-qt5/ dh_auto_test -a
- QT_PLUGIN_PATH=$(CURDIR)/build-qt6/lib/qca-qt6/ dh_auto_test -a
+ QT_PLUGIN_PATH=$(CURDIR)/build-qt6/lib/qca-qt6/ dh_auto_test --builddirectory=build-qt6 -a
override_dh_auto_test-indep:
More information about the Neon-commits
mailing list