diff options
| author | Steve McIntyre <steve@einval.com> | 2019-04-22 22:54:47 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-04-22 22:54:47 +0100 |
| commit | 71451cae80b2d4b5dec9bf225b4531bd5861bf7c (patch) | |
| tree | 34cbb8b77993709229db9d6bcfdcf8e4d2e30d33 | |
| parent | 05d1d0b0b284315096fcfc148b43bee13d30c914 (diff) | |
| download | shim-signed-71451cae80b2d4b5dec9bf225b4531bd5861bf7c.tar.gz shim-signed-71451cae80b2d4b5dec9bf225b4531bd5861bf7c.zip | |
Add lintian overrides for source-contains-prebuilt-windows-binary
Nothing we can do about this - this is how the package works!
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/source/lintian-overrides | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fd6abef..f3c29b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,10 @@ shim-signed (1.29) unstable; urgency=medium * Stop copying helper binaries into our package now + We just depend on shim-helpers-ARCH-signed now * Tweak build, don't assume amd64 + * Add lintian overrides for things we can't really change: + + We're including pre-built binaries, as that's where our signatures + are coming from. We have the matching source in the shim source + package. -- Steve McIntyre <93sam@debian.org> Mon, 22 Apr 2019 17:23:50 +0100 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..9dfa023 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,3 @@ +shim-signed: source-contains-prebuilt-windows-binary shimaa64.efi.signed +shim-signed: source-contains-prebuilt-windows-binary shimia32.efi.signed +shim-signed: source-contains-prebuilt-windows-binary shimx64.efi.signed |
