diff --git a/debian/calamares-settings-lubuntu.lintian-overrides b/debian/calamares-settings-lubuntu.lintian-overrides index ac51e29..2cb97aa 100644 --- a/debian/calamares-settings-lubuntu.lintian-overrides +++ b/debian/calamares-settings-lubuntu.lintian-overrides @@ -1,3 +1,5 @@ # 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] +# there will be no manpage in the foreseeable future +calamares-settings-lubuntu: no-manual-page [usr/bin/calamares-logs-helper] diff --git a/debian/calamares-settings-ubuntustudio.lintian-overrides b/debian/calamares-settings-ubuntustudio.lintian-overrides index 0ff3571..e766a20 100644 --- a/debian/calamares-settings-ubuntustudio.lintian-overrides +++ b/debian/calamares-settings-ubuntustudio.lintian-overrides @@ -1,3 +1,5 @@ # The .desktop file uses bash to run firefox as the local # user. bash is included in the system. 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] diff --git a/debian/changelog b/debian/changelog index f4cae49..44fa472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ calamares-settings-ubuntu (1:23.04.3) lunar; urgency=medium * Removed trailing whitespace from changelog. * Bumped Standards-Version to 4.6.1, no changes necessary. * Added 'Rules-Requires-Root: no'. + * Added Lintian overrides for missing manpages. -- Aaron Rainbolt Wed, 23 Nov 2022 16:08:10 -0600