diff options
| author | Steve McIntyre <steve@einval.com> | 2024-06-28 00:40:46 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2024-06-28 00:43:32 +0100 |
| commit | 1a4394567776ee75cf32fb645b348a464a1b2121 (patch) | |
| tree | 5a830ef02a0ba3ab131dd8cb1de79400dbb66f02 /debian/control | |
| parent | 579934ab144bfc9d8eaf9037b0f9df5e23e26d6d (diff) | |
| download | shim-signed-1a4394567776ee75cf32fb645b348a464a1b2121.tar.gz shim-signed-1a4394567776ee75cf32fb645b348a464a1b2121.zip | |
Tweak versioning in runtime dependenciesdebian/1.42
using substvars to make things more automatic in future.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 19a4fd6..b72c0c1 100644 --- a/debian/control +++ b/debian/control @@ -20,9 +20,9 @@ Multi-Arch: same Depends: ${misc:Depends}, shim-signed-common (>= ${source:Version}), grub-efi-amd64-bin [amd64], - shim-helpers-amd64-signed (>= 1+15.4+2) [amd64], + shim-helpers-amd64-signed (>= ${helpers:Version}) [amd64], grub-efi-arm64-bin [arm64], - shim-helpers-arm64-signed (>= 1+15.4+2) [arm64], + shim-helpers-arm64-signed (>= ${helpers:Version}) [arm64], grub2-common (>= 2.06-6) Built-Using: shim (= ${shim:Version}) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) |
