Your message dated Sat, 01 Apr 2006 05:02:12 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355790: fixed in grub 0.97-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: grub
Version: 0.97-5

update-grub does not properly sort kernels of the form A.B.C.D-xEyF (where [A-F] are numbers, and x & y are letters), rather they have to be named A.B.C.D-xE-yF. This patch fixes that case by replacing a useless sed expression with one to put a space on these boundaries.

--- update-grub.orig    2006-03-07 13:47:54.000000000 -0800
+++ update-grub 2006-03-07 13:50:33.000000000 -0800
@@ -465,8 +465,8 @@
v2=$(echo $v2 | sed -e 's!^\(.*-\([0-9]\+\.\)\{2\}[0-9]\+\)\( .*\)!\1.0 \3!g')

        # Then split the version number and remove any '.' 's or dashes
-       v1=$(echo $v1 | sed -e 's![-\.]\+! !g' -e 's![\.\-]!!g')
-       v2=$(echo $v2 | sed -e 's![-\.]\+! !g' -e 's![\.\-]!!g')
+ v1=$(echo $v1 | sed -e 's![-\.]\+! !g' -e 's!\([0-9]\)\([A-Za-z]\)!\1 \2!') + v2=$(echo $v2 | sed -e 's![-\.]\+! !g' -e 's!\([0-9]\)\([A-Za-z]\)!\1 \2!')

        # we weight different kernel suffixes here
        # ac   = 50


--- End Message ---
--- Begin Message ---
Source: grub
Source-Version: 0.97-7

We believe that the bug you reported is fixed in the latest version of
grub, which is due to be installed in the Debian FTP archive:

grub-disk_0.97-7_all.deb
  to pool/main/g/grub/grub-disk_0.97-7_all.deb
grub-doc_0.97-7_all.deb
  to pool/main/g/grub/grub-doc_0.97-7_all.deb
grub_0.97-7.diff.gz
  to pool/main/g/grub/grub_0.97-7.diff.gz
grub_0.97-7.dsc
  to pool/main/g/grub/grub_0.97-7.dsc
grub_0.97-7_i386.deb
  to pool/main/g/grub/grub_0.97-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated grub package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  1 Apr 2006 09:43:24 -0300
Source: grub
Binary: grub-disk grub grub-doc
Architecture: source i386 all
Version: 0.97-7
Distribution: unstable
Urgency: low
Maintainer: Grub Maintainers <[EMAIL PROTECTED]>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 grub       - GRand Unified Bootloader
 grub-disk  - GRUB bootable disk image
 grub-doc   - Documentation for GRand Unified Bootloader
Closes: 233966 276477 330083 355790 360041
Changes: 
 grub (0.97-7) unstable; urgency=low
 .
   [ Kristian Edlund ]
   * Added the feature of letting update-grub update the default entry when
     a new kernel is installed. Done partly by applying a patch from Thomas
     Braun <[EMAIL PROTECTED]> (closes: #233966, #276477, #330083)
   * Applied a patch from Vince Busam <[EMAIL PROTECTED]> sort suffixes on
     the kernel more detailed. (closes: #355790)
 .
   [ Leandro Dorileo ]
   * Changed grub-reboot to handle /boot in other partition.
     (closes: #360041)
Files: 
 6270ad5e220d84276aac599fb2e10d95 934 admin optional grub_0.97-7.dsc
 4e122c1a913f1a08fbb79142cdbdd216 61972 admin optional grub_0.97-7.diff.gz
 80ebf16f771bd7ea4d724c8d6dab819a 366708 admin optional grub_0.97-7_i386.deb
 1afc629be3e9b216026225cd8e537452 236902 admin optional grub-disk_0.97-7_all.deb
 7419197e2e4c7ac65b8f557127eeaeb1 267466 doc optional grub-doc_0.97-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFELnWzLqiZQEml+FURAiOcAKCqQT9jfD9g4zDBbQcQ59EVltcnsQCfUyef
2NKuvXcBd3lJZvCfwZNninw=
=JYIm
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to