summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorCarlo Caione <carlo@endlessm.com>2016-06-30 21:50:07 +0200
committerCarlo Caione <carlo@endlessm.com>2016-06-30 22:16:11 +0200
commitd932165f2245638e8ed7d6bdfe0b6abd668c186e (patch)
tree494d71575e2b0cab050c2cb04f933ea26117abf0 /debian/control
downloadefi-boot-shim-Version_0.9_debian.tar.gz
efi-boot-shim-Version_0.9_debian.zip
Initial import of debian packagingVersion_0.9_debian
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..d1f77131
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+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.3
+Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, dh-exec
+Vcs-Bzr: lp:ubuntu/shim
+
+Package: shim
+Architecture: amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+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.
+
+Package: shim-efi-image
+Architecture: amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: shim EFI image installed as bootx64.efi