[neon/qt6/qt6-libqaccessibilityclient/Neon/unstable] debian: disable test suite
Pino Toscano
null at kde.org
Mon Mar 13 14:22:58 GMT 2023
Git commit b4a80f0698c13106a3a6cf8619833b4f040bc59b by Pino Toscano.
Committed on 19/11/2018 at 20:38.
Pushed by jriddell into branch 'Neon/unstable'.
disable test suite
M +1 -0 debian/changelog
M +3 -0 debian/rules
https://invent.kde.org/neon/qt6/qt6-libqaccessibilityclient/commit/b4a80f0698c13106a3a6cf8619833b4f040bc59b
diff --git a/debian/changelog b/debian/changelog
index 5bdea80..48e9da7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libqaccessibilityclient (0.3.0-0r1) UNRELEASED; urgency=medium
drop, backported from upstream
* Add the new required extra-cmake-modules build dependency.
* Install README.md as documentation instead of README.
+ * Disable the test suite, since it needs D-Bus & AT-SPI.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Mon, 19 Nov 2018 21:02:47 +0100
diff --git a/debian/rules b/debian/rules
index 35dcc7f..3a740df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,6 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
+
+# requires D-Bus & AT-SPI
+.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list