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/rules | |
| 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/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
