From daaf3292b92045c6b6dae230ddf00a5c0aa9a368 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 20 Feb 2019 15:52:21 +0100 Subject: [PATCH] Depend on either syslinux or grub2-common + grub-pc-bin grml2usb depends on grub-pc(-bin) files and grub2-common's grub-install, but if someone has grub-efi-amd64 installed, then the grub-pc(-bin) files are missing. The grub-efi-amd64 package shouldn't matter at all, since we explicitly run grub with `--target=i386-pc`. Adjust depends accordingly. Closes: #796801 Thanks: Albert Dengg for bugreport and suggested solution + Axel Beckert for assistance in getting a proper dependency resolution --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 89a233f..fd97684 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: mtools, python-parted, coreutils (>= 8.23-1~) | realpath, rsync, - syslinux | grub-pc | grub-efi-amd64, + syslinux | grub2-common, syslinux | grub-pc-bin, ${misc:Depends}, ${shlibs:Depends} Recommends: syslinux, -- 2.1.4