diff --git a/debian/changelog b/debian/changelog index 7b467e5fc..8806f4af3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grub2 (1.96+20090628-1) unstable; urgency=low + + * New SVN snapshot. + * Re-enable QEMU port. + + -- Robert Millan Sun, 28 Jun 2009 01:11:10 +0200 + grub2 (1.96+20090627-2) unstable; urgency=low * Disable QEMU port untill it goes through NEW. diff --git a/debian/control b/debian/control index a100e729d..52800623c 100644 --- a/debian/control +++ b/debian/control @@ -171,15 +171,20 @@ Description: GRand Unified Bootloader, version 2 (Open Firmware version) This package contains a version of GRUB that has been built for use with Open Firmware implementations. -#Package: grub-firmware-qemu -#Architecture: all -#Depends: base-files (>= 4.0.1~), ${misc:Depends} -#Recommends: qemu -#Enhances: qemu -#Description: GRUB firmware image for QEMU -# This package contains a binary of GRUB that has been built for use as -# firmware for QEMU. It can be used as a replacement for the standard -# PC BIOS provided by the bochsbios package (bios.bin). -# . -# In order to make QEMU use this firmware, simply add `-bios grub.bin' when -# invoking it. +Package: grub-firmware-qemu +Architecture: all +Depends: base-files (>= 4.0.1~), ${misc:Depends} +Recommends: qemu +Enhances: qemu +Description: GRUB firmware image for QEMU + This package contains a binary of GRUB that has been built for use as + firmware for QEMU. It can be used as a replacement for the standard + PC BIOS provided by the bochsbios package (bios.bin). + . + In order to make QEMU use this firmware, simply add `-bios grub.bin' when + invoking it. + . + Note: this firmware is only suitable for QEMU. If you want to install GRUB + as firmware on real hardware, you can do so in combination with coreboot + (http://www.coreboot.org/). To support that, a grub-coreboot package is + also provided.