diff --git a/debian/calamares-settings-lubuntu.lintian-overrides b/debian/calamares-settings-lubuntu.lintian-overrides index e50ff94..ac51e29 100644 --- a/debian/calamares-settings-lubuntu.lintian-overrides +++ b/debian/calamares-settings-lubuntu.lintian-overrides @@ -1,3 +1,3 @@ -# The .desktop file uses bash to run firefox as the local -# user. bash is included in the system. -calamares-settings-lubuntu: desktop-command-not-in-package bash [usr/share/applications/lubuntu-calamares.desktop] +# The .desktop file uses pkexec to run the installer. pkexec is included in +# the system. +calamares-settings-lubuntu: desktop-command-not-in-package pkexec [usr/share/applications/lubuntu-calamares.desktop] diff --git a/debian/changelog b/debian/changelog index ab9a69e..b50e633 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ calamares-settings-ubuntu (1:23.04.3) lunar; urgency=medium * Updated Lintian overrides to work with Lintian again. * Removed unnecessary Breaks lines from both calamares-settings-lubuntu and calamares-settings-ubuntustudio. Conflicts is sufficient here. + * Fixed broken Lintian override in Lubuntu. -- Aaron Rainbolt Wed, 23 Nov 2022 16:08:10 -0600