diff options
author | Steve McIntyre <steve@einval.com> | 2021-03-24 02:26:44 +0000 |
---|---|---|
committer | Steve McIntyre <steve@einval.com> | 2021-03-24 02:26:44 +0000 |
commit | 5eb12adef8201f4ec75dfdfa8fd56695511aeab1 (patch) | |
tree | b0f6169a1ebfd3382f3b2d152681f06136863f7d /debian/control | |
parent | 3d2f49d470ea4eb29c1ce2cbb5bd79b24004c4d5 (diff) | |
download | efi-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
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
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 |