summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve McIntyre <93sam@debian.org>2019-03-03 22:33:41 +0000
committerSteve McIntyre <steve@einval.com>2019-03-06 21:16:12 +0000
commit3d6c6cece5ce9ef5dd26c2e6c48ea7164a5ec8c8 (patch)
tree3babded0a7073f9b526f7f0163c795e225906197 /Makefile
parent5fdfaf3ae9c01e1b071474459fd0f60c80bf3c41 (diff)
downloadshim-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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d82b19..cfc0b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ check:
cp /usr/lib/shim/shimx64.efi build/shimx64.efi.signed
sbattach --attach build/detached-sig build/shimx64.efi.signed
cmp shimx64.efi.signed build/shimx64.efi.signed
+ cp /usr/lib/shim/fbx64.efi.signed build
+ cp /usr/lib/shim/mmx64.efi.signed build
clean:
rm -rf build