]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Print sha256 checksums of the EFI binaries when the build is done
authorSteve McIntyre <steve@einval.com>
Wed, 24 Mar 2021 16:34:14 +0000 (16:34 +0000)
committerSteve McIntyre <steve@einval.com>
Wed, 24 Mar 2021 16:34:14 +0000 (16:34 +0000)
debian/changelog
debian/rules

index e4cd28339220fe9ac64d7c8b39e7fe1f0a65d549..22b70887e7c4d0ca2632303b2fe7e51ed0b61cd9 100644 (file)
@@ -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.
index 58e7cb7b308a3ff3ad1126874144dc3b32994ca3..a5b9e28ef0a4f4be90754e17415680247d274d2f 100755 (executable)
@@ -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)