diff options
| author | Fabian Grünbichler <f.gruenbichler@proxmox.com> | 2024-07-01 09:01:53 +0200 |
|---|---|---|
| committer | Fabian Grünbichler <f.gruenbichler@proxmox.com> | 2024-07-01 09:06:39 +0200 |
| commit | eae47c67a6f2e43f78b5bd924104fbd05682667c (patch) | |
| tree | 33f382f0bca009c7b9c6082371c279e0360ae56f | |
| parent | b00cc39a71597370eac87c1c5e1fa8f28ee3f276 (diff) | |
| download | shim-signed-eae47c67a6f2e43f78b5bd924104fbd05682667c.tar.gz shim-signed-eae47c67a6f2e43f78b5bd924104fbd05682667c.zip | |
ensure shim-helpers is installed in build environment
else the dpkg-query doesn't work.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
| -rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
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 <debian-efi@lists.debian.org> Uploaders: Steve McIntyre <93sam@debian.org>, Steve Langasek <vorlon@debian.org> 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), |
