summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2022-04-28 00:19:27 +0100
committerSteve McIntyre <steve@einval.com>2022-04-28 00:19:27 +0100
commite4de7243178d4e83f0c8b89ad5b2acefcfbfa7a6 (patch)
tree9a6b5486361aa9177d9ceb8748cd0e5cd93ff329
parentedae75636d6422c3f05fe09cad5a6cc85f3b0458 (diff)
downloadefi-boot-shim-e4de7243178d4e83f0c8b89ad5b2acefcfbfa7a6.tar.gz
efi-boot-shim-e4de7243178d4e83f0c8b89ad5b2acefcfbfa7a6.zip
Add new build-dep on libefivar-dev for tests
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f6b1de36..061bb20c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ shim (15.5-1) UNRELEASED; urgency=medium
- fix_arm64_rela_sections.patch
- relax_check_for_import_mok_state.patch
* Tweak setup for dh_auto_test so the tests work
+ * Add new build-dep on libefivar-dev for tests
-- Steve McIntyre <93sam@debian.org> Wed, 27 Apr 2022 22:50:08 +0100
diff --git a/debian/control b/debian/control
index e9468feb..1526125c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper-compat (= 12),
gcc-10,
dos2unix,
pesign (>= 0.112-5),
- xxd
+ xxd,
+ libefivar-dev
Vcs-Browser: https://salsa.debian.org/efi-team/shim
Vcs-Git: https://salsa.debian.org/efi-team/shim.git