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 191edb6aa382e8d1dc98b09bc15c88c1d0db66fa
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Wed Feb 19 10:52:53 2025 -0500
d/t/tests-in-lxd: skip test on any setup error
When this test fails becacuse of snap install, or lxd tools, we prefer
to skip because we never reached the stage where we are actually testing
systemd.
commit 47c0a694b0a1f5adcb8c0357f0a0c6bbf6826fea
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue Feb 18 17:52:33 2025 +0000
systemd-sysv: add Protected: yes
Closes: #1098260
commit 62ed7598fa1510aeb55f77a08b817c3131d4c6b7
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Feb 17 23:40:48 2025 +0000
README: add note about out-of-tree patches being forbidden
Prompted by #1098221
commit dfd1b0409fea87ad2430892c72f661968791d002
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Feb 17 19:11:59 2025 +0000
systemd-resolved: recommend libidn2-0
Without it in some cases hostname resolution fails
Closes: #1097699
commit 88291172bcde0dd50dd566d3c2b53034d172c956
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Feb 17 01:47:52 2025 +0000
d/rules: ignore more blhc false positives
Matching on meson test binaries that are built in dh_auto_test without
verbosity
commit 08eb5e1eff0ecaa64cc3f829e0c49f0d5bf71f5a
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Feb 14 17:37:20 2025 +0000
Set tty device node mode to 0600
Closes: #1093870
commit e3955d1ca26b94b918ca000837f75c0342e77ad7
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Fri Jan 31 09:30:12 2025 -0500
initramfs-tools: copy hwdb.bin to initramfs
The contents of hwdb.bin may influence udev during early boot. E.g.,
this may change network interface naming decisions. Hence, make sure
it is available in the initrd.
This adds about 2MB to the size of the compressed initrd.
commit aff03b8933b4b3606fbd64d82dd7500d3b13bad0
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Fri Jan 31 11:35:24 2025 -0500
d/rules: fix bpftool path discovery on ubuntu
Newer versions of linux-tools-* ship the binaries in
/usr/lib/linux-tools-$(uname -r)
as opposed to
/usr/lib/linux-tools/$(uname -r).
Look there as well when searching for the bpftool binary. And, while
here, reverse the sort, since the intention is to give the newest, i.e.
highest version number.
Gbp-Dch: Short