mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-29 12:09:37 +00:00
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:
parent
3b69714e58
commit
1e0e11201c
2
debian/freedombox-doc-en.lintian-overrides
vendored
2
debian/freedombox-doc-en.lintian-overrides
vendored
@ -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/*]
|
||||
|
||||
2
debian/freedombox-doc-es.lintian-overrides
vendored
2
debian/freedombox-doc-es.lintian-overrides
vendored
@ -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/*]
|
||||
|
||||
4
debian/freedombox.lintian-overrides
vendored
4
debian/freedombox.lintian-overrides
vendored
@ -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
12
debian/source/lintian-overrides
vendored
Normal 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:*]
|
||||
Loading…
x
Reference in New Issue
Block a user