Version in base suite: 5.103.0-1 Base version: kpackage_5.103.0-1 Target version: kpackage_5.103.0-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/k/kpackage/kpackage_5.103.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/k/kpackage/kpackage_5.103.0-1+deb12u1.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/tmpxtoaayi6/kpackage_5.103.0-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpxtoaayi6/kpackage_5.103.0-1+deb12u1.dsc: no acceptable signature found diff -Nru kpackage-5.103.0/debian/changelog kpackage-5.103.0/debian/changelog --- kpackage-5.103.0/debian/changelog 2023-02-12 20:44:28.000000000 +0000 +++ kpackage-5.103.0/debian/changelog 2026-04-24 18:50:00.000000000 +0000 @@ -1,3 +1,10 @@ +kpackage (5.103.0-1+deb12u1) bookworm; urgency=medium + + * Team upload. + * Skip flaky test plasma-querytest. Closes: #1031061. + + -- Santiago Vila Fri, 24 Apr 2026 20:50:00 +0200 + kpackage (5.103.0-1) unstable; urgency=medium [ Aurélien COUDERC ] diff -Nru kpackage-5.103.0/debian/rules kpackage-5.103.0/debian/rules --- kpackage-5.103.0/debian/rules 2022-05-12 20:53:01.000000000 +0000 +++ kpackage-5.103.0/debian/rules 2026-04-24 17: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"