From f42b58fc50c5906a61f2f949f526d56f4cfc48d9 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 24 Jul 2018 16:39:07 -0400 Subject: [PATCH] * debian/rules: - define RELEASE and COMMIT_ID for the snapshot. - Set ENABLE_HTTPBOOT to enable the HTTP Boot feature. --- debian/changelog | 3 +++ debian/rules | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5ea26c7..5630d81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ shim (15+1531942534.dd3230d-0ubuntu1) UNRELEASED; urgency=medium [ Mathieu Trudel-Lapierre ] * New upstream snapshot. * 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 Tue, 24 Jul 2018 16:24:51 -0400 diff --git a/debian/rules b/debian/rules index 6c2cef1..35668df 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,11 @@ export EFI_ARCH := aa64 endif COMMON_OPTIONS = \ + RELEASE=15 \ + COMMIT_ID=dd3230d07f369cc39caaa7eb23558a64586d2713 \ MAKELEVEL=0 \ EFI_PATH=/usr/lib \ + ENABLE_HTTPBOOT=true \ ENABLE_SHIM_CERT=1 \ ENABLE_SBSIGN=1 \ VENDOR_CERT_FILE=$(cert) \