diff --git a/debian/calamares-settings-ubuntu-common.lintian-overrides b/debian/calamares-settings-ubuntu-common.lintian-overrides new file mode 100644 index 0000000..49330e6 --- /dev/null +++ b/debian/calamares-settings-ubuntu-common.lintian-overrides @@ -0,0 +1,4 @@ +# this is an internal implementation detail, no manpage needed +calamares-settings-ubuntu-common: no-manual-page [usr/bin/calamares_snap_install] +# this is normal and not a problem +calamares-settings-ubuntu-common: executable-in-usr-lib [usr/lib/x86_64-linux-gnu/calamares/modules/automirror/main.py] diff --git a/debian/changelog b/debian/changelog index ffb9b2f..d286033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ calamares-settings-ubuntu (1:24.04.4) noble; urgency=medium environment variables in debian/rules since we're building a shared library in here now. * Removed trailing whitespace from changelog. + * Added some lintian-overrides for the lack of a manual page and an + executable Python script in /usr/lib -- Aaron Rainbolt Wed, 15 Nov 2023 18:33:39 -0600