Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package grml-debootstrap v0.68, fixing issue #772849 which is caused by a behaviour change of util-linux's blkid binary (more details about that in #772846): unblock grml-debootstrap/0.68 The debdiff of grml-debootstrap as in current jessie vs. what I just uploaded to unstable: diff -Nru grml-debootstrap-0.67/debian/changelog grml-debootstrap-0.68/debian/changelog --- grml-debootstrap-0.67/debian/changelog 2014-10-13 21:16:28.000000000 +0200 +++ grml-debootstrap-0.68/debian/changelog 2014-12-11 18:38:19.000000000 +0100 @@ -1,3 +1,10 @@ +grml-debootstrap (0.68) unstable; urgency=medium + + * [8a4a3c8] Adjust filesystem check for new blkid behaviour + (Closes: #772849) + + -- Michael Prokop <mika@grml.org> Thu, 11 Dec 2014 18:38:06 +0100 + grml-debootstrap (0.67) unstable; urgency=medium The "[✔] ready for jessie" release diff -Nru grml-debootstrap-0.67/grml-debootstrap grml-debootstrap-0.68/grml-debootstrap --- grml-debootstrap-0.67/grml-debootstrap 2014-10-13 21:14:22.000000000 +0200 +++ grml-debootstrap-0.68/grml-debootstrap 2014-12-09 13:23:12.000000000 +0100 @@ -430,7 +430,10 @@ fi PARTITION_LIST=$(for i in $AVAILABLE_PARTITIONS ; do - echo "$i $(blkid -s TYPE -o value "$i" 2>/dev/null || echo '[no_filesystem_yet]')" + fs="$(blkid -s TYPE -o value "$i" 2>/dev/null)" + [ -n "$fs" ] || fs='[no_filesystem_yet]' + echo "$i" "$fs" + unset fs done) TARGET=$(dialog --title "$PN" --single-quoted --stdout \ Thanks! regards, -mika-
Attachment:
signature.asc
Description: Digital signature