Don't need to clean after .signed files, upstream Makefile does it now.

Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
This commit is contained in:
Mathieu Trudel-Lapierre 2017-09-29 11:29:25 -04:00
parent 560a356bc7
commit dbbe142c74
2 changed files with 0 additions and 2 deletions

1
debian/changelog vendored
View File

@ -20,7 +20,6 @@ shim (13-0ubuntu1) UNRELEASED; urgency=medium
* debian/patches/sbsigntool-no-pesign: dropped; no longer needed..
* debian/patches/0001-shim-fix-the-mirroring-MokSBState-fail.patch: dropped,
included upstream.
* debian/rules: clean up after *.signed files.
* debian/shim.install: update paths in light of using shim's upstream install
target.
* debian/rules, debian/shim.install: make sure the 'make install' step does

1
debian/rules vendored
View File

@ -30,7 +30,6 @@ COMMON_OPTIONS = \
override_dh_auto_clean:
dh_auto_clean -- MAKELEVEL=0
rm -f *.signed
override_dh_auto_build:
dh_auto_build -- $(COMMON_OPTIONS)