From dbbe142c747516748dc05be595e3a06f791cc2c1 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Fri, 29 Sep 2017 11:29:25 -0400 Subject: [PATCH] Don't need to clean after .signed files, upstream Makefile does it now. Signed-off-by: Mathieu Trudel-Lapierre --- debian/changelog | 1 - debian/rules | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7048958..3175b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/rules b/debian/rules index cf79982..8c3863e 100755 --- a/debian/rules +++ b/debian/rules @@ -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)