[neon/extras/qcoro/Neon/unstable] debian: disable qcorotest for now
Pino Toscano
null at kde.org
Wed May 8 16:06:21 BST 2024
Git commit 8d6c8aeb8515bb9ff8f8d9c7348598c1218b1d6b by Pino Toscano.
Committed on 16/06/2023 at 04:39.
Pushed by jriddell into branch 'Neon/unstable'.
disable qcorotest for now
M +3 -0 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/qcoro/-/commit/8d6c8aeb8515bb9ff8f8d9c7348598c1218b1d6b
diff --git a/debian/changelog b/debian/changelog
index 8b740f2..ce364e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ qcoro (0.9.0-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream release.
+ * Disable the QtTest supports for now, as it requires adding new binary
+ packages
+ - pass -DQCORO_WITH_QTTEST=OFF to cmake
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Fri, 16 Jun 2023 06:34:46 +0200
diff --git a/debian/rules b/debian/rules
index fa13ad4..e202ac6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
-CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
+CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF -DQCORO_WITH_QTTEST=OFF
%:
dh $@ --with pkgkde_symbolshelper
More information about the Neon-commits
mailing list