diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7048958f..3175b19c 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 cf799825..8c3863ef 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) |
