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 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