diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index bb83f7a..47edf88 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,3 +1,10 @@
+linux-meta (3.5.0.17.19) quantal-proposed; urgency=low
+
+  * Make linux-crashdump alternatively depend on grub-efi.
+    LP: #1064259
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Tue, 09 Oct 2012 11:28:08 +0200
+
 linux-meta (3.5.0.17.18) quantal-proposed; urgency=low
 
   * Add new meta-packages for linux-signed-* images.
diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common
index 725b34d..5273800 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 (>= 1.98-1ubuntu5) | grub (>= 0.97-29ubuntu24)
 Recommends: apport
 Suggests: crash
 Description: Linux kernel crashdump setup for the latest generic kernel
