diff --git a/debian/changelog b/debian/changelog index 174c425..af51e18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +calamares (3.2.17.1-0ubuntu1) focal; urgency=medium + + * New upstream release. + * Bump Standards-version to 4.4.1, no changes needed. + * Add lintian override for false-positive spelling error. + + -- Dan Simmons Tue, 03 Dec 2019 22:04:34 -0500 + calamares (3.2.14-0ubuntu3) focal; urgency=medium * No-change rebuild against libkpmcore8. diff --git a/debian/control b/debian/control index cad169f..2dca7eb 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,7 @@ Build-Depends: cmake, qtdeclarative5-dev, qttools5-dev, qttools5-dev-tools -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://github.com/calamares/calamares Vcs-Browser: https://phab.lubuntu.me/source/calamares/ Vcs-Git: https://phab.lubuntu.me/source/calamares.git diff --git a/debian/lintian-overrides b/debian/lintian-overrides index c0a2cf1..d299b39 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 + +# Override false spelling error +calamares: spelling-error-in-binary usr/bin/calamares WHe When