diff --git a/debian/changelog b/debian/changelog index 713af7a..2c2a5d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +calamares (3.2.24-0ubuntu1) groovy; urgency=medium + + * New upstream release. + * Improved popup warning for ESP flag not set. (LP: #1871884) + * 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 13:52:22 -0400 + calamares (3.2.20-0ubuntu1) focal; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index bc56ad0..ac2d522 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Lubuntu Developers XSBC-Original-Maintainer: Jonathan Carter Build-Depends: cmake, cryptsetup, - debhelper-compat (= 12), + debhelper-compat (= 13), extra-cmake-modules, gettext, libatasmart-dev, @@ -39,6 +39,7 @@ Build-Depends: cmake, qttools5-dev, qttools5-dev-tools Standards-Version: 4.5.0 +Rules-Requires-Root: no 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/copyright b/debian/copyright index a004f71..06e3b77 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,6 +4,8 @@ Source: https://github.com/calamares/calamares Files: * Copyright: 2017-2020, Adriaan de Groot + 2020, Camilo Higuita + 2020, Anke Boersma 2017-2018, Alf Gaida 2017-2018, Gabriel Craciunescu 2018-2020, Philip Müller 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