[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#606399: marked as done (unblock: grub 0.97-64)



Your message dated Wed, 08 Dec 2010 22:12:29 +0000
with message-id <1291846349.3331.10.camel@hathi.jungle.funky-badger.org>
and subject line Re: Bug#606399: unblock: grub 0.97-64
has caused the Debian Bug report #606399,
regarding unblock: grub 0.97-64
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.)


-- 
606399: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606399
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

I only just uploaded this, but before I forget, this fixes a critical
bug and I think it should go into squeeze.

grub (0.97-64) unstable; urgency=low

  * Exit silently from zz-update-grub kernel hook if update-grub does not
    exist (e.g. if grub has been removed but not purged; closes: #606377).

 -- Colin Watson <cjwatson@debian.org>  Wed, 08 Dec 2010 21:08:19 +0000

diff -u grub-0.97/debian/changelog grub-0.97/debian/changelog
--- grub-0.97/debian/changelog
+++ grub-0.97/debian/changelog
@@ -1,3 +1,10 @@
+grub (0.97-64) unstable; urgency=low
+
+  * Exit silently from zz-update-grub kernel hook if update-grub does not
+    exist (e.g. if grub has been removed but not purged; closes: #606377).
+
+ -- Colin Watson <cjwatson@debian.org>  Wed, 08 Dec 2010 21:08:19 +0000
+
 grub (0.97-63) unstable; urgency=low
 
   * Make /etc/kernel/postrm.d/zz-update-grub a real file rather than a
diff -u grub-0.97/debian/kernel/zz-update-grub grub-0.97/debian/kernel/zz-update-grub
--- grub-0.97/debian/kernel/zz-update-grub
+++ grub-0.97/debian/kernel/zz-update-grub
@@ -1,6 +1,8 @@
 #! /bin/sh
 set -e
 
+which update-grub >/dev/null 2>&1 || exit 0
+
 set -- $DEB_MAINT_PARAMS
 mode="${1#\'}"
 mode="${mode%\'}"

Thanks,

-- 
Colin Watson                                       [cjwatson@debian.org]



--- End Message ---
--- Begin Message ---
On Wed, 2010-12-08 at 21:58 +0000, Colin Watson wrote:
> I only just uploaded this, but before I forget, this fixes a critical
> bug and I think it should go into squeeze.
> 
> grub (0.97-64) unstable; urgency=low
> 
>   * Exit silently from zz-update-grub kernel hook if update-grub does not
>     exist (e.g. if grub has been removed but not purged; closes: #606377).

Unblocked; thanks.

Regards,

Adam



--- End Message ---

Reply to: