]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Override dh_auto_build setting INSTALL, cut down on build noise
authorSteve McIntyre <steve@einval.com>
Wed, 31 Mar 2021 17:42:38 +0000 (18:42 +0100)
committerSteve McIntyre <steve@einval.com>
Wed, 31 Mar 2021 17:51:15 +0000 (17:51 +0000)
debian/changelog
debian/rules

index befe4b78c073d0a64cddf7f8f30f8eafc3dc7ea9..67fbaafcde065e4aa4025160d87ad84d42a15ba2 100644 (file)
@@ -3,6 +3,7 @@ shim (15.4-1) unstable; urgency=medium
   * New upstream release fixing more bugs: SBAT and arm64 support.
   * Print sha256 checksums of the EFI binaries when the build is done,
     for easier comparison between builds.
+  * Override dh_auto_build setting INSTALL, cut down on build noise.
 
  -- Steve McIntyre <93sam@debian.org>  Wed, 31 Mar 2021 18:25:00 +0100
 
index a5b9e28ef0a4f4be90754e17415680247d274d2f..7a538f797051656526c80cf31fbeb543733d7cf8 100755 (executable)
@@ -68,11 +68,11 @@ override_dh_auto_clean:
        rm -f $(DBX_LIST) $(SBAT_DATA) sbat.*.csv
 
 override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA)
-       dh_auto_build -- $(COMMON_OPTIONS)
+       dh_auto_build -- INSTALL=install $(COMMON_OPTIONS)
        sha256sum *.efi
 
 override_dh_auto_install:
-       dh_auto_install --destdir=debian/tmp -- $(COMMON_OPTIONS)
+       dh_auto_install --destdir=debian/tmp -- INSTALL=install $(COMMON_OPTIONS)
        # Remove the copy of the source that's installed - we have git
        # already...
        rm -rf debian/tmp/usr