diff options
| author | Steve McIntyre <steve@einval.com> | 2021-03-24 16:34:14 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-03-24 16:34:14 +0000 |
| commit | b43a60b29267c5278652a87629434ad4f45c7493 (patch) | |
| tree | 5d9da13d01f9acc08f1529983f38aa5a89db8208 | |
| parent | 90ce8849b78a9cda8919bb52e4da5fd2d73154d2 (diff) | |
| download | efi-boot-shim-b43a60b29267c5278652a87629434ad4f45c7493.tar.gz efi-boot-shim-b43a60b29267c5278652a87629434ad4f45c7493.zip | |
Print sha256 checksums of the EFI binaries when the build is done
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
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) |
