From 9cadc00814fc3945f2eee279bb91e2bc5feb1142 Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Thu, 6 Aug 2020 23:02:21 +0200 Subject: T2765: arm: vyatta-cfg-system is dependent on a amd64 only package The vyatta-cfg-system package is dependent on the grub-efi-amd64-bin package to be installed. This makes it unable to be built for any other platform as the package is amd64 only. This commit changes the dependency to be a amd64 dependency only, thouse it will not be present on other architectures --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 694728cb..71c620a4 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Depends: adduser, libpam-cap, efibootmgr, libefivar0 | libefivar1, - grub-efi-amd64-bin, + grub-efi-amd64-bin [amd64], dosfstools, gdisk, vyatta-biosdevname -- cgit v1.2.3