[ubuntu/karmic] grub2 1.97~beta2-2ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Sep 7 13:45:13 BST 2009
grub2 (1.97~beta2-2ubuntu1) karmic; urgency=low
* Resynchronise with Debian. Remaining changes:
+ debian/control:
- Recommend rather than Suggest os-prober.
+ debian/default/grub:
- Adjust for default Ubuntu boot options.
- Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
default items only. These options won't be set in single user mode.
- Default to hiding the menu; holding down Shift at boot will show it.
+ debian/templates.in:
- Change default value of grub2/linux_cmdline_default to "quiet
splash".
+ debian/grub.d/05_debian_theme:
- Set a monochromatic theme for Ubuntu.
+ 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/10_crashkernel.patch:
- Add crashkernel= options if kdump and makedumpfile are available.
+ debian/patches/951_quick_boot.diff:
- If other operating systems are installed, then automatically unhide
the menu.
- Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
available to check whether Shift is pressed. If it is, show the
menu, otherwise boot immediately. If keystatus is not available,
then fall back to a short delay interruptible with Escape.
+ debian/patches/952_sleep_shift.diff:
- Allow Shift to interrupt 'sleep --interruptible'.
+ debian/patches/954_normal_quiet.diff:
- Don't display introductory message about line editing unless we're
actually offering a shell prompt.
+ debian/patches/955_really_quiet.diff:
- Remove some verbose messages printed before reading the
configuration file.
+ debian/patches/956_linux_quiet.diff:
- If the environment variable "quiet" is set to something other than
1, suppress progress messages as the kernel and initrd load. Set
this for non-recovery kernel menu entries.
+ debian/patches/957_savedefault.diff, debian/rules:
- Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
utilities. Provides functionality essentially equivalent to GRUB
Legacy's savedefault.
* Drop 953_no_eh_frame.diff, merged upstream.
grub2 (1.97~beta2-2) unstable; urgency=low
[ Updated translations ]
* Dutch (nl.po) by Paul Gevers. (Closes: #545050)
[ Felix Zielcke ]
* Move GRUB Legacy's grub-set-default to /usr/lib/grub-legacy in
preparation for GRUB 2's grub-set-default.
* Remove password lines in bug script.
[ Robert Millan ]
* Do not conflict with `grub' dummy package (this prevented upgrades).
* patches/003_grub_probe_segfault.diff: Disable file test codepath, which
wasn't normally used before.
grub2 (1.97~beta2-1) unstable; urgency=low
* New upstream beta release.
- Fix loading of FreeBSD modules. (Closes: #544305)
[ Updated translations ]
* French (fr.po) by Christian Perrier. (Closes: #544320)
* Czech (cs.po) by Miroslav Kure. (Closes: #544327)
* Belarusian (be.po) by Hleb Rubanau.
* Arabic (ar.po) by Ossama M. Khayat.
* Catalan (ca.po) by Juan Andrés Gimeno Crespo.
* Russian (ru.po) by Yuri Kozlov. (Closes: #544730)
* Swedish (sv.po) by Martin Ågren. (Closes: #544759)
* Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #544810)
* German (de.po) by Helge Kreutzmann. (Closes: #544912)
[ Robert Millan ]
* Build with GCC 4.4.
Date: Mon, 07 Sep 2009 13:33:12 +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.97~beta2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 07 Sep 2009 13:33:12 +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 grub-firmware-qemu
Architecture: source
Version: 1.97~beta2-2ubuntu1
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-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: 544305 544320 544327 544730 544759 544810 544912 545050
Changes:
grub2 (1.97~beta2-2ubuntu1) karmic; urgency=low
.
* Resynchronise with Debian. Remaining changes:
+ debian/control:
- Recommend rather than Suggest os-prober.
+ debian/default/grub:
- Adjust for default Ubuntu boot options.
- Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
default items only. These options won't be set in single user mode.
- Default to hiding the menu; holding down Shift at boot will show it.
+ debian/templates.in:
- Change default value of grub2/linux_cmdline_default to "quiet
splash".
+ debian/grub.d/05_debian_theme:
- Set a monochromatic theme for Ubuntu.
+ 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/10_crashkernel.patch:
- Add crashkernel= options if kdump and makedumpfile are available.
+ debian/patches/951_quick_boot.diff:
- If other operating systems are installed, then automatically unhide
the menu.
- Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
available to check whether Shift is pressed. If it is, show the
menu, otherwise boot immediately. If keystatus is not available,
then fall back to a short delay interruptible with Escape.
+ debian/patches/952_sleep_shift.diff:
- Allow Shift to interrupt 'sleep --interruptible'.
+ debian/patches/954_normal_quiet.diff:
- Don't display introductory message about line editing unless we're
actually offering a shell prompt.
+ debian/patches/955_really_quiet.diff:
- Remove some verbose messages printed before reading the
configuration file.
+ debian/patches/956_linux_quiet.diff:
- If the environment variable "quiet" is set to something other than
1, suppress progress messages as the kernel and initrd load. Set
this for non-recovery kernel menu entries.
+ debian/patches/957_savedefault.diff, debian/rules:
- Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
utilities. Provides functionality essentially equivalent to GRUB
Legacy's savedefault.
* Drop 953_no_eh_frame.diff, merged upstream.
.
grub2 (1.97~beta2-2) unstable; urgency=low
.
[ Updated translations ]
* Dutch (nl.po) by Paul Gevers. (Closes: #545050)
.
[ Felix Zielcke ]
* Move GRUB Legacy's grub-set-default to /usr/lib/grub-legacy in
preparation for GRUB 2's grub-set-default.
* Remove password lines in bug script.
.
[ Robert Millan ]
* Do not conflict with `grub' dummy package (this prevented upgrades).
* patches/003_grub_probe_segfault.diff: Disable file test codepath, which
wasn't normally used before.
.
grub2 (1.97~beta2-1) unstable; urgency=low
.
* New upstream beta release.
- Fix loading of FreeBSD modules. (Closes: #544305)
.
[ Updated translations ]
* French (fr.po) by Christian Perrier. (Closes: #544320)
* Czech (cs.po) by Miroslav Kure. (Closes: #544327)
* Belarusian (be.po) by Hleb Rubanau.
* Arabic (ar.po) by Ossama M. Khayat.
* Catalan (ca.po) by Juan Andrés Gimeno Crespo.
* Russian (ru.po) by Yuri Kozlov. (Closes: #544730)
* Swedish (sv.po) by Martin Ågren. (Closes: #544759)
* Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #544810)
* German (de.po) by Helge Kreutzmann. (Closes: #544912)
.
[ Robert Millan ]
* Build with GCC 4.4.
Checksums-Sha1:
9d9e5ae3cd72b5b0f5507fc516d1547867435acb 2610 grub2_1.97~beta2-2ubuntu1.dsc
c5a0df157947c31ba0edb28210d628d2ee8f42c8 1157558 grub2_1.97~beta2.orig.tar.gz
3e6cd36d91cc64d758dd5f44b8f85966e22142a5 122087 grub2_1.97~beta2-2ubuntu1.diff.gz
Checksums-Sha256:
3641076596bbf02dd9fc86f4fe8b27f7ca4dead3bd9e13e4d8eba0003abece83 2610 grub2_1.97~beta2-2ubuntu1.dsc
e029ced7bb9b0d3bff3ac700d4f53748bcc2f866318d9287919f230df3ed6070 1157558 grub2_1.97~beta2.orig.tar.gz
c446c2046c734cff05cf28bea2f8a727f1d3cb36f12fd7acd4209a607b8f7e03 122087 grub2_1.97~beta2-2ubuntu1.diff.gz
Files:
a558e7c4784dbec1cd7647a568655493 2610 admin extra grub2_1.97~beta2-2ubuntu1.dsc
764a278f55a54062f790238c75cb246d 1157558 admin extra grub2_1.97~beta2.orig.tar.gz
864af4e2fe888e3a8cf2d39997f82e65 122087 admin extra grub2_1.97~beta2-2ubuntu1.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
iQIVAwUBSqT+7zk1h9l9hlALAQgSWxAAqRH5F7cSEP4zM73Utk1qOIr1LQNDvp/I
mPgltKQiGgrb79yNh01ZAWY+ouzW3GTBEMSyCwqQLGF/mAaJIIE6VtX62RprLqw+
5zPqMvA3YmMUWE/4szst4wj4RTKccdYQWG9+MTISOZliUHfL4ocdEsMIpTYYzyF9
/Oq1mI0RwA3f9EjYU1TTURJemAhF6ssCJjdlMwcBHJCivrq3Bch7KYzqg/TBGlik
v78LeyPPhoTQDW9Z7G+jFA3YmcRndjrcCI/iUivreHsQfcNo7iINUU+DujzSo0Zq
1nxNAUo/bz0Wkxh174eUkrgqIQqhgML0noLL5Q/URccnoHSptOgJODBPYayi7mJ0
0d9wftZTo+9/mXvQ/Rf35wbHYHQ4zA2RnJeJWWQ8JSm4tbscU0tLmEujg4XGqUzD
ujLaGFTjj+TPYfXlkhEo4vM1T7e6GTFmqy+2U7pc2cqQLFyNezT7K4ihqpTNBiv8
+lyn5VoKDNA5zjuun0tJmRy7oYcH3ovQmY9Xl2Nc6RxuNNypTEMdwPhZAXiQZBdY
gl7rN/mJmWRsmA6Tfy4h5Tc+9l9FK7KD2ghQ51wvky2RinyrR2KxGaOZ/6zpdNs4
nkPEFXTzSEO66mqIFLXNi09YI2QH0fy+MsPHYapLk+PHxhNH6W8kW5H8Z3TIOxez
k1DkwZjGpiI=
=12bp
-----END PGP SIGNATURE-----
More information about the Karmic-changes
mailing list