Your message dated Tue, 10 Nov 2009 17:32:40 +0000
with message-id <e1n7ua8-0001fw...@ries.debian.org>
and subject line Bug#555188: fixed in grub2 1.97+experimental.20091110-1
has caused the Debian Bug report #555188,
regarding grub2: Please cherry-pick Hurd fixes
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 ow...@bugs.debian.org
immediately.)


-- 
555188: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555188
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub2
Version: 1.97-1
Severity: normal
Tags: fixed-upstream

Hello,

Could you cherry-pick the Hurd fixes that have been commited after the
1.94 release?  They are subversion revisions 2644, 2677, 2678, 2679,
2680, and 2681.

Samuel

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/root / ext3 rw,noatime,errors=remount-ro,data=writeback 0 0
/dev/hda1 /mnt/dell vfat 
ro,relatime,fmask=0022,dmask=0022,codepage=cp850,iocharset=cp850,errors=remount-ro
 0 0
/dev/hda2 /mnt/win ntfs 
ro,relatime,uid=1000,gid=100,umask=0222,nls=iso8859-15,errors=continue,mft_zone_multiplier=1
 0 0
/dev/root /chroot/testing-i386/home ext3 
rw,noatime,errors=remount-ro,data=writeback 0 0
/dev/hda5 /mnt/goinfre vfat 
rw,nosuid,nodev,noexec,noatime,uid=1000,gid=100,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp850,iocharset=cp850,utf8,errors=remount-ro
 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd0)   /dev/loop0
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.31" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.31 root=/dev/hda6 ro video=intelfb vga=ext 
elevator=cfq 
}
menuentry "Debian GNU/Linux, with Linux 2.6.31 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.31 root=/dev/hda6 ro single video=intelfb 
vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.30" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.30 root=/dev/hda6 ro video=intelfb vga=ext 
elevator=cfq 
}
menuentry "Debian GNU/Linux, with Linux 2.6.30 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.30 root=/dev/hda6 ro single video=intelfb 
vga=ext elevator=cfq
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-1-amd64" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.29-1-amd64 
root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro video=intelfb vga=ext 
elevator=cfq 
        initrd  /boot/initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-1-amd64 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.29-1-amd64 
root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro single video=intelfb vga=ext 
elevator=cfq
        initrd  /boot/initrd.img-2.6.29-1-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-xen-amd64" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.26-2-xen-amd64 
root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro video=intelfb vga=ext 
elevator=cfq 
        initrd  /boot/initrd.img-2.6.26-2-xen-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.26-2-xen-amd64 (recovery mode)" {
        insmod ext2
        set root=(hd0,6)
        search --no-floppy --fs-uuid --set 4a792f25-e877-4fe0-aca4-ca867f490139
        linux   /boot/vmlinuz-2.6.26-2-xen-amd64 
