From a42e843a7323cc3cc4dc6a81754596c5af5bab7e Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 31 Mar 2021 18:52:40 +0100 Subject: Move the sha256sum call to the end of the install phase Make the output easier to find --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7a538f79..483cf8ba 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,6 @@ override_dh_auto_clean: override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA) dh_auto_build -- INSTALL=install $(COMMON_OPTIONS) - sha256sum *.efi override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- INSTALL=install $(COMMON_OPTIONS) @@ -80,6 +79,7 @@ override_dh_auto_install: # not needed for our build and causes debhelper to complain rm -f debian/tmp/boot/efi/EFI/BOOT/BOOT*.EFI ./debian/signing-template.generate + sha256sum *.efi generate-gnu-efi: git -C gnu-efi archive --prefix=gnu-efi/ HEAD | xz -9 \ -- cgit v1.2.3