Version in base suite: 0.18.debian13 Base version: cloud-initramfs-tools_0.18.debian13 Target version: cloud-initramfs-tools_0.18.debian13+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/cloud-initramfs-tools/cloud-initramfs-tools_0.18.debian13.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/cloud-initramfs-tools/cloud-initramfs-tools_0.18.debian13+deb12u1.dsc debian/changelog | 6 ++++++ growroot/hooks/growroot | 4 ++++ 2 files changed, 10 insertions(+) diff -Nru cloud-initramfs-tools-0.18.debian13/debian/changelog cloud-initramfs-tools-0.18.debian13+deb12u1/debian/changelog --- cloud-initramfs-tools-0.18.debian13/debian/changelog 2023-05-24 11:16:27.000000000 +0000 +++ cloud-initramfs-tools-0.18.debian13+deb12u1/debian/changelog 2024-08-20 15:44:21.000000000 +0000 @@ -1,3 +1,9 @@ +cloud-initramfs-tools (0.18.debian13+deb12u1) bookworm; urgency=medium + + * growroot: add missing dependencies (Closes: #1037914) + + -- Noah Meyerhans Tue, 20 Aug 2024 11:44:21 -0400 + cloud-initramfs-tools (0.18.debian13) unstable; urgency=medium [ Andreas Beckmann ] diff -Nru cloud-initramfs-tools-0.18.debian13/growroot/hooks/growroot cloud-initramfs-tools-0.18.debian13+deb12u1/growroot/hooks/growroot --- cloud-initramfs-tools-0.18.debian13/growroot/hooks/growroot 2023-05-24 11:16:27.000000000 +0000 +++ cloud-initramfs-tools-0.18.debian13+deb12u1/growroot/hooks/growroot 2024-08-20 15:44:21.000000000 +0000 @@ -12,6 +12,10 @@ copy_exec /sbin/sfdisk /sbin copy_exec /usr/bin/growpart /sbin copy_exec /bin/udevadm /sbin +copy_exec /usr/bin/awk /bin copy_exec /usr/bin/flock /bin +copy_exec /usr/bin/grep /bin +copy_exec /usr/bin/rm /bin +copy_exec /usr/bin/sed /bin # vi: ts=4 noexpandtab