diff options
author | João Paulo Rechi Vita <jprvita@endlessm.com> | 2018-11-30 20:35:49 -0800 |
---|---|---|
committer | João Paulo Rechi Vita <jprvita@endlessm.com> | 2018-11-30 22:33:56 -0800 |
commit | 6c7b84f5909d37d79a2120fe23f5096d9b92063b (patch) | |
tree | 16aab836f2549b7cfe1488d96d9e9f16e45f3d28 /debian/control | |
parent | f430b853338e84df4a68d738889df44ae00d4be4 (diff) | |
download | efi-boot-shim-Version_15_debian.tar.gz efi-boot-shim-Version_15_debian.zip |
Import latest packaging from Debian Testing (Buster)Version_15_debian
Version 0.9+1474479173.6c180c6-1, minus the debian/patches directory.
https://phabricator.endlessm.com/T24681
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/debian/control b/debian/control index d1f77131..25b0b47e 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,10 @@ 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 +Maintainer: Steve Langasek <vorlon@debian.org> +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl +Vcs-Bzr: lp:~ubuntu-core-dev/shim/trunk Package: shim Architecture: amd64 @@ -16,8 +15,3 @@ Description: boot loader to chain-load signed boot loaders under Secure Boot 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 |