diff mbox

[SRU,precise-meta] Make linux-crashdump alternatively depend on EFI grub

Message ID 1349805521-1681-3-git-send-email-stefan.bader@canonical.com
State New
Headers show

Commit Message

Stefan Bader Oct. 9, 2012, 5:58 p.m. UTC
The EFI version of grub needs to be an alternative, otherwise
it will get replaced by grub-pc when installing linux-crashdump.

Actually this will depend on grub-efi-amd64 and grub-efi-ia32
because grub-efi is a transitional package.

BugLink: http://bugs.launchpad.net/bugs/1064259

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 meta-source/debian/changelog      |    7 +++++++
 meta-source/debian/control.common |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index 2aa1db0..da46974 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,3 +1,10 @@ 
+linux-meta (3.2.0.32.36) UNRELEASED; urgency=low
+
+  * Make linux-crashdump alternatively depend on EFI grub
+    LP: #1064259
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Tue, 09 Oct 2012 19:35:55 +0200
+
 linux-meta (3.2.0.32.35) precise-proposed; urgency=low
 
   [ Luis Henriques ]
diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common
index 085848e..351861f 100644
--- a/meta-source/debian/control.common
+++ b/meta-source/debian/control.common
@@ -36,7 +36,7 @@  Description: Generic Linux kernel image.
 Package: linux-crashdump
 Architecture: i386 amd64
 Section: devel
-Depends: ${misc:Depends}, kexec-tools, makedumpfile, grub-pc (>= 1.96+20090611-1ubuntu2) | grub (>= 0.97-29ubuntu24)
+Depends: ${misc:Depends}, kexec-tools, makedumpfile, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi-ia32 | grub-efi-amd64 | grub (>= 0.97-29ubuntu24)
 Recommends: apport
 Suggests: crash
 Description: Linux kernel crashdump setup for the latest generic kernel