summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
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)