[neon/extras/qcoro/Neon/unstable] debian: Revert "disable qcorotest for now"
Pino Toscano
null at kde.org
Wed May 8 16:06:21 BST 2024
Git commit 05d6724f7c0579b002958c370105adbdccb0a926 by Pino Toscano.
Committed on 16/06/2023 at 04:45.
Pushed by jriddell into branch 'Neon/unstable'.
Revert "disable qcorotest for now"
We need it for running the tests.
This reverts commit 8d6c8aeb8515bb9ff8f8d9c7348598c1218b1d6b.
M +0 -3 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/qcoro/-/commit/05d6724f7c0579b002958c370105adbdccb0a926
diff --git a/debian/changelog b/debian/changelog
index ce364e8..8b740f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,6 @@ 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 e202ac6..fa13ad4 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 -DQCORO_WITH_QTTEST=OFF
+CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
%:
dh $@ --with pkgkde_symbolshelper
More information about the Neon-commits
mailing list