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 81f2063c45af88ce724403940de056bf84c382ed
Merge: 571db50 297a9e2
Author: Benjamin Drung <bdrung@debian.org>
Date: Thu Mar 6 18:11:29 2025 +0000
Merge branch 'bug1099461' into 'debian/latest'
hook-functions: avoid aborting in chroots
See merge request kernel-team/initramfs-tools!160
commit 297a9e292aac2a629cc6e7e557952d67640e97d1
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Tue Mar 4 13:08:40 2025 +0100
hook-functions: avoid aborting in chroots
chroots and other build environments often do not have /sys mounted.
Nevertheless they want to build initrds. As a complication, live-boot
calls these functions from a hook that has "set -e" turned on, turning
the ignored error from "read" into an abort of update-initramfs.
Fixes: b3e8cc4011334b6f39ba915149d5518b1644f87b
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099461
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>