diff options
| author | Luca Boccassi <bluca@debian.org> | 2025-05-26 16:43:24 +0000 |
|---|---|---|
| committer | Steve McIntyre <93sam@debian.org> | 2025-05-26 16:43:24 +0000 |
| commit | 19edb3723b71c1251405b72f29be2b3f5c4e3fc9 (patch) | |
| tree | 5af7d606ab7c72dff496b577dbf399a528ffe344 /debian/control | |
| parent | 1388b862760e11f7418dcc85d38d5060f97dd1d5 (diff) | |
| download | shim-signed-19edb3723b71c1251405b72f29be2b3f5c4e3fc9.tar.gz shim-signed-19edb3723b71c1251405b72f29be2b3f5c4e3fc9.zip | |
Add alternative dependencies on systemd-boot
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 3ea8290..aa726e8 100644 --- a/debian/control +++ b/debian/control @@ -21,11 +21,11 @@ Architecture: amd64 arm64 Multi-Arch: same Depends: ${misc:Depends}, shim-signed-common (>= ${source:Version}), - grub-efi-amd64-bin [amd64], + grub-efi-amd64-bin [amd64] | systemd-boot [amd64], shim-helpers-amd64-signed (>= ${helpers:Version}) [amd64], - grub-efi-arm64-bin [arm64], + grub-efi-arm64-bin [arm64] | systemd-boot [arm64], shim-helpers-arm64-signed (>= ${helpers:Version}) [arm64], - grub2-common (>= 2.06-6) + grub2-common (>= 2.06-6) | systemd-boot [amd64 arm64], Built-Using: shim (= ${shim:Version}) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) This package provides a minimalist boot loader which allows verifying |
