diff options
Diffstat (limited to '')
-rw-r--r-- | debian/rspamd.lintian-overrides | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rspamd.lintian-overrides b/debian/rspamd.lintian-overrides new file mode 100644 index 0000000..d016567 --- /dev/null +++ b/debian/rspamd.lintian-overrides @@ -0,0 +1,10 @@ +rspamd: non-standard-dir-perm 0750 != 0755 [var/lib/rspamd/] +rspamd: non-standard-dir-perm 0750 != 0755 [var/log/rspamd/] +# this directory will be filled in postinst +rspamd: package-contains-empty-directory [usr/share/rspamd/www/fonts/] +# this file does indeed describe the contents or purpose of the directory it is in +rspamd: package-contains-documentation-outside-usr-share-doc [usr/share/rspamd/www/README.md] +# this file is not a documentation file, but the webinterface +rspamd: package-contains-documentation-outside-usr-share-doc [usr/share/rspamd/www/index.html] +# this spelling is not findable in the rspamd source code +rspamd: spelling-error-in-binary uite suite [usr/lib/rspamd/librspamd-server.so.3.8.1] |