root=UUID=4a792f25-e877-4fe0-aca4-ca867f490139 ro single video=intelfb vga=ext 
elevator=cfq
        initrd  /boot/initrd.img-2.6.26-2-xen-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/hda2)" {
        insmod ntfs
        set root=(hd0,2)
        search --no-floppy --fs-uuid --set ec788aae788a775c
        drivemap -s (hd0) ${root}
        chainloader +1
}
menuentry "GNU/Hurd (on /dev/hda7)" {
        insmod ext2
        set root=(hd0,7)
        search --no-floppy --fs-uuid --set 95b68585-e9ae-4d24-8623-b800fb805842
        multiboot /boot/gnumach.gz root=device:hd0s7
        module /hurd/ext2fs.static ext2fs --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \
                        --device-master-port='${device-port}' \
                        --exec-server-task='${exec-task}' -T typed '${root}' \
                        '$(task-create)' '$(task-resume)'
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry "GNU (aka GNU/Hurd)" {
        set root=(hd0,7)
        multiboot /boot/gnumach.gz root=device:hd0s7
        module /hurd/ext2fs.static ext2fs -A --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \
                        --device-master-port='${device-port}' \
                        --exec-server-task='${exec-task}' -T typed '${root}' \
                        '$(task-create)' '$(task-resume)'
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}

menuentry "GNU (aka GNU/Hurd) 2" {
        set root=(hd0,7)
        multiboot /boot/gnumach.gz root=device:hd0s7
        module /hurd/ext2fs.static ext2fs -A --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \
                        --device-master-port='${device-port}' \
                        --exec-server-task='${exec-task} -T typed ${root} 
$(task-create) $(task-resume)'
        module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
}

menuentry "hda6" {
        set root=(hd0,6)
        chainloader +1
}

menuentry "debinst x86" {
        set root=(hd0,6)
        linux 
/home/samy/local/installer/build/dest/netboot/debian-installer/amd64/2.6/linux 
vga=normal ramdisk_size=10166 root=/dev/ram rw --
        initrd 
/home/samy/local/installer/build/dest/netboot/debian-installer/amd64/2.6/initrd.gz
}

menuentry "funk" {
        set root=(hd0,6)
        multiboot /home/samy/ens/funk/trunk/src/kernel/funk-i686-0.1.0
}

menuentry "CD" {
        set root=(hd0,6)
        linux  /boot/memdisk.bin
        initrd /boot/sbootmgr.dsk
}

menuentry "monprog" {
        set root=(hd0,6)
        multiboot /boot/monprog
}

menuentry "halt" {
        halt
}

menuentry "grub1" {
        set root=(hd0)
        chainloader +1
}
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub2 depends on:
ii  grub-pc                       1.97-1     GRand Unified Bootloader, version 

grub2 recommends no packages.

grub2 suggests no packages.

-- no debconf information

-- 
Samuel Thibault <samuel.thiba...@fnac.net>
<i8b4uUnderground> d-_-b
<BonyNoMore> how u make that inverted b?
<BonyNoMore> wait
<BonyNoMore> never mind



--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.97+experimental.20091110-1

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

grub-common_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-common_1.97+experimental.20091110-1_amd64.deb
grub-coreboot_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-coreboot_1.97+experimental.20091110-1_amd64.deb
grub-efi-amd64_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-efi-amd64_1.97+experimental.20091110-1_amd64.deb
grub-efi-ia32_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-efi-ia32_1.97+experimental.20091110-1_amd64.deb
grub-efi_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-efi_1.97+experimental.20091110-1_amd64.deb
grub-emu_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-emu_1.97+experimental.20091110-1_amd64.deb
grub-firmware-qemu_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-firmware-qemu_1.97+experimental.20091110-1_amd64.deb
grub-ieee1275_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-ieee1275_1.97+experimental.20091110-1_amd64.deb
grub-linuxbios_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-linuxbios_1.97+experimental.20091110-1_amd64.deb
grub-pc_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-pc_1.97+experimental.20091110-1_amd64.deb
grub-rescue-pc_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub-rescue-pc_1.97+experimental.20091110-1_amd64.deb
grub2_1.97+experimental.20091110-1.debian.tar.gz
  to main/g/grub2/grub2_1.97+experimental.20091110-1.debian.tar.gz
grub2_1.97+experimental.20091110-1.dsc
  to main/g/grub2/grub2_1.97+experimental.20091110-1.dsc
grub2_1.97+experimental.20091110-1_amd64.deb
  to main/g/grub2/grub2_1.97+experimental.20091110-1_amd64.deb
grub2_1.97+experimental.20091110.orig-grub-extras.tar.gz
  to main/g/grub2/grub2_1.97+experimental.20091110.orig-grub-extras.tar.gz
grub2_1.97+experimental.20091110.orig.tar.gz
  to main/g/grub2/grub2_1.97+experimental.20091110.orig.tar.gz



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 555...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felix Zielcke <fziel...@z-51.de> (supplier of updated grub2 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 10 Nov 2009 17:57:46 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc 
grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 
grub-firmware-qemu
Architecture: source amd64
Version: 1.97+experimental.20091110-1
Distribution: experimental
Urgency: high
Maintainer: GRUB Maintainers <pkg-grub-de...@lists.alioth.debian.org>
Changed-By: Felix Zielcke <fziel...@z-51.de>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-pc    - GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2      - GRand Unified Bootloader, version 2 (dummy package)
Closes: 553415 555188 555195
Changes: 
 grub2 (1.97+experimental.20091110-1) experimental; urgency=high
 .
   [ Robert Millan ]
   * New Bazaar snapshot.
     - Fix security problem with password checking.  (Closes: #555195)
     - rules: grub-emu is now built as a port.
     - Fix the generated GNU/Hurd menu entries and also add support for
       it in 30_os-prober. (Closes: #555188)
 .
   * grub.d/05_debian_theme: Set "gfxpayload=keep".  This superceeds
     -DGRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 setting which was disabled in
     July.
   * copyright: Document mkisofs.
   * control: Update Vcs- fields (moved to Bazaar).
   * patches/906_grub_extras.diff: Remove. Superceded by GRUB_CONTRIB variable
     in recent upstream trunk.
   * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
 .
   [ Felix Zielcke ]
   * Urgency high to due to security fix.
   * Ship grub-reboot and grub-set-default only in the GRUB flavour
     packages and not also grub-common.
   * Switch to source format 3.0 (quilt).
     - Make grub-extras a component orig tarball.
     - keep CDBS simple-patchsys for now.
   * Ship grub-mkisofs in grub-common.
   * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common
     as recommended by Policy and lintian.
   * Pass --force to grub-install in the postinst. (Closes: #553415)
Checksums-Sha1: 
 1ac281f52486f4d2a5487f4bff924a84a3cde8d9 2595 
grub2_1.97+experimental.20091110-1.dsc
 c48d4cda83ed725a681e7d69f1993f1624c65d11 36777 
grub2_1.97+experimental.20091110.orig-grub-extras.tar.gz
 b8f90ebc3de1600d9d4fb41df422f51bc3faa375 1166203 
grub2_1.97+experimental.20091110.orig.tar.gz
 976dc24e2f32e5a8b16e15ecb109e724e8e88570 65126 
grub2_1.97+experimental.20091110-1.debian.tar.gz
 28bfa21d84c8eea0df452ec14e7479f7ecaa027d 199832 
grub2_1.97+experimental.20091110-1_amd64.deb
 952fc9b2158389c5c9c7b56297ac5bdc17be5c41 198762 
grub-linuxbios_1.97+experimental.20091110-1_amd64.deb
 e717ee91f647e61578c8886bc1cff165fc577bca 198758 
grub-efi_1.97+experimental.20091110-1_amd64.deb
 5fe0efb7ab4350c4a9533efc79aa69668408c4e7 1050410 
grub-common_1.97+experimental.20091110-1_amd64.deb
 b82b06e0b079fc48f523feb228ddb9e455dce8f3 359668 
grub-emu_1.97+experimental.20091110-1_amd64.deb
 92c0463035c5e5ff4102850d93f200e815aa51a6 673576 
grub-pc_1.97+experimental.20091110-1_amd64.deb
 152a85ae1e7d4ab58b7c9ecee3e17daa8a858939 775490 
grub-rescue-pc_1.97+experimental.20091110-1_amd64.deb
 87335f9b93b92c53b7b82859b09dcbc3ef4f6951 467338 
grub-coreboot_1.97+experimental.20091110-1_amd64.deb
 d67e2e7efacae79ebf3d15fa22f132094196d1c7 491522 
grub-efi-ia32_1.97+experimental.20091110-1_amd64.deb
 95c020d8e8b8fa3f924906592e4699b2040e0e5e 533674 
grub-efi-amd64_1.97+experimental.20091110-1_amd64.deb
 5dd6fbed16c6baee9bdc1810f7eef47bee8cb6fc 449946 
grub-ieee1275_1.97+experimental.20091110-1_amd64.deb
 ba8ba98b6e67e8d80a7202630b33a6d871c4f865 424626 
grub-firmware-qemu_1.97+experimental.20091110-1_amd64.deb
Checksums-Sha256: 
 0a209b62d3c2f58b6c977b27465b478efd2fa785d464f26e677690053696f418 2595 
grub2_1.97+experimental.20091110-1.dsc
 97378dd7269af443a8004453b3be8ba58e7f5c634bb45801055bb0bcc603a175 36777 
grub2_1.97+experimental.20091110.orig-grub-extras.tar.gz
 cb2f7de16cf535d99d1c3f67ea3a9da021342e4f832f7422f397f311ac0855ce 1166203 
grub2_1.97+experimental.20091110.orig.tar.gz
 75de4b186ae8af6eba9058cf9968b3b6f7f369aa583a9083e6717404169ca358 65126 
grub2_1.97+experimental.20091110-1.debian.tar.gz
 c33110f525e6f2b5bbae4c72cb4b71c243085a1dbf0049c87b8b6ba48fbcf9d1 199832 
grub2_1.97+experimental.20091110-1_amd64.deb
 7b92769d832db647c0e9548f05ee6a939c1b6a76142aebb8e472a30e28e5513a 198762 
grub-linuxbios_1.97+experimental.20091110-1_amd64.deb
 9a0be8417b2e073ffa4b859cf3ca7f6cf173cab267e3501c711c176e5f883247 198758 
grub-efi_1.97+experimental.20091110-1_amd64.deb
 44ebd76922a1f21a7a6b9c408e2e099aa45029482c3aba69b7b55373d9c1a92d 1050410 
grub-common_1.97+experimental.20091110-1_amd64.deb
 0f91b155f848b34d94ffa1974593a450f1e91664711b4eaea6c41712eaa680ff 359668 
grub-emu_1.97+experimental.20091110-1_amd64.deb
 2434230bf627807ac4c7ad8b983b0596085b93a51bb5f5fc8e238fe2005f95d9 673576 
grub-pc_1.97+experimental.20091110-1_amd64.deb
 5c4f4ea1eeac3cd97358f925cd44298b8ba141f20af6b1cd743e6d33a6d7070a 775490 
grub-rescue-pc_1.97+experimental.20091110-1_amd64.deb
 ebf8fea1cdf5030c2a388589803a43c3126026a24710b8902b7a6289d9d1da26 467338 
grub-coreboot_1.97+experimental.20091110-1_amd64.deb
 a44fe2e63d40044719e067a8f5ce137d439ce3234fcb08d80f3df87d4827fb6b 491522 
grub-efi-ia32_1.97+experimental.20091110-1_amd64.deb
 8463ea406dc98260ca88aa6c3c231c8793aaf4fd4375088daf7c4b93fd1f3aae 533674 
grub-efi-amd64_1.97+experimental.20091110-1_amd64.deb
 deaa464429a44b37b5918a4d1bd3c5332aa64327dcd6c6364c4ea4cd980bed65 449946 
grub-ieee1275_1.97+experimental.20091110-1_amd64.deb
 38e2945d4ef19b0f41e1ec70228d4bffc2c7fc8e6771213c3ce88add500a7c69 424626 
grub-firmware-qemu_1.97+experimental.20091110-1_amd64.deb
Files: 
 ccc0d1dbb7838908938419259c52cd3c 2595 admin extra 
grub2_1.97+experimental.20091110-1.dsc
 09e3d2f3a9e92c95f3f0d1eaa3f1377d 36777 admin extra 
grub2_1.97+experimental.20091110.orig-grub-extras.tar.gz
 c918059973fbcf58830e583d966b744e 1166203 admin extra 
grub2_1.97+experimental.20091110.orig.tar.gz
 37c7646400daed7aaaffc35e61a785a9 65126 admin extra 
grub2_1.97+experimental.20091110-1.debian.tar.gz
 a32833549ffa006fafcb31fb8927614c 199832 admin extra 
grub2_1.97+experimental.20091110-1_amd64.deb
 88d665331b54cc49030347a2affeebca 198762 admin extra 
grub-linuxbios_1.97+experimental.20091110-1_amd64.deb
 b761c7b4e37934758c7164705d8c0028 198758 admin extra 
grub-efi_1.97+experimental.20091110-1_amd64.deb
 963bf0b7563c4e7dd0b51e5909f4a723 1050410 admin extra 
grub-common_1.97+experimental.20091110-1_amd64.deb
 5de9cfca0e05c9de6be72b52ea9f2a60 359668 admin extra 
grub-emu_1.97+experimental.20091110-1_amd64.deb
 67ae7c6f6f3766f2afc3de96e1b65afd 673576 admin extra 
grub-pc_1.97+experimental.20091110-1_amd64.deb
 c9f01a708b4815976b41020d28faebea 775490 admin extra 
grub-rescue-pc_1.97+experimental.20091110-1_amd64.deb
 0db55a54e21f196ebaec63c5be1a1417 467338 admin extra 
grub-coreboot_1.97+experimental.20091110-1_amd64.deb
 ae8daf60da4d70773a48eeafd59f5884 491522 admin extra 
grub-efi-ia32_1.97+experimental.20091110-1_amd64.deb
 700e4da7a6c9d1cebe6103576187787b 533674 admin extra 
grub-efi-amd64_1.97+experimental.20091110-1_amd64.deb
 37309326e5e21463c8d00f3543058fa2 449946 admin extra 
grub-ieee1275_1.97+experimental.20091110-1_amd64.deb
 0565256a800530ca04cc30053c3107ff 424626 admin extra 
grub-firmware-qemu_1.97+experimental.20091110-1_amd64.deb

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

iQEcBAEBCgAGBQJK+Z7eAAoJEH84BcfYL7nIi9YIAIJub2aHssLRErRlpasHlXPU
V7pmNku/THI7g4+aI+VF9lOf4QCzgaVdq4lEHUuTxwpIsnGQVQJZdzOUAWZC3LmR
Y6NexMFajB9jHsYFGfzyAZoCirQj/vVzR9/JKC5q+N5ZSFz/I+18GHxe7+bYJSej
WKNdliozzqeKLXZ8r0GrGFgBNXrmAUbm4dgHZm+GrcyvLiD51c5pafPJF8KpKE9j
EK5j7dd1N7hnnHZvtXdnHImxvQQioeLNOLDx+BVra8IAcfsPbmzU2R2STxYH8N0r
U4NMyTo3hGUFTEgV7slBkYiqyemuwydTcUyNIJeaviNYuPS0+TnsUT/teuaUTRY=
=M1mL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to