]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Clean up better after build. Closes: #1046268
authorSteve McIntyre <steve@einval.com>
Sat, 4 May 2024 13:54:25 +0000 (14:54 +0100)
committerSteve McIntyre <steve@einval.com>
Sat, 4 May 2024 21:06:34 +0000 (22:06 +0100)
debian/changelog
debian/rules

index 19f33d969cc0bdb586dee7fc0aacadf63094d267..f4c9ce3e5e53a4787a41db789bc59bd4f67b223e 100644 (file)
@@ -19,6 +19,7 @@ shim (15.8-1~deb12u1) bookworm; urgency=medium
     "shim,4\ngrub,4\ngrub.peimage,2\n"
   * Install a copy of the Debian CA certificate into /usr/share/shim.
     Closes: #1069054
+  * Clean up better after build. Closes: #1046268
 
   [ Bastien Roucariès ]
   * Port autopkgtest from ubuntu
index 363bcb2d9f2bdf4ee02b5c214e6d10ab9e48940a..40a6167011e0f1be7a06ac83ac0ae8b53e58c8cb 100755 (executable)
@@ -70,7 +70,9 @@ $(SBAT_DATA): $(SBAT_IN)
 
 override_dh_auto_clean:
        dh_auto_clean -- MAKELEVEL=0
-       rm -f $(DBX_LIST) $(SBAT_DATA) sbat.*.csv BOOT*.CSV test-csv test-sbat test-str
+       rm -f $(DBX_LIST) $(SBAT_DATA) sbat.*.csv BOOT*.CSV
+       rm -f test-csv test-sbat test-str test-load-options
+       rm -f test-mock-variables test-mok-mirror test-pe-relocate test-pe-util
 
 override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA)
        dh_auto_build -- INSTALL=install $(COMMON_OPTIONS)