2015-03-23 20:23:58 +01:00
|
|
|
# FIXME: See if packaging can be tweaked to avoid these warnings later
|
|
|
|
# python-vtk needs these devel files to work
|
2017-04-28 10:42:10 +02:00
|
|
|
addFilter("python3-vtk* devel-file-in-non-devel-package")
|
2016-02-21 13:14:22 +01:00
|
|
|
|
|
|
|
# Upstream does not supply manuals for any binary, suppress warnings
|
|
|
|
addFilter(".* no-manual-page-for-binary")
|
2017-08-23 18:29:49 +02:00
|
|
|
|
|
|
|
# This is not a versioned shared lib, and not used by anything other than
|
|
|
|
# vtk's java bindings, simply package it with the vtk-java subpackage
|
|
|
|
addFilter("vtk-java.* shlib-policy-name-error")
|
|
|
|
addFilter("vtk-compat_gl-java.* shlib-policy-name-error")
|