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 1e9b0e30dab3e21e63252b4525b0786201c818ce
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 30 21:51:45 2025 +0100
d/t/boot-and-services: skip gdm3 test in nested LXD run
It is flaky and fails half the times, not much value in checking
a desktop session inside a nested container
commit 4142fb487bea0b86b085b7c0274df53d650f5deb
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 30 16:30:50 2025 +0100
systemd.preinst: fix shellcheck warnings
In debian/systemd.preinst line 6:
local directories="/bin /sbin /lib"
^---------------^ SC3043 (warning): In POSIX sh, 'local' is undefined.
In debian/systemd.preinst line 17:
local arch_directories="/lib64 /lib32 /libo32 /libx32"
^--------------------^ SC3043 (warning): In POSIX sh, 'local' is undefined.
Gbp-Dch: short
commit 7879441e786d1b2c147b6d5a3b8804dfc190aeab
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 30 16:30:21 2025 +0100
systemd.preinst: do not use systemctl
libsystemd-shared might not be unpacked yet, so check things manually
Closes: #1101698