diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/changelog | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ check: cp /usr/lib/shim/shim$(EFI_ARCH).efi build/shim$(EFI_ARCH).efi.signed sbattach --attach build/detached-sig build/shim$(EFI_ARCH).efi.signed cmp shim$(EFI_ARCH).efi.signed build/shim$(EFI_ARCH).efi.signed + sha256sum shim$(EFI_ARCH).efi.signed build/shim$(EFI_ARCH).efi.signed clean: rm -rf build diff --git a/debian/changelog b/debian/changelog index ef6820f..aa36d93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ shim-signed (1.33) UNRELEASED; urgency=medium * Update Build-Depends and Depends to match. Closes: #928107 * Drop the hard-coded version in Built-Using; pick up the version of shim we're using properly. + * Display the sha256sums of the binaries as we check them -- Steve McIntyre <93sam@debian.org> Sun, 09 Jun 2019 12:10:28 +0100 |
