diff options
author | Carlo Caione <carlo@endlessm.com> | 2016-06-30 22:45:52 +0200 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2016-06-30 22:45:52 +0200 |
commit | e40482af9dc97e77b69c6e7b7976078920733f58 (patch) | |
tree | 16637f79b339a1738a4fc91f729b09ee23207ddb | |
parent | d932165f2245638e8ed7d6bdfe0b6abd668c186e (diff) | |
download | efi-boot-shim-Release_3.0.0-rc1_debian.tar.gz efi-boot-shim-Release_3.0.0-rc1_debian.zip |
Do not use Canonical certificateRelease_3.0.0-rc1_debian
Signed-off-by: Carlo Caione <carlo@endlessm.com>
-rw-r--r-- | debian/canonical-uefi-ca.der | bin | 1080 -> 0 bytes | |||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/canonical-uefi-ca.der b/debian/canonical-uefi-ca.der Binary files differdeleted file mode 100644 index b4098d9c..00000000 --- a/debian/canonical-uefi-ca.der +++ /dev/null diff --git a/debian/rules b/debian/rules index 28523b56..5344554d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ dh $@ override_dh_auto_build: - dh_auto_build -- EFI_PATH=/usr/lib VENDOR_CERT_FILE=debian/canonical-uefi-ca.der + dh_auto_build -- EFI_PATH=/usr/lib |