debian/lintian-overrides: Fix mismatch patterns and new messages

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-11-04 18:05:29 -07:00 committed by James Valleroy
parent 3b69714e58
commit 1e0e11201c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
4 changed files with 16 additions and 4 deletions

View File

@ -2,4 +2,4 @@
# programs but are also useful as stand alone documentation should be installed
# elsewhere, such as under /usr/share/package/, and then included via symbolic
# links in /usr/share/doc/package.
freedombox-doc-en: package-contains-documentation-outside-usr-share-doc usr/share/freedombox/manual/*
freedombox-doc-en: package-contains-documentation-outside-usr-share-doc [usr/share/freedombox/manual/*]

View File

@ -2,4 +2,4 @@
# programs but are also useful as stand alone documentation should be installed
# elsewhere, such as under /usr/share/package/, and then included via symbolic
# links in /usr/share/doc/package.
freedombox-doc-es: package-contains-documentation-outside-usr-share-doc usr/share/freedombox/manual/*
freedombox-doc-es: package-contains-documentation-outside-usr-share-doc [usr/share/freedombox/manual/*]

View File

@ -20,7 +20,7 @@ freedombox binary: web-application-works-only-with-apache
# is no equivalent for this in sysvinit. Sometimes, FreedomBox provide service
# files for packages that do not provide them. FreedomBox does not support
# sysvinit so no init.d equivalent is provided.
freedombox: package-supports-alternative-init-but-no-init.d-script usr/lib/systemd/system/*
freedombox: package-supports-alternative-init-but-no-init.d-script [usr/lib/systemd/system/*]
# Not documentation
freedombox: package-contains-documentation-outside-usr-share-doc usr/share/plinth/static/jslicense.html
freedombox: package-contains-documentation-outside-usr-share-doc [usr/share/plinth/static/jslicense.html]

12
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,12 @@
# These pages are directly copied from wiki.debian.org. The wiki tool does not
# auto-format to break lines and users not interested breaking lines as the
# editor lack rewraping capability. Don't expect the wiki documents to have
# short lines.
very-long-line-length-in-source-file * [doc/manual/*.raw.wiki:*]
# Misc. files which can't be fixed to have short line lengths.
very-long-line-length-in-source-file * [plinth/modules/deluge/tests/data/sample.torrent:*]
very-long-line-length-in-source-file * [plinth/modules/transmission/tests/data/sample.torrent:*]
very-long-line-length-in-source-file * [doc/visual_design/FreedomBox-Logo.7z:*]
very-long-line-length-in-source-file * [plinth/modules/i2p/tests/data/router.config:*]
very-long-line-length-in-source-file * [COPYING.md:*]