[neon/extras/qca2/Neon/release] debian: minor nits
Pino Toscano
null at kde.org
Thu May 16 11:36:01 BST 2024
Git commit 26dcfcb73a03b8576db7cd7abb1062c9251ea201 by Pino Toscano.
Committed on 15/07/2023 at 07:52.
Pushed by jriddell into branch 'Neon/release'.
minor nits
M +1 -1 debian/rules
M +1 -1 debian/tests/ciphertest/run-test
https://invent.kde.org/neon/extras/qca2/-/commit/26dcfcb73a03b8576db7cd7abb1062c9251ea201
diff --git a/debian/rules b/debian/rules
index 28aa8e0..06db426 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ 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 --builddirectory=build-qt6 -a
+ QT_PLUGIN_PATH=$(CURDIR)/build-qt6/lib/qca-qt6/ dh_auto_test --builddirectory=build-qt6 -a
override_dh_auto_test-indep:
diff --git a/debian/tests/ciphertest/run-test b/debian/tests/ciphertest/run-test
index a29c677..74a74cb 100755
--- a/debian/tests/ciphertest/run-test
+++ b/debian/tests/ciphertest/run-test
@@ -9,7 +9,7 @@ if [ "$1" = "--qt6" ]; then
elif [ "$1" = "--qt5" ]; then
CONF_FLAGS="-DQT_VERSION=5"
else
- echo "Usage $1 <--qt5>"
+ echo "Usage $1 --qt5|--qt6"
exit 1
fi
More information about the Neon-commits
mailing list