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 cf77bd44beb742e0ec5d5a33375f742c66523615
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Nov 15 14:45:52 2025 +0000
Install new files for upstream build
Needed for https://github.com/systemd/systemd/pull/39712
Gbp-Dch: ignore
commit aa564e5d3b7b7c961e6d52b75a36c013dd3ce2d9
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Fri Nov 14 16:03:09 2025 -0500
kernel-install: skip 55-initrd.install when an initrd is already staged
Unfortunately, dracut upstream does not think it makes sense to ship an
install.conf.d drop-in to set initrd_generator=dracut, so we need to
cope with situations where an initrd is already present in the staging
area.
See https://github.com/dracut-ng/dracut-ng/pull/1812
Closes: #1117563
commit efdd7a6377c7251011ca2c1a59115d482d25fe61
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Nov 12 22:18:31 2025 +0000
Install new file for upstream build
Needed for https://github.com/systemd/systemd/pull/39697
Gbp-Dch: ignore
commit 9ebdc6099e329bdc61d1b67dbec0ea648b4dbf5a
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Fri Oct 31 11:47:19 2025 -0400
d/rules: enable 10-systemd-logind-root-ignore-inhibitors.rules.example on Ubuntu
commit 1255cc766377468b8cf368f813c679fff88892e0
Author: Frank Heimes <frank.heimes@canonical.com>
Date: Fri Mar 21 15:38:36 2025 -0400
initramfs-tools: only skip chzdev rules if zdev_early=0
Fix d/extra/initramfs-tools/hooks/udev, so that udev rules that are
specific to s390x ccw devices are only prevented from being copied if
zdev_early=0 is set, but copy rules in case of zdev_early=1 or if
zdev_early is not specified at all. (LP: #2102236)
Gbp-Dch: Short
commit 4675b281ee6761e740d5cc178fb005f2af48d3fb
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Thu Oct 30 14:00:45 2025 -0400
d/t/boot-and-services: skip apparmor test on armhf
This test has been skipped for a long time on Ubuntu, and continues to
fail on armhf when checked recently.
Gbp-Dch: Short
commit 214d6e37b2c7a7056e1998aa3db776dc12e4ba4e
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Wed Nov 12 09:09:42 2025 -0500
d/t/boot-and-services: run transient unit to check syslog messages
Instead of assuming NetworkManager logs will be present, run a specific
transient service, and check for messages from that instead.
Gbp-Dch: Short
commit f4e196aa263863353332c2839eefe54b289d8127
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Mon Aug 25 12:01:20 2025 -0400
d/t/boot-and-services: tweak test_rsyslog regex
This test is currently failing on infra, but not locally, and the cause
is unclear.
The purpose of this test is to be reasonably sure that journal messages
are forwarded to rsyslog. We can check for "init" messages without
looking for graphical.target specifically.
Gbp-Dch: Short
commit dbd366a43e54b5c4fbe4565cbf12ac5182e848a8
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Nov 10 23:51:50 2025 +0000
Install new files for upstream build
Needed for https://github.com/systemd/systemd/pull/39625
commit bb7f8ef532fdc6903af6c5371268da5d2008848b
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Nov 3 13:11:23 2025 +0000
Install new files for upstream build
Needed for https://github.com/systemd/systemd/pull/39463
Gbp-Dch: ignore
commit efa7cee8a7f8c75011485abc77fbf3891546641a
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Nov 2 22:10:34 2025 +0000
Install new file for upstream build
Needed for https://github.com/systemd/systemd/pull/39463
Gbp-Dch: ignore
commit 95aa1d168547ccf1e6b6b25972ba2d760d921552
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Nov 2 00:22:42 2025 +0000
Install new file for upstream build
Gbp-Dch: ignore
commit b770f0f01b4a55181fe3bbe251d924af309e8d37
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Fri Oct 31 13:29:43 2025 -0400
kernel-install: skip 55-initrd.install when an initrd generator is configured
This provides a way to avoid conflicts with initrd generators using
kernel-install like dracut. E.g., dracut can now:
1. Ship /usr/lib/kernel/install.conf.d/50-dracut.conf with at least
initrd_generator=dracut
2. Skip its own scripts unless $KERNEL_INSTALL_INITRD_GENERATOR=dracut
Closes: #1117563