[ubuntu/karmic] grub2 1.96+20090611-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jun 17 12:10:19 BST 2009


grub2 (1.96+20090611-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    + debian/control:
      - Depend on rather than Suggest os-prober; Ubuntu version does not
        suffer from the mount problem that prevents Debian from marking this
        Depends.
    + debian/default/grub:
      - Adjust for default Ubuntu boot options.
      - Use new GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
        default items only.  These options won't be set in single user mode.
    + debian/legacy/update-grub:
      - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
        how memtest86+ is displayed.
      - Use UUIDs where appropriate.
    + debian/patches/03_ubuntu_grub_standards:
      - Remove GNU/Linux from default string.
  * debian/patches/999_os-prober_drivemap_root.diff:
    - Backport r2333 from upstream to fix chain-loading of operating systems
      detected by os-prober.

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

  * Append .diff to patches/01_uuids_and_lvm_dont_play_along_nicely so
    it gets really applied.
  * Drop completely the build dependency on gcc-multilib.
  * Instead of arborting in the preinst if /etc/kernel-img.conf still
    contains /sbin/update-grub, change the file with sed. Policy allows
    this because it's not a conffile.
  * Change /etc/default/grub to an ucf managed file instead of dpkg
    conffile.

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

  * New SVN snapshot.
    - Fix variable parsing inside strings. (Closes: #486180)
    - Add `true' command. (Closes: #530736)

  [ Robert Millan ]
  * Split grub-efi in grub-efi-ia32 and grub-efi-amd64, both available
    on i386 and amd64.  (Closes: #524756)
  * Add kopensolaris-i386 to arch list.

  [ Felix Zielcke ]
  * Add a NEWS entry about the grub-efi split.
  * Drop the build dependency on gcc-multilib for all *i386.
  * Change upgrade-from-grub-legacy to use `dpkg-reconfigure grub-pc' to
    install grub2 into MBR.

  [ New translations ]
  * Catalan (ca.po) by Jordi Mallach.

  [ Updated translations ]
  * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #532407)

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

  * New SVN snapshot.

  * Abort the install of grub-pc if /etc/kernel-img.conf still contains
    /sbin/update-grub (Closes: #500631).

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

  * New SVN snapshot.

  [ Felix Zielcke ]
  * Skip floopies in the grub-install debconf prompt in grub-pc postinst.
    Patch by Fabian Greffrath. (Closes: #530848)

  [ Robert Millan ]
  * Change Vcs-Browser field to viewsvn.

  [ Felix Zielcke ]
  * Change Vcs-Svn field to point to the trunk. (Closes: #531391)
  * patches/01_uuids_and_lvm_dont_play_along_nicely: New patch.
    On Debian root=UUID= with lvm still doestn't work so disable it.
    (Closes: #530357)
  * Remove Otavio Salvador from Uploaders with his permission.
  * add grub-pc.preinst

Date: Wed, 17 Jun 2009 12:05:47 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/grub2/1.96+20090611-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 17 Jun 2009 12:05:47 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-pc grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275
Architecture: source
Version: 1.96+20090611-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
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-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: 486180 500631 524756 530357 530736 530848 531391 532407
Changes: 
 grub2 (1.96+20090611-1ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     + debian/control:
       - Depend on rather than Suggest os-prober; Ubuntu version does not
         suffer from the mount problem that prevents Debian from marking this
         Depends.
     + debian/default/grub:
       - Adjust for default Ubuntu boot options.
       - Use new GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
         default items only.  These options won't be set in single user mode.
     + debian/legacy/update-grub:
       - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
         how memtest86+ is displayed.
       - Use UUIDs where appropriate.
     + debian/patches/03_ubuntu_grub_standards:
       - Remove GNU/Linux from default string.
   * debian/patches/999_os-prober_drivemap_root.diff:
     - Backport r2333 from upstream to fix chain-loading of operating systems
       detected by os-prober.
 .
 grub2 (1.96+20090611-1) experimental; urgency=low
 .
   * Append .diff to patches/01_uuids_and_lvm_dont_play_along_nicely so
     it gets really applied.
   * Drop completely the build dependency on gcc-multilib.
   * Instead of arborting in the preinst if /etc/kernel-img.conf still
     contains /sbin/update-grub, change the file with sed. Policy allows
     this because it's not a conffile.
   * Change /etc/default/grub to an ucf managed file instead of dpkg
     conffile.
 .
 grub2 (1.96+20090609-1) experimental; urgency=low
 .
   * New SVN snapshot.
     - Fix variable parsing inside strings. (Closes: #486180)
     - Add `true' command. (Closes: #530736)
 .
   [ Robert Millan ]
   * Split grub-efi in grub-efi-ia32 and grub-efi-amd64, both available
     on i386 and amd64.  (Closes: #524756)
   * Add kopensolaris-i386 to arch list.
 .
   [ Felix Zielcke ]
   * Add a NEWS entry about the grub-efi split.
   * Drop the build dependency on gcc-multilib for all *i386.
   * Change upgrade-from-grub-legacy to use `dpkg-reconfigure grub-pc' to
     install grub2 into MBR.
 .
   [ New translations ]
   * Catalan (ca.po) by Jordi Mallach.
 .
   [ Updated translations ]
   * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #532407)
 .
 grub2 (1.96+20090603-1) unstable; urgency=low
 .
   * New SVN snapshot.
 .
   * Abort the install of grub-pc if /etc/kernel-img.conf still contains
     /sbin/update-grub (Closes: #500631).
 .
 grub2 (1.96+20090602-1) unstable; urgency=low
 .
   * New SVN snapshot.
 .
   [ Felix Zielcke ]
   * Skip floopies in the grub-install debconf prompt in grub-pc postinst.
     Patch by Fabian Greffrath. (Closes: #530848)
 .
   [ Robert Millan ]
   * Change Vcs-Browser field to viewsvn.
 .
   [ Felix Zielcke ]
   * Change Vcs-Svn field to point to the trunk. (Closes: #531391)
   * patches/01_uuids_and_lvm_dont_play_along_nicely: New patch.
     On Debian root=UUID= with lvm still doestn't work so disable it.
     (Closes: #530357)
   * Remove Otavio Salvador from Uploaders with his permission.
   * add grub-pc.preinst
Checksums-Sha1: 
 741da595a5a4207e4da5bdb60be7ec900e8c539c 2023 grub2_1.96+20090611-1ubuntu1.dsc
 7441dc51c762be538623827f47f4f87f36494a80 1151977 grub2_1.96+20090611.orig.tar.gz
 1b53078f204a2b18d2358627b96fd9223aba8e1d 56295 grub2_1.96+20090611-1ubuntu1.diff.gz
Checksums-Sha256: 
 dc3e6d4f340cfc00257734b66bc267388972e15e267800a834e1364ccf5bc713 2023 grub2_1.96+20090611-1ubuntu1.dsc
 ab4416dd145957503fc4b1b5940c5c86cef7d89096d6da1efa515466a4839cd5 1151977 grub2_1.96+20090611.orig.tar.gz
 de48d5385d3f45c63995af6661e5b76ca69e2233008e730c32ebe8e57a7b0d67 56295 grub2_1.96+20090611-1ubuntu1.diff.gz
Files: 
 0eb5be493408d5b4ce090c42f2d9ba1d 2023 admin extra grub2_1.96+20090611-1ubuntu1.dsc
 2dfc5771abd0557ba3786c4d325bc18b 1151977 admin extra grub2_1.96+20090611.orig.tar.gz
 a3295e6c7a2b8b05e8438f0e2db9cc21 56295 admin extra grub2_1.96+20090611-1ubuntu1.diff.gz
Original-Maintainer: GRUB Maintainers <pkg-grub-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iD8DBQFKOM6g9t0zAhD6TNERAh3eAJ9p7GG5aHPfiDPgZa8A1mCdxElxVwCghlS9
oFEnmtiuw1gNzXj7tVzP3Cw=
=75Y6
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list