diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 |
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 |