diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 4 |
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) |
