Version in base suite: 0.12.0-1 Base version: qcoro_0.12.0-1 Target version: qcoro_0.12.0-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/q/qcoro/qcoro_0.12.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/q/qcoro/qcoro_0.12.0-1+deb13u1.dsc changelog | 7 +++++++ patches/disable-flaky-tests.patch | 18 ++++++++++++++++++ patches/series | 1 + 3 files changed, 26 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpc_2yvy95/qcoro_0.12.0-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpc_2yvy95/qcoro_0.12.0-1+deb13u1.dsc: no acceptable signature found diff -Nru qcoro-0.12.0/debian/changelog qcoro-0.12.0/debian/changelog --- qcoro-0.12.0/debian/changelog 2025-04-04 05:23:13.000000000 +0000 +++ qcoro-0.12.0/debian/changelog 2026-05-06 20:40:00.000000000 +0000 @@ -1,3 +1,10 @@ +qcoro (0.12.0-1+deb13u1) trixie; urgency=medium + + * Team upload. + * Skip two flaky tests. Closes: #1108055. + + -- Santiago Vila Wed, 06 May 2026 22:40:00 +0200 + qcoro (0.12.0-1) unstable; urgency=medium * Team upload. diff -Nru qcoro-0.12.0/debian/patches/disable-flaky-tests.patch qcoro-0.12.0/debian/patches/disable-flaky-tests.patch --- qcoro-0.12.0/debian/patches/disable-flaky-tests.patch 1970-01-01 00:00:00.000000000 +0000 +++ qcoro-0.12.0/debian/patches/disable-flaky-tests.patch 2026-05-06 18:01:00.000000000 +0000 @@ -0,0 +1,18 @@ +From: Santiago Vila +Subject: Disable flaky tests +Bug-Debian: https://bugs.debian.org/1108055 + +--- a/tests/CMakeLists.txt ++++ b/tests/CMakeLists.txt +@@ -118,11 +118,6 @@ + qcoro_add_test(qcoroasyncgenerator) + qcoro_add_test(qcorowaitfor) + +-if (QCORO_WITH_QTDBUS) +- qcoro_add_dbus_test(qdbuspendingcall) +- qcoro_add_dbus_test(qdbuspendingreply) +-endif() +- + if (QCORO_WITH_QTNETWORK) + qcoro_add_network_test(qcorolocalsocket) + qcoro_add_network_test(qcoroabstractsocket) diff -Nru qcoro-0.12.0/debian/patches/series qcoro-0.12.0/debian/patches/series --- qcoro-0.12.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ qcoro-0.12.0/debian/patches/series 2026-05-06 18:00:00.000000000 +0000 @@ -0,0 +1 @@ +disable-flaky-tests.patch