diff --git a/debian/changelog b/debian/changelog index 9db277a..3c29b10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ qtxdg-tools (3.9.1-0ubuntu1~ppa1) jammy; urgency=medium * Ignored executable in library package. - (Reasoning: it makes sense for the package to be a library and have - an executable in it). + * Ignored wrong changelog file name. + - (Reasoning: The changelog file is very short, named "CHANGELOG" in + - the package, and it would be overkill to try to change the filename.) -- Aaron Rainbolt Wed, 22 Jun 2022 20:49:32 -0500 diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 67b80a8..65b0869 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,2 +1,5 @@ qtxdg-tools: no-manual-page usr/bin/qtxdg-mat qtxdg-tools: application-in-library-section libs usr/bin/qtxdg-mat + +qtxdg-tools: wrong-name-for-upstream-changelog usr/share/doc/qtxdg-tools/CHANGELOG +# The changelog file is named "CHANGELOG", and it would require modifying the package to fix this, so ignore it.