summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2183be3a..2ca84188 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+shim (15.3-2) unstable; urgency=medium
+
+ * Add missing build-dep on xxd for build-time unit tests
+
+ -- Steve McIntyre <93sam@debian.org> Tue, 23 Mar 2021 23:39:48 +0000
+
shim (15.3-1) unstable; urgency=medium
[ Steve McIntyre ]
diff --git a/debian/control b/debian/control
index dae419ce..e9468feb 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper-compat (= 12),
libelf-dev,
gcc-10,
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