From 3d6c6cece5ce9ef5dd26c2e6c48ea7164a5ec8c8 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 3 Mar 2019 22:33:41 +0000 Subject: Import Debian version 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. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 418ca9c..7b6ee17 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,11 @@ SHIM_VERSION := $(shell dpkg-query -f '$${Version}\n' -W shim) docdir := debian/shim-signed/usr/share/doc/shim-signed +override_dh_install: + dh_install + cp /usr/lib/shim/fbx64.efi.signed debian/shim-signed/usr/lib/shim + cp /usr/lib/shim/mmx64.efi.signed debian/shim-signed/usr/lib/shim + override_dh_installchangelogs: dh_installchangelogs # Quieten lintian, which otherwise gets confused by our odd version -- cgit v1.2.3