* debian/rules:

- define RELEASE and COMMIT_ID for the snapshot.
  - Set ENABLE_HTTPBOOT to enable the HTTP Boot feature.
This commit is contained in:
Mathieu Trudel-Lapierre 2018-07-24 16:39:07 -04:00
parent 0283a7456e
commit f42b58fc50
2 changed files with 6 additions and 0 deletions

3
debian/changelog vendored
View File

@ -9,6 +9,9 @@ shim (15+1531942534.dd3230d-0ubuntu1) UNRELEASED; urgency=medium
[ Mathieu Trudel-Lapierre ] [ Mathieu Trudel-Lapierre ]
* New upstream snapshot. * New upstream snapshot.
* debian/patches/abort_abort_abort.patch: dropped patch, included upstream. * debian/patches/abort_abort_abort.patch: dropped patch, included upstream.
* debian/rules:
- define RELEASE and COMMIT_ID for the snapshot.
- Set ENABLE_HTTPBOOT to enable the HTTP Boot feature.
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400 -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400

3
debian/rules vendored
View File

@ -19,8 +19,11 @@ export EFI_ARCH := aa64
endif endif
COMMON_OPTIONS = \ COMMON_OPTIONS = \
RELEASE=15 \
COMMIT_ID=dd3230d07f369cc39caaa7eb23558a64586d2713 \
MAKELEVEL=0 \ MAKELEVEL=0 \
EFI_PATH=/usr/lib \ EFI_PATH=/usr/lib \
ENABLE_HTTPBOOT=true \
ENABLE_SHIM_CERT=1 \ ENABLE_SHIM_CERT=1 \
ENABLE_SBSIGN=1 \ ENABLE_SBSIGN=1 \
VENDOR_CERT_FILE=$(cert) \ VENDOR_CERT_FILE=$(cert) \