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)