From 6160b9b47f5aba5e4aa2f764266895b781f9fd3c Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Sun, 24 May 2020 13:36:05 -0400 Subject: [PATCH] Add lintian override for spelling false-positive. --- debian/changelog | 1 + debian/lintian-overrides | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7b64edb..311ad5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ calamares (3.2.24-0ubuntu1) UNRELEASED; urgency=medium * Update copyright file. * Update debhelper-compat (=13), no changes needed. * Declare Rules-Requires-Root: no + * Add lintian override for spelling mistake false-positive. -- Dan Simmons Sun, 24 May 2020 12:52:49 -0400 diff --git a/debian/lintian-overrides b/debian/lintian-overrides index c0a2cf1..236c1de 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -8,3 +8,6 @@ calamares: package-name-doesnt-match-sonames # Debian live media relies on sudo so this message isn't needed calamares: desktop-command-not-in-package usr/share/applications/calamares.desktop sudo + +# False positive +calamares: spelling-error-in-binary usr/lib/x86_64-linux-gnu/calamares/modules/locale/libcalamares_viewmodule_locale.so WHe When