From 24a11332de2216f9dba34c1313c7dfb1eb973825 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 20 Nov 2023 12:33:17 -0600 Subject: [PATCH] Fix a Lintian override (we use sudo now, not pkexec) --- debian/calamares-settings-lubuntu.lintian-overrides | 6 +++--- debian/changelog | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/calamares-settings-lubuntu.lintian-overrides b/debian/calamares-settings-lubuntu.lintian-overrides index c044bfd..197e255 100644 --- a/debian/calamares-settings-lubuntu.lintian-overrides +++ b/debian/calamares-settings-lubuntu.lintian-overrides @@ -1,6 +1,6 @@ -# 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] +# The .desktop file uses sudo to run the installer. sudo is included in the +# system. +desktop-command-not-in-package sudo [usr/share/applications/lubuntu-calamares.desktop] # there will be no manpage in the foreseeable future calamares-settings-lubuntu: no-manual-page [usr/bin/calamares-logs-helper] # We're just extracting a log file and preserving it for the user to look at diff --git a/debian/changelog b/debian/changelog index 696e30a..9824e7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ calamares-settings-ubuntu (1:24.04.7) noble; urgency=medium * Copy the Calamares installation log file from $HOME rather than /root. (LP: #2044006) + * Update a Lintian override now that we're using sudo rather than pkexec to + launch Calamares in Lubuntu. -- Aaron Rainbolt Mon, 20 Nov 2023 12:21:41 -0600