diff options
| author | Steve McIntyre <93sam@debian.org> | 2019-03-03 22:33:41 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-03-06 21:16:12 +0000 |
| commit | 3d6c6cece5ce9ef5dd26c2e6c48ea7164a5ec8c8 (patch) | |
| tree | 3babded0a7073f9b526f7f0163c795e225906197 /debian/control | |
| parent | 5fdfaf3ae9c01e1b071474459fd0f60c80bf3c41 (diff) | |
| download | shim-signed-3d6c6cece5ce9ef5dd26c2e6c48ea7164a5ec8c8.tar.gz shim-signed-3d6c6cece5ce9ef5dd26c2e6c48ea7164a5ec8c8.zip | |
Import Debian version 1.28+nmu2debian/1.28+nmu2
shim-signed (1.28+nmu2) unstable; urgency=medium
* Non-maintainer upload.
* Copy the helper binaries from the shim binary so that we no longer
need to depend on it. See #922179 for more details. Add a Replaces:
shim and to allow us to over-write binaries there.
* Explicitly uploading in a chroot with older binaries installed for
shim and sbsigntool, and update Build-Depends to point to those
speficic versions. This package will *not* function with other
versions installed.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/control b/debian/control index dfd26bd..38940f5 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,19 @@ Source: shim-signed Section: utils Priority: optional Maintainer: Steve Langasek <vorlon@debian.org> -Build-Depends: debhelper (>= 9), shim, sbsigntool (>= 0.6-0ubuntu4), po-debconf +Build-Depends: debhelper (>= 9), +# Need shim version 0.9+1474479173.6c180c6-1 so we can check the +# signature on the right version of shim + shim (= 0.9+1474479173.6c180c6-1), +# sbsigntool version 0.6-3.2 (newer versions do different things with +# padding and the signatures don't match correctly) + sbsigntool (= 0.6-3.2), 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 +Depends: ${misc:Depends}, grub-efi-amd64-bin, grub2-common (>= 2.02~beta2-36ubuntu12), mokutil +Replaces: shim (= ${shim:Version}) Recommends: secureboot-db Built-Using: shim (= ${shim:Version}) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) |
