From b43a60b29267c5278652a87629434ad4f45c7493 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 24 Mar 2021 16:34:14 +0000 Subject: Print sha256 checksums of the EFI binaries when the build is done --- debian/changelog | 7 +++++++ debian/rules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index e4cd2833..22b70887 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shim (15.3-4) UNRELEASED; urgency=medium + + * Print sha256 checksums of the EFI binaries when the build is done, + for easier comparison between builds. + + -- Steve McIntyre <93sam@debian.org> Wed, 24 Mar 2021 13:21:05 +0000 + shim (15.3-3) unstable; urgency=medium * Update the timestamp for the 15.3-2 upload. diff --git a/debian/rules b/debian/rules index 58e7cb7b..a5b9e28e 100755 --- a/debian/rules +++ b/debian/rules @@ -69,6 +69,7 @@ override_dh_auto_clean: override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA) dh_auto_build -- $(COMMON_OPTIONS) + sha256sum *.efi override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- $(COMMON_OPTIONS) -- cgit v1.2.3