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 3c9399e643a07074d47c9bceca88e8d43ff55d36
Author: David Kalnischkies <david@kalnischkies.de>
Date: Tue Sep 2 17:04:14 2025 +0000
Support kernel images with + in uname in kernel autoremove test
autopkgtest run on stable can have an uname like "6.12.41+deb13-amd64".
The +deb13 being relatively new in the package name. The code doing the
autoremoval has no problem with it and its a legal package name, but
the test that wants to check if the right regexes are generated does not
escape the + correctly (aka at all) so it isn't finding the regex it is
looking for failing the test.
commit 4f162c2f63796411467b816ccd80a20b2c248e72
Author: David Kalnischkies <david@kalnischkies.de>
Date: Tue Sep 2 16:48:49 2025 +0000
Show command in test failure messages if default is overridden
Tests usually print the command they run, but it can be overridden with
a chosen message to make clearer what is actually tested. To debug
failures it can be useful to know the command run through especially if
its a partly generated command depending on the test environment
(like in the kernel autoremove test).