[PATCH] Make grub-efi-arm64-bin depend on efibootmgr so that grub-install works.

Ian Campbell ijc at hellion.org.uk
Fri Sep 5 06:38:45 UTC 2014


---
 debian/changelog | 4 ++++
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3babeee..88b41f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 grub2 (2.02~beta2-12) UNRELEASED; urgency=medium
 
+  [ Colin Watson ]
   * Point Vcs-* fields back at master.
 
+  [ Ian Campbell ]
+  * Make grub-efi-arm64-bin depend on efibootmgr so that grub-install works.
+
  -- Colin Watson <cjwatson at debian.org>  Tue, 19 Aug 2014 13:19:40 +0100
 
 grub2 (2.02~beta2-11) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index bb4540d..00cd34d 100644
--- a/debian/control
+++ b/debian/control
@@ -429,7 +429,7 @@ Description: GRand Unified Bootloader, version 2 (ARM UEFI version)
 
 Package: grub-efi-arm64-bin
 Architecture: any-arm64
-Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [arm64]
 Multi-Arch: foreign
 Description: GRand Unified Bootloader, version 2 (ARM64 UEFI binaries)
  GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
-- 
2.0.1




More information about the Pkg-grub-devel mailing list