57a42bb
# no-documentation is fine for booth-arbitrator and booth (virtual package) and debug packages
de6dfc5
addFilter(r'booth-arbitrator\.[^:]+: W: no-documentation')
de6dfc5
addFilter(r'booth\.[^:]+: W: no-documentation')
57a42bb
addFilter(r'booth-debugsource\.[^:]+: W: no-documentation')
de6dfc5
de6dfc5
# permissions for chroot
de6dfc5
addFilter(r'booth-core\.[^:]+: (E|W): non-standard-dir-perm /var/lib/booth 750')
de6dfc5
addFilter(r'booth-core\.[^:]+: (E|W): non-standard-dir-perm /var/lib/booth/cores 750')
de6dfc5
de6dfc5
# booth is just metapackage
de6dfc5
addFilter(r'booth\.[^:]+: (W|E): no-binary')
de6dfc5
5b583f7
# pc should be in devel but it is not really devel file
5b583f7
addFilter(r'booth\.[^:]+: W: devel-file-in-non-devel-package /usr/share/pkgconfig/booth.pc')
5b583f7
de6dfc5
# booth-(site|test) installs just scripts in /usr/lib
de6dfc5
addFilter(r'booth-(site|test)\.[^:]+: (W|E): only-non-binary-in-usr-lib')
de6dfc5
de6dfc5
# dangling symlink is ok for geostore and boothd (they actually points to booth binary)
de6dfc5
addFilter(r'booth-site\.[^:]+: (W|E): dangling-symlink /usr/sbin/geostore /usr/sbin/boothd')
57a42bb
addFilter(r'booth-test\.[^:]+: (W|E): dangling-symlink /usr/share/booth/tests/src/boothd /usr/sbin/boothd')
de6dfc5
57a42bb
# Ignore all errors in debuginfo packages
57a42bb
addFilter(r'booth-core-debuginfo\.[^:]+: (W|E):')
57a42bb
57a42bb
# booth-arbitrator contains just unit files
57a42bb
addFilter(r'booth-arbitrator\.[^:]+: (W|E): only-non-binary-in-usr-lib')