diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-10-04 06:23:13 +0000 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-10-04 06:23:13 +0000 |
| commit | 6e063b90b6e1bb01109dd4b16e0d74a316f3ebcd (patch) | |
| tree | 8e9f1956b11d1289ba0761e3929a11b58415a872 /debian | |
| parent | 3a420208fc52e180ee0a629720bd2da6dd31f2bb (diff) | |
| download | efi-boot-shim-6e063b90b6e1bb01109dd4b16e0d74a316f3ebcd.tar.gz efi-boot-shim-6e063b90b6e1bb01109dd4b16e0d74a316f3ebcd.zip | |
Use a clearer name for the VENDOR_CERT_FILE.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/canonical-uefi-ca.der | bin | 0 -> 1080 bytes | |||
| -rwxr-xr-x | debian/rules | 4 | ||||
| -rw-r--r-- | debian/source/include-binaries | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/canonical-uefi-ca.der b/debian/canonical-uefi-ca.der Binary files differnew file mode 100644 index 00000000..b4098d9c --- /dev/null +++ b/debian/canonical-uefi-ca.der diff --git a/debian/rules b/debian/rules index 4314b4dc..28523b56 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,5 @@ %: dh $@ -override_dh_auto_build: cert.h - dh_auto_build -- EFI_PATH=/usr/lib VENDOR_CERT_FILE=cert.der +override_dh_auto_build: + dh_auto_build -- EFI_PATH=/usr/lib VENDOR_CERT_FILE=debian/canonical-uefi-ca.der diff --git a/debian/source/include-binaries b/debian/source/include-binaries index b86e6562..5be73be9 100644 --- a/debian/source/include-binaries +++ b/debian/source/include-binaries @@ -1 +1 @@ -cert.der +debian/canonical-uefi-ca.der |
