diff options
| author | Steve McIntyre <steve@einval.com> | 2019-06-09 16:54:15 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-06-09 16:54:15 +0100 |
| commit | c9766b9649f01daf278d5f99de2d400759b71ec2 (patch) | |
| tree | 4b36261ac6fa1a847d0c75969c2ac86832d099a0 /debian/control | |
| parent | cddd8cb26d848a42c4ad97bbba7acfee10e32b78 (diff) | |
| download | shim-signed-c9766b9649f01daf278d5f99de2d400759b71ec2.tar.gz shim-signed-c9766b9649f01daf278d5f99de2d400759b71ec2.zip | |
Drop the hard-coded version in Built-Using
Pick up the version of shim we're using properly.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ebf9de5..da859e3 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: ${misc:Depends}, shim-helpers-arm64-signed (>= 1+15+1533136590.3beb971+7) [arm64], grub2-common (>= 2.02+dfsg1-16) Recommends: secureboot-db -Built-Using: shim (= 15+1533136590.3beb971-7) +Built-Using: shim (= ${shim:Version}) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or |
