diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6ad19edf..a849dca5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,6 @@ shim (13-0ubuntu1) UNRELEASED; urgency=medium at compile-time for MokManager and fallback. - Set ENABLE_SBSIGN, to use sbsign instead of pesign for signing fallback and MokManager. - - Ignore unused-variable errors. * debian/patches/second-stage-path: dropped; the default loader path now includes an arch suffix. * debian/patches/sbsigntool-no-pesign: dropped; no longer needed.. diff --git a/debian/rules b/debian/rules index 3ea5da40..cf799825 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +25,6 @@ COMMON_OPTIONS = \ EFIDIR=$(distributor) \ $(NULL) -CPPFLAGS += -Wno-error=unused-variable - %: dh $@ --parallel |
