diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..dfd26bd --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: shim-signed +Section: utils +Priority: optional +Maintainer: Steve Langasek <vorlon@debian.org> +Build-Depends: debhelper (>= 9), shim, sbsigntool (>= 0.6-0ubuntu4), po-debconf +Standards-Version: 3.9.4 + +Package: shim-signed +Architecture: amd64 +Depends: ${misc:Depends}, shim (= ${shim:Version}), grub-efi-amd64-bin, grub2-common (>= 2.02~beta2-36ubuntu12), mokutil +Recommends: secureboot-db +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 + against a built-in signature database. Its purpose is to allow a small, + infrequently-changing binary to be signed by the UEFI CA, while allowing + an OS distributor to revision their main bootloader independently of the CA. + . + This package contains the version of the bootloader binary signed by the + Microsoft UEFI CA. |
