summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2024-05-04 14:54:25 +0100
committerSteve McIntyre <steve@einval.com>2024-05-04 14:56:00 +0100
commit771bba347c46d2d469904dbd0292234168fdced4 (patch)
tree8fec2c3b621e60bff024b931cc2a7bb636986609
parentc6a7f42429bce03b3e3c53f7c6dce1c1bbbe3df5 (diff)
downloadefi-boot-shim-771bba347c46d2d469904dbd0292234168fdced4.tar.gz
efi-boot-shim-771bba347c46d2d469904dbd0292234168fdced4.zip
Clean up better after build. Closes: #1046268
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 17950882..1aac91fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ shim (15.8-1) UNRELEASED; 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
diff --git a/debian/rules b/debian/rules
index 363bcb2d..40a61670 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)