Skip to content

Debian Changelog grub2 (1.96+20080724-16)

2009

grub2 (1.96+20080724-16) unstable; urgency=high

   * Brown paper bag upload.  Add the missing bits of Guillem's patch so 10_hurd
     won't abort due to missing make_system_path_relative_to_its_root.
     (Really closes: #512968)

 -- Robert Millan <rmh@aybabtu.com>  Wed, 11 Feb 2009 01:40:06 +0100

grub2 (1.96+20080724-15) unstable; urgency=high

   * Avoid mounting ext2 partitions with backward-incompatible features.
     (Closes: #502333)
   * patches/13_update_grub_gnumach.diff: Temporary hack to prevent gnumach
     from triggering postinst failure.  (Closes: #512968)

 -- Robert Millan <rmh@aybabtu.com>  Mon, 9 Feb 2009 18:56:00 +0100

grub2 (1.96+20080724-14) unstable; urgency=high

   * 00_use_setroot_inside_menuentrys.diff: New patch to use `set root' inside
   the menuentrys instead of outside. (Closes: #508567)

 -- Felix Zielcke <fzielcke@z-51.de>  Mon, 19 Jan 2009 17:15:07 +0100

2008

grub2 (1.96+20080724-13) unstable; urgency=low

   [ Updated translations ]
   * Romanien (ro.po) by Eddy Petrișor. (Closes: #506039)

 -- Felix Zielcke <fzielcke@z-51.de>  Tue, 18 Nov 2008 10:58:02 +0100

grub2 (1.96+20080724-12) unstable; urgency=high

   [ Updated translations ]
   * Italian (it.po) by Luca Monducci. (Closes: #504076)
   * Swedish (sv.po) by Martin Ågren. (Closes: #504207)
   * Arabic (ar.po) by Ossama Khayat. (Closes: #504254)
   * Portuguese (pt.po) by Miguel Figueiredo. (Closes: #504280)
   * Russian (ru.po) by Yuri Kozlov. (Closes: #504324)
   * Finnish (fi.po) by Esko Arajärvi. (Closes: #504310)
   * Basque (eu.po) by Piarres Beobide. (Closes: #504466)
   * Dutch (nl.po) by Paul Gevers. (Closes: #504683)
 
   [ Robert Millan ]
   * Update to new debian theme.
     - grub-pc.postinst: Switch to moreblue-orbit-grub.png.
     - grub.d/05_debian_theme: Likewise.

 -- Robert Millan <rmh@aybabtu.com>  Mon, 10 Nov 2008 16:18:14 +0100

grub2 (1.96+20080724-11) unstable; urgency=high

   [ Felix Zielcke ]
   * patches/00_trailing_slash.diff: New patch to remove the trailing slash on
     grub prefix to avoid a double slash, which is a problem for JFS.
     (Closes: #500112)
   * patches/00_lvm_circular_metadata.diff: New patch to handle circular LVM
     metadata. (Closes: #462835, #502953)
   * Make grub-pc/linux_cmdline debconf template translatable. (Closes #503478).
 
   [ Robert Millan ]
   * Fix NULL dereference and failure paths in LVM.  Thanks Guillem Jover.
     (Closes: #500482)
     - patches/11_lvm-Fix-possible-NULL-value-handling.diff
     - patches/12_lvm-Fix-error-recovery-by-only-adding-objects-when.diff
 
   [ Updated translations ]
   * Dutch (nl.po) by Paul Gevers. (Closes: #500514)
   * French (fr.po) by Christian Perrier. (Closes: #503708)
   * Georgian (ka.po) by Aiet Kolkhi. (Closes: #503715)
   * Czech (cs.po) by Miroslav Kure. (Closes: #503809)
   * German (de.po) by Helge Kreutzmann. (Closes: #503841)
   * Japanese (ja.po) by Hideki Yamane. (Closes: #503869)

 -- Robert Millan <rmh@aybabtu.com>  Wed, 29 Oct 2008 19:27:00 +0100

grub2 (1.96+20080724-10) unstable; urgency=high

   * patches/03_disable_floppies.diff: Free .drive struct member when skipping
     floppy drives.  (Closes: #496040)
   * patches/902_boot_blocklist_hack.diff: Support separate /boot when using
     blocklists.  (Closes: #496820, #489287, #494589)
   * patches/00_ntfs_insensitive.diff: They say NTFS is an insensitive fool.
     It must be true! (use case insensitive match in NTFS) (Closes: #497889)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 6 Sep 2008 14:56:38 +0200

grub2 (1.96+20080724-9) unstable; urgency=high

   [ Felix Zielcke ]
   * Remove build-depency of unifont-bin and bump version of unifont to
     (>= 1:5.1.20080820-1), this avoids licensing problems (Closes: #496061)
   * patches/00_skip_dev_leading_dot.diff: Add patch from Robert to skip
     all devices which start with a dot not just directories (Closes: #486624)
   * Fix a bit the changelog entry from me of previous version
     - Colon missing on `Closes' for #494383.
     - #464215 was on wrong line, it's about LVM dash problem not /dev/md/N.
     - Align to 80 chars.
   * patches/02_mdraid_sb_raid_disks.diff: Use raid_disks field of the mdraid
     superblock instead of nr_disks (Closes: #496573)
 
   [ Robert Millan ]
   * Detect when grub-setup leaves core.img in filesystem, and include that
     info in bug report templates.
     - debian/patches/08_core_in_fs.diff
     - debian/script
   * Remove a red herring error message so that the real errors are displayed
     (does not fix, but problem can be seen in #496040)
     - debian/patches/00_kern_device_red_herring.diff

 -- Robert Millan <rmh@aybabtu.com>  Tue, 26 Aug 2008 23:40:47 +0200

grub2 (1.96+20080724-8) unstable; urgency=high

   [ Felix Zielcke ]
   * patches/00_fix_raid0.diff: Fix a `small' incorrect calculation for raid 0.
   * patches/09_handle_md_slash_N.diff: Add support for /dev/md/N style mdraid
     devices. (Closes: #475585)
   * patches/10_handle_lvm_dash_escaping.diff: LVM escapes a dash with a dash
     and GRUB doestn't like that, so remove the double dashes. (Closes: #494383,
     #464215)
 
   [ Robert Millan ]
   * Handle errors in RAID/LVM scan routine (rather than letting the upper
     layer cope with them).  (Closes: #494501, #495049)
     - debian/patches/00_raid_lvm_error_handling.diff: Fix the actual problem.
     - debian/patches/00_grub_print_error.diff: Fix a bug exposed by
       00_raid_lvm_error_handling.diff.

 -- Felix Zielcke <fzielcke@z-51.de>  Sat, 23 Aug 2008 15:04:22 +0200

grub2 (1.96+20080724-7) unstable; urgency=high

   * Make build-dependency on unifont-bin versioned (<< 1:5.1.20080706-1)
     (or unifont >= 1:5.1.20080808-2) to avoid being hit by #494473.
     (Closes: #494460)
   * patches/02_dpkg_version_comparison.diff: Replace with
     patches/901_dpkg_version_comparison.diff (new patch), based on the
     implementation in grub 0.97-46.  (Closes: #494158)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 9 Aug 2008 21:21:00 +0200

grub2 (1.96+20080724-6) unstable; urgency=high

   * patches/02_old_linux_version_comparison.diff: Replace with ...
   * patches/02_dpkg_version_comparison.diff: ... this.
     Use dpkg --compare-versions in update-grub. (Closes: #494158)
   * fixed 2 double slashes in the spanish translation (es.po) (Closes: #493744)

 -- Felix Zielcke <fzielcke@z-51.de>  Sun, 03 Aug 2008 17:53:33 +0200

grub2 (1.96+20080724-5) unstable; urgency=high

   [ Felix Zielcke ]
   * patches/00_getline.diff: Fix access to a pointer which has been free'd
     before in the configline parser from grub's menu (Closes: #493289)
   * patches/00_fix_double_prefix.diff: Fix double prefix with chainloading
     from grub-legacy (Closes: #487565)
 
   [ Updated translations ]
   * Japanese (ja.po) by Hideki Yamane (Closes: #493347)
 
   [ Robert Millan ]
   * patches/07_skip_invalid_bsd_parts.diff: Add patch from Felix to skip
     invalid/corrupt partitions gracefuly.  (Closes: #478238)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 2 Aug 2008 22:49:05 +0200

grub2 (1.96+20080724-4) unstable; urgency=high

   * patches/00_fix_overflow.diff: fix overflow with a big grub.cfg.
     (Closes: #473543)

 -- Felix Zielcke <fzielcke@z-51.de>  Tue, 29 Jul 2008 17:10:59 +0200

grub2 (1.96+20080724-3) unstable; urgency=low

   [ Felix Zielcke ]
   * changed depency for debconf to also support debconf-2.0. (Closes: #492543)
   * patches/00_xfs.diff: Fix "out of partition" error with XFS.
     (Closes: #436943)
 
   [ Robert Millan ]
   * patches/00_raid_duped_disks.diff: Do not abort when two RAID disks with
     the same number are found.  (Closes: #492656)
   * patches/00_strengthen_apple_partmap_check.diff: Be more strict when probing
     for Apple partition maps (this prevents false positives on i386-pc
     installs).  (Closes: #475718)

 -- Robert Millan <rmh@aybabtu.com>  Tue, 29 Jul 2008 00:48:01 +0200

grub2 (1.96+20080724-2) unstable; urgency=high

   [ Felix Zielcke ]
   * fixed lintian override for kernel.elf
   * debian/rules: changed cvs targets to use svn
 
   [ Robert Millan ]
   * patches/00_skip_dev_dm.diff: Skip /dev/dm-[0-9] devices also (implicitly)
     for RAID.  (Closes: #491977)
   * patches/00_uuid_boot.diff: Fix cross-disk installs by using UUIDs.
     (Closes: #492204)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 26 Jul 2008 01:06:07 +0200

grub2 (1.96+20080724-1) unstable; urgency=high

   * New SVN snapshot.
     - Support for ext4dev extents.
     - patches/00_speed_up_font_load.diff: Remove (merged).
 
   [ Felix Zielcke ]
   * upgrade-from-grub-legacy now calls update-grub if grub.cfg doestn't exist
     and prints a big warning if it failed.
   * Update Standards version to 3.8.0. No changes need.
   * Added Build-Dep for po-debconf and a lintian override, to make it happy.
 
   [ Updated translations ]
   * Swedish (sv.po) by Martin Ågren (Closes: #492056)
 
   [ Robert Millan ]
   * Revert r844.  grub-coreboot is stuck on NEW, and it was too early
     for branching.

 -- Robert Millan <rmh@aybabtu.com>  Thu, 24 Jul 2008 13:27:53 +0200

grub2 (1.96+20080717-1) experimental; urgency=low

   * New SVN snapshot.
     - Provides LZMA support (not yet used in the package).
     - Fix grub-mkrescue manpage generation.  (Closes: #489440)
 
   * Rename grub-linuxbios to grub-coreboot (and leave a dummy grub-linuxbios
     package to handle upgrades).
 
   [ Updated translations ]
   * Spanish (es.po) by Maria Germana Oliveira Blazetic  (Closes: #489877)
   * Portuguese (pt.po) by Ricardo Silva  (Closes: #489807)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 12 Jul 2008 17:47:09 +0200

grub2 (1.96+20080704-2) unstable; urgency=high

   * patches/02_old_linux_version_comparison.diff: Set interpreter to /bin/bash.
     (Closes: #489426, #489446)

 -- Robert Millan <rmh@aybabtu.com>  Mon, 7 Jul 2008 15:17:58 +0200

grub2 (1.96+20080704-1) unstable; urgency=high

   * New SVN snapshot.
   * default/grub: Add commented example to disable graphical terminal.
   * Use substvars to support linking with liblzo1.
   * Bring 03_disable_floppies.diff to pre-r805 state.  (Closes: #488375)
   * patches/02_old_linux_version_comparison.diff: New patch.  Steal version
     comparison code from GRUB Legacy's update-grub.  (Closes: #464086, #489133)
   * patches/00_speed_up_font_load.diff: New patch.  Generate font files with
     only the needed characters.  (Closes: #476479, #477083)

 -- Robert Millan <rmh@aybabtu.com>  Fri, 4 Jul 2008 21:39:07 +0200

grub2 (1.96+20080626-1) unstable; urgency=high

   * New CVS snapshot.
     - Avoids passing UUID to Linux when not using initrd.  (Closes: #484228)
     - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync.

 -- Robert Millan <rmh@aybabtu.com>  Thu, 26 Jun 2008 16:43:48 +0200

grub2 (1.96+20080621-1) unstable; urgency=high

   * Urgency set to "high" because of #482688.
   * New CVS snapshot.
     - Fix module load hook in prepare_grub_to_access_device().
       (Closes: #486804)
     - Call prepare_grub_to_access_device() before accessing devices, never
       afterwards.  (Closes: #487198)
   * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image
     loading, since chances are it's less LVMed.

 -- Robert Millan <rmh@aybabtu.com>  Sat, 21 Jun 2008 15:52:48 +0200

grub2 (1.96+20080617-1) unstable; urgency=low

   * New CVS snapshot.
     - Supports IDA block devices.  (Closes: #483858)
     - Fixes some problems in ext2/ext3.  (Closes: #485068, #485065)
     - Uses EUID instead of UID in update-grub.  (Closes: #486043, #486039,
       #486040, #486041).
     - Fixes incomplete I2O device support.  Thanks Sven Mueller.
       (Closes: #486505)
     - Fixes recent regressions in fs/ext2.c.  (Closes: #485279)
     - Only use UUIDs when requested device is not the same as the one
       providing /boot.  (Closes: #486119)
     - patches/02_libgcc_powerpc_hack.diff: Remove.  Probably not needed
       anymore.
     - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Update.
   * patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.
   * Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into
     03_disable_floppies.diff.

 -- Robert Millan <rmh@aybabtu.com>  Tue, 17 Jun 2008 01:07:52 +0200

grub2 (1.96+20080601-2) unstable; urgency=low

   * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove.  Argueably
     makes grub-probe unreliable and is quite annoying.
   * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch.  Disable
     UUID parameter to Linux when LVM or dmRAID is in use.  (Closes: #484228)
     This is a workaround for bug #484297 in udev.

 -- Robert Millan <rmh@aybabtu.com>  Tue, 3 Jun 2008 16:29:53 +0200

grub2 (1.96+20080601-1) unstable; urgency=low

   * New CVS snapshot.
     - patches/06_backward_compat_in_uuid_support.diff: Merged.
     - Fixes NULL pointer dereference in biosdisk.c.  (Closes: #483895, #483900)
     - Extends UUID support for XFS and ReiserFS.

 -- Robert Millan <rmh@aybabtu.com>  Sun, 1 Jun 2008 15:44:08 +0200

grub2 (1.96+20080531-1) unstable; urgency=low

   * New CVS snapshot.
     - Work around BIOS bug affecting keyboard on macbooks.  (Closes: #482860)
     - Adjust grub.d/05_debian_theme to use the new UUID-compatible API.
     - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
     - patches/06_backward_compat_in_uuid_support.diff: New.  Make update-grub
       generate code that is compatible with older GRUB installs.
     - util/biosdisk.c no longer complains about duplicated device.map entries.
       (Closes: #481236)
 
   [ Updated translations ]
   * Galician (gl.po) by Jacobo Tarrio  (Closes: #480977)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 31 May 2008 00:02:54 +0200

grub2 (1.96+20080512-1) unstable; urgency=low

   * New CVS snapshot.
     - Adds support for default-only Linux cmdline options.  (Closes: #460843)
     - Supports Xen virtual block devices.  (Closes: #456777)
     - Supports Virtio block devices.  (Closes: #479056)
     - Supports CCISS block devices.  (Closes: #479735)
     - Fixes handling of more LVM abnormal conditions.  (Closes: #474343,
       #474931, #477175)
 
   * Switch to liblzo2 now that it's GPLv3-compatible.  (Closes: #466375)
   * grub-pc.postinst: Escape \ and / in cmdline sed invokation.
     (Closes: #479279)
 
   [ Updated translations ]
   * Italian (it.po) by Luca Monducci  (Closes: #480740)

 -- Robert Millan <rmh@aybabtu.com>  Mon, 12 May 2008 17:46:38 +0200

grub2 (1.96+20080429-1) unstable; urgency=high

   * New CVS snapshot.
     - Includes sample grub.cfg file; we use it for grub-rescue-pc.
       (Closes: #478324)
   * grub-common: Upgrade Replaces to << 1.96+20080426-3.  (Closes: #478224,
     #478353, #478144)
 
   [ Updated translations ]
   * French (fr.po) by Christian Perrier  (Closes: #471291)

 -- Robert Millan <rmh@aybabtu.com>  Tue, 29 Apr 2008 13:27:52 +0200

grub2 (1.96+20080426-1) unstable; urgency=high

   * New CVS snapshot.
     - Fixes syntax error when setting GRUB_PRELOAD_MODULES.  (Closes: #476517)
   * Move os-prober to Suggests, to avoid trouble with #476184.
     (Closes: #476684)
   * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
     does what its name says.  (Closes: #467127)
     - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB
       Legacy can use it.
 
   [ Updated translations ]
   * Basque (eu.po) by Piarres Beobide  (Closes: #476708)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 26 Apr 2008 20:06:55 +0200

grub2 (1.96+20080413-1) unstable; urgency=high

   * New CVS snapshot.
     - Provides 30_os-prober update-grub add-on.  Thanks Fabian Greffrath.
       (Closes: #461442)
     - Improves robustness when handling LVM.
       (Closes: #474931, #474343)
   * patches/03_disable_floppy_support_in_util_biosdisk.diff: New.  Does
     what its name says.  (Closes: #475177)

 -- Robert Millan <rmh@aybabtu.com>  Sun, 13 Apr 2008 13:53:28 +0200

grub2 (1.96+20080408-1) unstable; urgency=low

   * New CVS snapshot.
     - grub-probe skips non-existant devices when processing device.map.
     (Closes: #473209)
   * control: Fix syntax error.
 
   [ Updated translations ]
   * Finnish (fi.po) by Esko Arajärvi (Closes: #468641)

 -- Robert Millan <rmh@aybabtu.com>  Tue, 8 Apr 2008 15:45:25 +0200

grub2 (1.96+20080228-1) unstable; urgency=low

   * New CVS snapshot.
   * Split grub-probe into grub-common package.  Make all flavours depend on it.
     (Closes: #241972)
   * Suggest multiboot-doc.
   * patches/01_grub_legacy_0_based_partitions.diff: New patch.  Add a hack that
     tells grub-probe you want 0-based partition count
     (GRUB_LEGACY_0_BASED_PARTITIONS variable)
   * Stop depending on lsb-release (too heavy! we don't need python in base).
     Instead of assuming it's there, try calling it and otherwise just echo
     Debian.

 -- Robert Millan <rmh@aybabtu.com>  Thu, 28 Feb 2008 16:43:40 +0100

grub2 (1.96+20080219-3) unstable; urgency=low

   * default/grub: Use lsb_release to support Debian derivatives.
     (Closes: #466561)
   * grub.d/05_debian_theme: Only setup background image when a reader for it
     is present in /boot/grub.  (Closes: #467111)
 
   [ Updated translations ]
   * Russian (ru.po) by Yuri Kozlov (Closes: #467181)

 -- Robert Millan <rmh@aybabtu.com>  Sun, 24 Feb 2008 15:39:50 +0100

grub2 (1.96+20080219-2) unstable; urgency=high

   * grub-pc.postinst: Create /boot/grub if it doesn't exist.

 -- Robert Millan <rmh@aybabtu.com>  Wed, 20 Feb 2008 07:15:14 +0100

grub2 (1.96+20080219-1) unstable; urgency=high

   * New CVS snapshot.
     - Improves GPT support, allowing it to work without blocklists.

 -- Robert Millan <rmh@aybabtu.com>  Tue, 19 Feb 2008 15:05:10 +0100

grub2 (1.96+20080216-1) unstable; urgency=high

   * New CVS snapshot.
     - Fixes offset calculation issue when installing on GPT (urgency set
       to high because of this).
   * Fix Vcs-Browser tag.  Thanks James.  (Closes: #465697)
   * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.
     (Closes: #465708)
 
   [ Updated translations ]
   * French (fr.po) by Christian Perrier  (Closes: #465706)

 -- Robert Millan <rmh@aybabtu.com>  Sat, 16 Feb 2008 23:30:55 +0100

grub2 (1.96+20080213-1) unstable; urgency=low

   * New CVS snapshot.
     - Failure to read one device in a RAID-1 array no longer causes boot
       to fail (so long as there's a member that works).  (Closes: #426341)
   * script: For /proc/mounts, only report lines that start with /dev/.
   * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
     process from GRUB Legacy, and advertise it prominently in menu.lst.
     (Closes: #464912)
   * Add a hack to support gfxterm / background_image on systems where /usr
     isn't accessible.  (Closes: #464911, #463144)
     - grub-pc.postinst
     - grub.d/05_debian_theme
   * Fix a pair of spelling mistakes in debconf.  (Closes: #465296)
   * Migrate kopt from menu.lst.  (Closes: #461164, #464918)
 
   [ Updated translations ]
   * Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
   * German (de.po) by Helge Kreutzmann (Closes: #465295)

 -- Robert Millan <rmh@aybabtu.com>  Wed, 13 Feb 2008 16:37:13 +0100

grub2 (1.96+20080210-1) unstable; urgency=high

   * New CVS snapshot.
     - Errors that cause GRUB to enter rescue mode are displayed now.
       (Closes: #425149)
     - Build LVM/RAID modules into a few commands that were missing them
       (notably, grub-setup).  (Closes: #465033)
   * Fix license violation (incompatibility between GRUB and LZO2).
     (Closes: #465056)
     - Urgency set to high.
     - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
       (leaving liblzo-dev as the only option).

 -- Robert Millan <rmh@aybabtu.com>  Sun, 10 Feb 2008 17:09:15 +0100

grub2 (1.96+20080209-1) unstable; urgency=low

   * New CVS snapshot.
     - Fix a root device setting issue in grub-setup.  (Closes: #463391)
     - Fix partmap detection under LVM/RAID.
     - Add scripting commands that would allow user to implement hiddenmenu-like
       functionality (http://grub.enbug.org/Hiddenmenu).
     - Provide manpages for grub-setup, grub-emu, grub-mkimage and others.
       (Closes: #333516, #372890)
   * Fix a pair of spelling errors in debconf templates.  Thanks Christian
     Perrier.  (Closes: #464133)
   * Run debconf-updatepo.  (Closes: #463918)
   * Lower base-files versioned dependency to >= 4.0.1~bpo40+1.

 -- Robert Millan <rmh@aybabtu.com>  Sat, 9 Feb 2008 13:43:49 +0100

grub2 (1.96+20080203-1) unstable; urgency=low

   * New CVS snapshot (and release, but we skipped that ;-))
     - patches/01_regparm.diff: Delete.
     - Improved XFS support.
     - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
     - Fixes problem when chainloading to Vista.
   * Fix po-debconf errors.  Thanks Thomas Huriaux.  (Closes: #402972)
   * grub.d/05_debian_theme:
     - Add runtime error detection.
     - Detect/Enable PNG background when it is present.
   * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.

 -- Robert Millan <rmh@aybabtu.com>  Sun, 3 Feb 2008 19:31:23 +0100

grub2 (1.95+20080201-1) unstable; urgency=low

   * New CVS snapshot.
   * presubj: Improve notice.
   * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
     (Closes: #463081, #419766, #462159)
   * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
   * patches/disable_xfs.diff: Actually remove this time...

 -- Robert Millan <rmh@aybabtu.com>  Fri, 1 Feb 2008 17:06:00 +0100

grub2 (1.95+20080128-1) unstable; urgency=low

   * New CVS snapshot.
     - Fixes bogus CLAIM problems on Apple firmware.  (Closes: #449135, #422729)
     - grub-probe performs sanity checks to make sure our filesystem drivers
       are usable.  (Closes: #462449)
     - patches/disable_ata.diff: Remove.  ATA module isn't auto-loaded in
       rescue floppies now.
     - patches/disable_xfs.diff: Remove.  See above (about grub-probe).
   * Bring back grub-emu; it can help a lot with debugging feedback.
     - control
     - rules

 -- Robert Millan <rmh@aybabtu.com>  Mon, 28 Jan 2008 00:01:11 +0100

grub2 (1.95+20080116-2) unstable; urgency=low

   * grub.d/05_debian_theme: Enable swirlish beauty.
   * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.

 -- Robert Millan <rmh@aybabtu.com>  Sat, 19 Jan 2008 13:16:18 +0100

grub2 (1.95+20080116-1) unstable; urgency=low

   * New CVS snapshot.
     - update-grub ignores stale *.dpkg-* files.  (Closes: #422708, #424223)
     - LVM/RAID now working properly (except when it affects /boot).
       (Closes: #425666)
     - Fixes flickery in timeout message.  (Closes: #437275)
   * grub-pc.postinst: Use `--no-floppy' whenever possible.  Die, floppies,
     die!
   * Resync with latest version of GRUB Legacy's update-grub.  This time,
     using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for
     addition of core.img and its removal.
   * grub-*.install: Add update-grub2 stub.  Packages providing /etc/grub.d/
     scripts should invoke update-grub2 in both postinst and postrm (whenever
     it is found, of course).
   * control: Reorganize a bit, including a complete rewrite of the
     package descriptions.
   * control (grub-ieee1275): Enable for i386/amd64.

 -- Robert Millan <rmh@aybabtu.com>  Wed, 16 Jan 2008 15:00:54 +0100

grub2 (1.95+20080107-1) unstable; urgency=low

   * New CVS snapshot.
     - Supports ReiserFS.  (Closes: #430742)
     - patches/disable_ata.diff: Resync.

 -- Robert Millan <rmh@aybabtu.com>  Mon, 7 Jan 2008 12:46:39 +0100

grub2 (1.95+20080105-2) unstable; urgency=low

   * grub-pc.postinst: Fix covered assumption that menu.lst exists.
     (Closes: #459247)
   * copyright: Fix copyright/license reference.

 -- Robert Millan <rmh@aybabtu.com>  Sun, 6 Jan 2008 18:02:28 +0100

grub2 (1.95+20080105-1) unstable; urgency=low

   * New CVS snapshot.
     - Fixes install on non-devfs systems with devfs-style paths (ouch).
       (Closes: #450709).
     - Fixes boot of "Linux" zImages (including memtest86+).  (Closes: #436113).
     - Corrects usage message in grub-setup.  (Closes: #458600).
     - patches/menu_color.diff: Remove.  Made obsolete by `menu_color_normal'
       and `menu_color_highlight' variables.  Add/install grub.d/05_debian_theme
       to make use of them.
   * Reestructure grub-pc.postinst.  Notably:
     - Do not touch menu.lst unless user has confirmed it (via debconf).
       (Closes: #459247)
     - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst.

 -- Robert Millan <rmh@aybabtu.com>  Sat, 5 Jan 2008 17:55:37 +0100

grub2 (1.95+20080101-1) unstable; urgency=low

   * New CVS snapshot.
     - patches/disable_xfs.diff: Rewrite in a way that won't collide with
       upstream changes so often.
     - unifont.hex now processed by upstream.
       - rules: Disable build of unifont.pff.
       - *.install: Remove build/unifont.pff line.
     - patches/menu_color.diff: Change menu color to our traditional blue theme.
   * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser).
   * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc.

 -- Robert Millan <rmh@aybabtu.com>  Tue, 1 Jan 2008 19:45:30 +0100

2007

grub2 (1.95+20071101-1) unstable; urgency=low

   * New CVS snapshot.
     - patches/linuxbios.diff: Remove (supported in upstream now).

 -- Robert Millan <rmh@aybabtu.com>  Thu, 1 Nov 2007 13:18:51 +0100

grub2 (1.95+20071004-2) unstable; urgency=low

   * Rename debian/grub-of.* to debian/grub-ieee1275.*.
   * Add debian/grub-linuxbios.{postinst,dirs,install}.
   * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
   * Remove grub-linuxbios.postinst.

 -- Robert Millan <rmh@aybabtu.com>  Wed, 10 Oct 2007 23:56:35 +0200

grub2 (1.95+20071004-1) unstable; urgency=low

   * New CVS snapshot.
   * Add grub-linuxbios package.
     - patches/linuxbios.diff
     - control
     - rules
   * Rename grub-of to grub-ieee1275 to match with upstream conventions.
     - control
     - rules

 -- Robert Millan <rmh@aybabtu.com>  Thu, 4 Oct 2007 14:42:30 +0200

grub2 (1.95+20070829-1) unstable; urgency=low

   * New CVS snapshot.
     - Includes fix for parallel builds.
   * rules: Append -j flag to $(MAKE) to take advantage of >1 processors.
   * Add reference to /usr/share/common-licenses.
     - debian/copyright
     - debian/control (all packages): Add base-files (>= 4.0.1) dependency.

 -- Robert Millan <rmh@debian.org>  Sat, 1 Sep 2007 19:00:22 +0200

grub2 (1.95+20070828-2) unstable; urgency=low

   * control (grub-of): Make depends on powerpc-ibm-utils versioned as
     >= 1.0.6 (older versions don't have -a flag).

 -- Robert Millan <rmh@debian.org>  Tue, 28 Aug 2007 23:32:32 +0200

grub2 (1.95+20070828-1) unstable; urgency=low

   * New CVS snapshot.
     - Adds ntfs support.
     - Fixes a pair of issues indirectly breaking grub-probe on powerpc.
       (Closes: #431488)
     - patches/disable_xfs.diff: Resync.
     - copyright: License upgraded to GPLv3.
   * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc.

 -- Robert Millan <rmh@debian.org>  Tue, 28 Aug 2007 21:24:14 +0200

grub2 (1.95+20070626-1) unstable; urgency=low

   * New CVS snapshot.
     - More fixes to cope with unreadable /.  (Closes: #427289)
     - update-grub supports multiple terminals.
   * control (Build-Depends): Add genisoimage.
   * patches/partmap_fallback.diff: Remove.  It didn't archieve anything as
     it also needs support for proper identification of raid / lvm (this is
     being worked on).
   * patches/disable_xfs.diff: Disable xfs in grub-probe.
   * grub-rescue-pc.README.Debian: New.  Explain how to use the rescue
     images.

 -- Robert Millan <rmh@debian.org>  Tue, 26 Jun 2007 08:39:14 +0200

grub2 (1.95+20070614-1) unstable; urgency=low

   * New CVS snapshot.
     - update-grub is tollerant to unreadable / (as long as /boot is
     accessible). (Closes: #427289)
   * grub-pc.postinst: Generate new grub.cfg when menu.lst exists.
   * New package grub-rescue-pc.
     - control: Add it.
     - README.Debian.in: Remove obsolete documentation.
     - rules: Build rescue images using grub-mkrescue.
     - grub-rescue-pc.dirs: Prepare their directory.
     - grub-rescue-pc.install: Install them.
   * legacy/update-grub: Fix core.img detection on separate /boot.

 -- Robert Millan <rmh@debian.org>  Thu, 14 Jun 2007 08:17:21 +0200

grub2 (1.95+20070604-1) unstable; urgency=low

   * New CVS snapshot.
     - patches/grub_probe_for_everyone.diff: Remove (merged).
     - update-grub exports user-defined GRUB_CMDLINE_LINUX.  (Closes: #425453)
     - Fix those nasty powerpc bugs.  (Closes: #422729)

 -- Robert Millan <rmh@aybabtu.com>  Mon, 4 Jun 2007 21:30:55 +0200

grub2 (1.95+20070520-1) unstable; urgency=low

   * New CVS snapshot.
     - LVM / RAID fixes.  (Closes: #423648, #381150)
     - Fix memory management bug.  (Closes: #423409)
     - patches/efi.diff: Remove (merged).
     - patches/grub_probe_for_everyone.diff: Use the new paths for
       util/grub-probe.c, util/biosdisk.c, util/getroot.c.  Enable
       grub-mkdevicemap.  (Closes: #424985)
   * legacy/update-grub: Get rid of all grub-set-default calls.  (Closes: #425054)
   * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
   * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
   * patches/partmap_fallback.diff: New.  Implement fallback "pc gpt" for partmap
     detection failures.  (Closes: #423022)
   * control: Update XS-Vcs-* fields.  Thanks Sam Morris <sam@robots.org.uk>.
     (Closes: #425146)
   * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.

 -- Robert Millan <rmh@aybabtu.com>  Sun, 20 May 2007 11:13:03 +0200

grub2 (1.95+20070515-1) unstable; urgency=low

   * New CVS snapshot.
     - Fix assumptions about /, /boot and /boot/grub being the same device.
     (Closes: #423268, #422459)
     - Proper sorting of Linux images.  (Closes: #422580)
     - update-grub lets /etc/default/grub override its variables now.
     (Closes: #423649)
     - update-grub mentions /etc/default/grub in the grub.cfg header.
     (Closes: #423651)
     - update-grub sets 800x600x16 as the default gfxmode.  (Closes: #422794)
     - update-grub runs grub-mkdevicemap before attempting to use grub-probe
     (part of #423217)
 
   [ Otavio Salvador ]
   * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
     <sam@robots.org.uk> for the patch. (Closes: #423005)
   * Add Robert Millan as uploader.
   * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
 
   [ Robert Millan ]
   * grub-pc.postinst:
     - Remove /boot/grub/device.map before running grub-install.
       (Closes: #422851)
     - Always run update-grub after grub-install. (part of #423217)
     - Use grub-mkdevicemap instead of removing device.map, since update-grub
       needs it but grub-install is not run unconditionaly.
     - Redirect grub-install invocation to /dev/null, since it can mislead
       users into thinking that MBR was overwritten.  (part of #423217)
   * default/grub: Stop exporting the variables (update-grub does that now).
   * Misc EFI fixes, including new grub-install.
     - patches/efi.diff: New.
     - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
     - grub-efi.install: Stop installing dummy grub-install.
     - grub-install: Remove.
   * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
     to avoid duplicated work (this is specialy important for d-i).  (part of
     #423217).
   * See multiple references above.  (Closes: #423217)
   * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
     to make it work again (oops).
   * Add reportbug script to gather debugging information.  (Closes: #423218)
     - script: New.
     - grub-{pc,efi,of}.install: Install it.
   * Install the reportbug scripts for grub2 too, since users might still use
     it for bugfiling.
     - grub2.dirs
     - grub2.install
   * Fix some lintian warnings.
     - control (grub2): Depend on debconf.
     - README.Debian.in: Fix mispell.
     - grub2.templates: Remove extra dot.

 -- Robert Millan <rmh@aybabtu.com>  Tue, 15 May 2007 22:08:53 +0200

grub2 (1.95+20070507-1) unstable; urgency=low

   [ Robert Millan ]
   * New CVS snapshot.
     - patches/build_neq_src.diff: Remove (merged).
   * Fix debhelper files to ensure each package gets the right thing.
   * Enable gfxterm/unifont support.
   * On grub-pc, if there's no core.img setup, create one (but do not
     risk writing to MBR).
   * On grub-pc, if menu.lst is found, regenerate it to include our
     core.img.
 
   [ Otavio Salvador ]
   * Move debian/update-grub to debian/legacy/update-grub otherwise the
     source gets messy.

 -- Otavio Salvador <otavio@ossystems.com.br>  Mon, 07 May 2007 18:48:14 -0300

grub2 (1.95+20070505.1-3) unstable; urgency=low

   * Split postinst into grub2.postinst (with the transition warning) and
     postinst.in, with update-grub invocation for grub-{pc,efi,of}.
     - postinst.in
     - grub2.postinst
     - rules

 -- Robert Millan <rmh@aybabtu.com>  Sun, 6 May 2007 01:20:04 +0200

grub2 (1.95+20070505.1-2) unstable; urgency=low

   * Add EFI build of GRUB.
   - control: Restructure to provide 3 packages: grub-pc (x86),
     grub-efi (x86) and grub-of (powerpc).
   - rules: Handle a separate build for each package.
   - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
   - patches/grub_probe_for_everyone.diff: New (superceds
     powerpc_probe.diff).  Enable grub-probe on powerpc and i386-efi.
   - grub-install: Dummy informational grub-install for EFI.
   - grub-efi.install: Installs it.

 -- Robert Millan <rmh@aybabtu.com>  Sun, 6 May 2007 00:23:56 +0200

grub2 (1.95+20070505.1-1) unstable; urgency=low

   * New CVS snapshot.
   * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
   * control (Architecture): Temporarily disable powerpc.  Sorry, but runtime
     is currently broken and we don't have the hardware to debug it.  Will be
     re-enabled in next upload.

 -- Robert Millan <rmh@aybabtu.com>  Sat, 5 May 2007 21:52:49 +0200

grub2 (1.95+20070505-1) unstable; urgency=low

   * New CVS snapshot.
     - Improved grub.cfg parser.  (Closes: #381215)
     - patches/fix-grub-install.diff: Remove (merged).
     - control (Build-Depends): Remove libncurses5-dev (no longer needed).
     - provides update-grub2.  (Closes: #419151)
     - Supports GPT in PC/BIOS systems.  (Closes: #409073)
   * control (Build-Depends): Add gcc-multilib to fix FTBFS.
   * control (Description): Make it less scary, and more informative.
   * postinst: Run update-grub to ensure the latest improvements always are
     applied.
   * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
     on powerpc (and hopefuly update-grub).

 -- Robert Millan <rmh@aybabtu.com>  Sat, 5 May 2007 01:49:07 +0200

grub2 (1.95-5) unstable; urgency=low

   * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
     by providing the patch. Closes: #416408

 -- Otavio Salvador <otavio@ossystems.com.br>  Fri, 30 Mar 2007 19:20:48 -0300

grub2 (1.95-4) unstable; urgency=low

   * Fix powerpc grub-install binary path. Closes: #402838

 -- Otavio Salvador <otavio@ossystems.com.br>  Thu, 22 Mar 2007 23:45:56 -0300

grub2 (1.95-3) unstable; urgency=low

   [ Christian Perrier ]
   * Switch to po-debconf for debconf templates. Closes: #402972
   * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
   * Debconf translations:
     - French
     - Czech. Closes: #413327
     - Galician. Closes: #413323
     - Swedish. Closes: #413325
     - Portuguese. Closes: #413332
     - German. Closes: #413365
     - Tamil. Closes: #413478
     - Russian. Closes: #413542
     - Italian. Closes: #413904
     - Romanian. Closes: #414443

 -- Otavio Salvador <otavio@ossystems.com.br>  Tue, 20 Mar 2007 23:46:38 -0300

2006

grub2 (1.95-2) unstable; urgency=low

   [ Robert Millan ]
   * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
     (Closes: #394706)
   * Transition to new numbering scheme for partitions. (Closes: #395019)
     - update-grub: Don't substract 1 when converting partition device names to
       grub drives.
     - Add debconf warning explaining the situation.
   * Rewrite Architecture line back to hardcoded list :(.  (Closes: #398060)

 -- Otavio Salvador <otavio@debian.org>  Mon, 11 Dec 2006 05:08:41 -0200

grub2 (1.95-1) unstable; urgency=low

   * New upstream release.
     - patches/03_revert_partition_numbering.diff: Delete (obsoleted).

 -- Robert Millan <rmh@aybabtu.com>  Sat, 14 Oct 2006 21:19:21 +0200

grub2 (1.94+20061003-1) unstable; urgency=high

   * New CVS snapshot.
 
   [ Otavio Salvador ]
   * Change debhelper compatibility mode to 5:
     - debian/compat: setted to 5;
   * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
     Closes: #389873
   * Set urgency=high since it's experimental stuff and tagged likewise. It
     also solved a serious bug on PowerPC that leave users with a black
     screen.
 
   [ Robert Millan ]
   * control (Depends):  Add powerpc-ibm-utils for powerpc/ppc64.
     (Closes: #372186)

 -- Otavio Salvador <otavio@debian.org>  Tue, 3 Oct 2006 16:49:32 -0300

grub2 (1.94+20060926-1) unstable; urgency=high

   * New CVS snapshot.
     - Command-line editting fix (Closes: #381214).
     - Fixes runtime breakage on amd64 (not in BTS).
     - Delete a few patches (merged).
 
   [ Robert Millan ]
   * Set urgency=high.  Might seem like a rush, but it can't possibly be worse than
     1.94-5 (broken on systems that use udev, broken on amd64...).
   * Pure ppc64 support.
     - control (Architecture): Add any-ppc64.
     - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
   * rules: Remove moddep.lst install command (no longer needed).
   * patches/03_revert_partition_numbering.diff:  New.  Revert a commit that
     broke grub-probefs.
   * Add bug template to encourage sending upstream stuff directly to
     upstream.
     - presubj: New.
 
   [ Otavio Salvador ]
   * Add XS-X-Vcs-Svn on control file and point it to our current svn
     repository.
   * Add cvs-snapshot to rules.

 -- Otavio Salvador <otavio@debian.org>  Tue, 26 Sep 2006 16:14:36 -0300

grub2 (1.94-6) unstable; urgency=low

   [ Robert Millan ]
   * update-grub:  Set interpreter to /bin/bash to cope with non-POSIX
     extensions.  (mentioned in #361929)
   * patches/03_avoid_recursing_into_dot_static.diff:  New.  Avoid recursing into
     dotdirs (e.g. ".static").
   * patches/04_mkdevicemap_dont_assume_floppies.diff:  New.  Don't assume
     /dev/fd0 exists when generating device.map.

 -- Otavio Salvador <otavio@debian.org>  Thu, 14 Sep 2006 16:07:30 -0300

grub2 (1.94-5) unstable; urgency=low

   [ Robert Millan ]
   * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
     confuse buildds).
   * 02_not_remove_menu_lst.patch: New patch.  Skip menu.lst removal in
     grub-install.  (Closes: #372934)

 -- Otavio Salvador <otavio@debian.org>  Sun, 20 Aug 2006 12:02:13 -0300

grub2 (1.94-4) unstable; urgency=low

   [ Otavio Salvador ]
   * 01_fix_amd64_building.patch: dropped since it now supports amd64
     native building.
   * Remove convert_kernel26 usage since it's not necessary anymore and due
     initramfs-tools changes it's bug too.
 
   [ Robert Millan ]
   * Fork update-grub from grub legacy, and tweak a few commands in output to
     make it work for grub2.
   * Update README.Debian.in with more recent (and easier) install instructions.
   * Add grub to Conflicts/Replaces.  Too many commands with the same name,
     even if they don't use the same path yet (but will likely do in the
     future, see #361929).
   * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
     to be an endless source of problems (and forbidden by policy as well).
   * Fix FTBFS on amd64. Really closes: #372548.

 -- Otavio Salvador <otavio@debian.org>  Fri, 18 Aug 2006 15:38:25 -0300

grub2 (1.94-3) unstable; urgency=low

   * Fix FTBFS in amd64. Closes: 372548

 -- Otavio Salvador <otavio@debian.org>  Sat, 10 Jun 2006 19:57:01 -0300

grub2 (1.94-2) unstable; urgency=low

   * Update grub images paths in README.Debian
   * 01_fix_grub-install.patch: add to fix a problem with PowerPC
     installation. Refs: #371069
   * Fix FTBFS in amd64. Closes: #370803

 -- Otavio Salvador <otavio@debian.org>  Fri, 9 Jun 2006 09:29:40 -0300

grub2 (1.94-1) unstable; urgency=low

   * New upstream release.
     - Fix powerpc building. Closes: #370259
     - 01_fix_grub-install.patch: merged upstream.
     - Moved modules to /usr/lib/grub since they are architecture
       dependent.
   * Leave CDBS set debhelper compatibility level.
   * Allow amd64 build to happen. Closes: #364956
   * Enforce building in 32bits while running in x86_64 machines.
   * Update Standards version to 3.7.2. No changes need.

 -- Otavio Salvador <otavio@debian.org>  Mon, 5 Jun 2006 12:49:09 -0300

grub2 (1.93-1) unstable; urgency=low

   * New upstream release.
     - Added support to PowerPC. Closes: #357853
     - 01_fix_grub-install.patch: rediff.
   * Update Standards version to 3.6.2. No changes need.
   * Start to use new dpkg architecture definition. Closes: #360134

 -- Otavio Salvador <otavio@debian.org>  Sat, 1 Apr 2006 10:07:17 -0300

grub2 (1.92-2) unstable; urgency=low

   * Add bison on build-depends field. Closes: #346178
   * Add more fixes in 01_fix_grub-install.patch. Closes: #346177

 -- Otavio Salvador <otavio@debian.org>  Fri, 6 Jan 2006 09:48:08 -0200

grub2 (1.92-1) unstable; urgency=low

   * New upstream release.
     - Add support for GPT partition table format.
     - Add a new command "play" to play an audio file on PC.
     - Add support for Linux/ADFS partition table format.
     - Add support for BASH-like scripting.
     - Add support for Apple HFS+ filesystems.
   * 01_fix_grub-install.patch: Added. Fix grub-install to use
     /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
   * Do not use CDBS tarball mode anymore. Closes: #344272

 -- Otavio Salvador <otavio@debian.org>  Thu, 5 Jan 2006 15:20:40 -0200

2005

grub2 (1.91-0) unstable; urgency=low

   * New upstream release. Closes: #331211
   * debian/watch: added.
   * debian/control.in, debian/control: Add libncurses5-dev in
     Build-Depends. Closes: #304638
   * Remove Robert Millan as uploader;
   * Add myself as uploader;

 -- Otavio Salvador <otavio@debian.org>  Sat, 12 Nov 2005 16:35:18 -0200

grub2 (0.6+20050203-2) unstable; urgency=low

   * Disable for powerpc.  Reportedly it fails to boot.

 -- Robert Millan <rmh@debian.org>  Fri, 4 Feb 2005 01:52:09 +0100

grub2 (0.6+20050203-1) unstable; urgency=low

   * New upstream snapshot.
   * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
   * Use cdbs debian/control autogeneration.
     - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
     - Move control to control.in.
     - Add a @cdbs@ tag and replace Architecture with Cpu/System.
   * control.in (Build-Depends):  Add ruby.

 -- Robert Millan <rmh@debian.org>  Thu, 3 Feb 2005 22:33:39 +0100

2004

grub2 (0.6+20040805-1) unstable; urgency=low

   * New upstream snapshot.
   * Uploading to unstable so that powerpc users can be blessed by GRUB too.
   * Use type-handling to generate dpkg arch list.
     - control.in
     - rules

 -- Robert Millan <rmh@debian.org>  Thu, 5 Aug 2004 20:50:16 +0200

grub2 (0.6+20040502-1) experimental; urgency=low

   * New upstream snapshot.
     - Fix FTBFS on powerpc.

 -- Robert Millan <rmh@debian.org>  Sun, 2 May 2004 18:16:29 +0200

grub2 (0.6+20040429-1) experimental; urgency=low

   * New upstream snapshot.
     - control (Architecture): Add powerpc.

 -- Robert Millan <rmh@debian.org>  Thu, 29 Apr 2004 20:41:31 +0200

2003

grub2 (0.6+20031125-1) experimental; urgency=low

   * New upstream snapshot.
     - patches/multiboot.diff: Nuked.
     - install,docs: Update directory name.
   * control (Maintainer): Set to pkg-grub-devel mailing list.
   * control (Uploaders): Add myself.
   * control (Architecture): Add freebsd-i386 and netbsd-i386.

 -- Robert Millan <rmh@debian.org>  Tue, 25 Nov 2003 23:48:18 +0100

grub2 (0.6+20031114-1) experimental; urgency=low

   * New upstream snapshot.
     - README.Debian: s/fat/ext2/g (We now have ext2fs support).
   * Add multiboot support, thanks to Jeroen Dekkers for his patch.
     - patches/multiboot.diff: New.
     - control (Architecture): Add hurd-i386 (which needed multiboot).
   * Rename package to grub2 (to follow upstream tendency).
     - control: Ditto.
     - README.Debian: Likewise.
   * Switch to tarball mode.
     - rules: Ditto.
     - docs: Prefix paths in order to workaround dh_installdocs bug.
     - install: Likewise, but not because of bug (should be in rules, actualy).
   * Fix FTBFS. (Closes: #213868)
     - control (Build-Depends): Add autoconf.
     - control (Build-Conflicts): Add autoconf2.13.

 -- Robert Millan <rmh@debian.org>  Fri, 14 Nov 2003 13:16:12 +0100

pupa (0.6+20031008-1) experimental; urgency=low

   * New upstream snapshot.
   * Uploading to experimental.
   * debian/control: Add Jason Thomas to Uploaders.

 -- Robert Millan <rmh@debian.org>  Wed, 8 Oct 2003 13:22:50 +0000

pupa (0.6+20030915-1) unstable; urgency=low

   * Initial Release. (Closes: #211030)

 -- Robert Millan <rmh@debian.org>  Mon, 15 Sep 2003 14:58:42 +0000