From eae47c67a6f2e43f78b5bd924104fbd05682667c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 1 Jul 2024 09:01:53 +0200 Subject: [PATCH] ensure shim-helpers is installed in build environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit else the dpkg-query doesn't work. Signed-off-by: Fabian Grünbichler --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index b72c0c1..3ea8290 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Debian EFI Team Uploaders: Steve McIntyre <93sam@debian.org>, Steve Langasek Build-Depends: debhelper (>= 13), shim-unsigned (= 15.8-1), + shim-helpers-amd64-signed [amd64], + shim-helpers-arm64-signed [arm64], # sbsigntool before 0.9.2-2 had a horrid bug with checksum calculation # which broke our build sbsigntool (>= 0.9.2-2),