diff --git a/debian/calamares-settings-lubuntu.lintian-overrides b/debian/calamares-settings-lubuntu.lintian-overrides index 2cb97aa..c044bfd 100644 --- a/debian/calamares-settings-lubuntu.lintian-overrides +++ b/debian/calamares-settings-lubuntu.lintian-overrides @@ -3,3 +3,6 @@ calamares-settings-lubuntu: desktop-command-not-in-package pkexec [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 +# after the installation, this is normal. +calamares-settings-lubuntu: uses-dpkg-database-directly [usr/bin/calamares-logs-helper] diff --git a/debian/calamares-settings-ubuntustudio.lintian-overrides b/debian/calamares-settings-ubuntustudio.lintian-overrides index e766a20..a948b89 100644 --- a/debian/calamares-settings-ubuntustudio.lintian-overrides +++ b/debian/calamares-settings-ubuntustudio.lintian-overrides @@ -3,3 +3,6 @@ calamares-settings-ubuntustudio: desktop-command-not-in-package bash [usr/share/applications/ubuntustudio-calamares.desktop] # there will be no manpage in the foreseeable future calamares-settings-ubuntustudio: no-manual-page [usr/bin/calamares-logs-helper] +# We're just extracting a log file and preserving it for the user to look at +# after the installation, this is normal. +calamares-settings-ubuntustudio: uses-dpkg-database-directly [usr/bin/calamares-logs-helper] diff --git a/debian/changelog b/debian/changelog index 44fa472..9ae2624 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ calamares-settings-ubuntu (1:23.04.3) lunar; urgency=medium * Bumped Standards-Version to 4.6.1, no changes necessary. * Added 'Rules-Requires-Root: no'. * Added Lintian overrides for missing manpages. + * Added Lintian overrides for direct usage of the dpkg database - this is + just log file extraction. -- Aaron Rainbolt Wed, 23 Nov 2022 16:08:10 -0600