Version in base suite: 5.116.0-1 Base version: kpackage_5.116.0-1 Target version: kpackage_5.116.0-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/k/kpackage/kpackage_5.116.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/k/kpackage/kpackage_5.116.0-1+deb13u1.dsc changelog | 7 +++++++ rules | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpq3f42iz4/kpackage_5.116.0-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpq3f42iz4/kpackage_5.116.0-1+deb13u1.dsc: no acceptable signature found diff -Nru kpackage-5.116.0/debian/changelog kpackage-5.116.0/debian/changelog --- kpackage-5.116.0/debian/changelog 2025-04-12 22:41:56.000000000 +0000 +++ kpackage-5.116.0/debian/changelog 2026-04-24 18:40:00.000000000 +0000 @@ -1,3 +1,10 @@ +kpackage (5.116.0-1+deb13u1) trixie; urgency=medium + + * Team upload. + * Skip flaky test plasma-querytest. Closes: #1031061. + + -- Santiago Vila Fri, 24 Apr 2026 20:40:00 +0200 + kpackage (5.116.0-1) unstable; urgency=medium [ Aurélien COUDERC ] diff -Nru kpackage-5.116.0/debian/rules kpackage-5.116.0/debian/rules --- kpackage-5.116.0/debian/rules 2023-03-16 21:42:01.000000000 +0000 +++ kpackage-5.116.0/debian/rules 2026-04-24 16:00:00.000000000 +0000 @@ -10,4 +10,5 @@ dh_auto_configure -- -DBUILD_QCH=ON override_dh_auto_test: - xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test --buildsystem=kf5 -O--buildsystem=kf5 --no-parallel + xvfb-run -a --server-args="-screen 0 1024x768x24+32" \ + dh_auto_test --buildsystem=kf5 -O--buildsystem=kf5 --no-parallel -- ARGS+="-E plasma-querytest"