Your message dated Sat, 13 Dec 2014 14:35:09 +0100 with message-id <20141213133507.GA4026@ugent.be> and subject line Re: Bug#772926: unblock: grml-debootstrap/0.68 has caused the Debian Bug report #772926, regarding unblock: grml-debootstrap/0.68 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 772926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772926 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: grml-debootstrap/0.68
- From: Michael Prokop <mika@debian.org>
- Date: Fri, 12 Dec 2014 10:23:48 +0100
- Message-id: <[🔎] 2014-12-11T19-44-53@devnull.michael-prokop.at>
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
--- End Message ---
--- Begin Message ---
- To: Michael Prokop <mika@debian.org>, 772926-done@bugs.debian.org
- Subject: Re: Bug#772926: unblock: grml-debootstrap/0.68
- From: Ivo De Decker <ivodd@debian.org>
- Date: Sat, 13 Dec 2014 14:35:09 +0100
- Message-id: <20141213133507.GA4026@ugent.be>
- In-reply-to: <[🔎] 2014-12-13T01-46-26@devnull.michael-prokop.at>
- References: <[🔎] 2014-12-11T19-44-53@devnull.michael-prokop.at> <[🔎] 20141212191525.GC21493@ugent.be> <[🔎] 2014-12-12T22-29-47@devnull.michael-prokop.at> <[🔎] 20141212222009.GA24155@ugent.be> <[🔎] 2014-12-13T01-46-26@devnull.michael-prokop.at>
Hi, On Sat, Dec 13, 2014 at 01:54:25AM +0100, Michael Prokop wrote: > > OK. It seems 0.68 didn't reach unstable (did you get a reject?). So, please > > upload it (again?) to unstable, and when it's accepted, please remove the > > moreinfo tag from this bug. > > Huh, that's strange. Nope, I didn't receive a reject so far. :-/ > > I *think* it might be that my upload was signed with my old GPG key > (for whatever reason debsign doesn't seem to honor my $DEBSIGN_KEYID > setting as I just noticed, sic). I just tried to re-upload with my > new key signed: > > http://paste.grml.org/hidden/94a66c13/ > > No idea what this actually means for us now though. :-/ It seems grml-debootstrap/0.68 was finally accepted. Unblocked. Cheers, Ivo
--- End Message ---