From 18e1e46f432022bc2eff754d6990061ef4ab2847 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 9 Jun 2019 17:17:24 +0100 Subject: Display the sha256sums of the binaries as we check them --- Makefile | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 06443ef..c51baa3 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3