vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit b8dc9b0ce7e9a3ec1bab6375241e64c7984a0ebc
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Sep 8 21:00:54 2025 +0100
salsa-ci: switch to recommended entry point yml
Gbp-Dch: ignore
commit 152a2b314072dce37f95e32d0e03ce2de2237696
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Sep 8 16:37:46 2025 +0100
autopkgtest: set default_device_timeout_sec=240
Reading EFI variables in kvm guests started being very slow recently
so the gpt-auto-root device times out a few seconds before it shows
up. This causes a lot of spurious failures in debci, where only 2 cpus
are given to the ci runner. Bump to 240s from 90s for now.
Workaround for https://github.com/systemd/systemd/issues/38842
Gbp-Dch: ignore
commit 6d464368789213075cc507ae3a350a9fb5178377
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Sep 6 14:52:17 2025 +0100
autopkgtest: manually compress logs on failure
Debci started deleting files from the artifacts archive, even though it gets
compressed later. Compress logs manually at the highest ratio possible in
the test itself to try and avoid losing logs, as it makes triaging issues
impossible.