diff options
author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-09-29 11:18:56 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-09-29 11:18:56 -0400 |
commit | 6025103c2532223a018683a5a3f4bf225c4b6a21 (patch) | |
tree | b020f38f892ccfa3074a2f281ad64e0f4a156cfa /debian/control | |
parent | 77e5c6e4808f045629411b056b444e76c6c8c313 (diff) | |
download | efi-boot-shim-upstream/13_z1.tar.gz efi-boot-shim-upstream/13_z1.zip |
New upstream version 13~z1upstream/13_z1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index ea901e5d..00000000 --- a/debian/control +++ /dev/null @@ -1,19 +0,0 @@ -Source: shim -Section: admin -Priority: optional -Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> -XSBC-Original-Maintainer: Steve Langasek <vorlon@debian.org> -Standards-Version: 3.9.8 -Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev -Vcs-Bzr: lp:~ubuntu-core-dev/shim/trunk - -Package: shim -Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: shim-signed (<< 1.33~) -Description: boot loader to chain-load signed boot loaders under Secure Boot - 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. |