summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2021-03-24 02:26:44 +0000
committerSteve McIntyre <steve@einval.com>2021-03-24 02:26:44 +0000
commit5eb12adef8201f4ec75dfdfa8fd56695511aeab1 (patch)
treeb0f6169a1ebfd3382f3b2d152681f06136863f7d
parent3d2f49d470ea4eb29c1ce2cbb5bd79b24004c4d5 (diff)
downloadefi-boot-shim-debian/15.3-1_deb10u2.tar.gz
efi-boot-shim-debian/15.3-1_deb10u2.zip
Add missing build-dep on xxd for build-time unit testsdebian/15.3-1_deb10u2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b343b87e..aa5798d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+shim (15.3-1~deb10u2) buster; urgency=medium
+
+ * Add missing build-dep on xxd for build-time unit tests
+
+ -- Steve McIntyre <93sam@debian.org> Wed, 24 Mar 2021 02:26:22 +0000
+
shim (15.3-1~deb10u1) buster; urgency=medium
* Rebuild the new upstream version for buster
diff --git a/debian/control b/debian/control
index 39deeff6..3ca8cbae 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper-compat (= 9),
libelf-dev,
gcc-8,
dos2unix,
- pesign (>= 0.112-5)
+ pesign (>= 0.112-5),
+ xxd
Vcs-Browser: https://salsa.debian.org/efi-team/shim
Vcs-Git: https://salsa.debian.org/efi-team/shim.git