vcswatch reports that
this package seems to have a new changelog entry (version
4.13, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 73cd4dff8993196777ba5d421a95b4bb7811e590
Merge: 6711ccd 4cd0588
Author: Ben Hutchings <benh@debian.org>
Date: Wed Jun 4 19:37:32 2025 +0000
Merge branch 'touch-reboot-required' into 'debian/latest'
postinst hook: Use reboot-required to flag required reboot
See merge request kernel-team/linux-base!18
commit 4cd05881ce2d0d2349c3365c9d3c4b5408cca261
Author: Salvatore Bonaccorso <carnil@debian.org>
Date: Sun Jun 1 16:37:01 2025 +0200
postinst hook: Use reboot-required to flag required reboot
Install a post installation hook to touch the /run/reboot-required file
to indicate a reboot is required when updating the Linux kernel images.
Also add information about the package requesting the reboot to the
/run/reboot-required.pkgs file if run from a packaged kernel (both
Debian or upstream via make deb-pkg).
Closes: #1010699