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 60c0d67e4593fd32d669e42e34b3f0b694d2a7da
Author: Yu Watanabe <watanabe.yu+github@gmail.com>
Date: Tue Apr 1 14:06:15 2025 +0900
d/rules: drop nscd meson option
The meson option was deprecated by
28f1f1a5e652508d6e61ace8918e8b831e4b62b4 (v257).
commit 542de2ed44779db4bce304c12eb47bf3bbe0dc33
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue Apr 1 10:47:13 2025 +0100
Install new files for upstream CI
Needed for https://github.com/systemd/systemd/pull/36714
Gbp-Dch: ignore
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