# FIXME: See if packaging can be tweaked to avoid these warnings later # python-vtk needs these devel files to work addFilter("python3-vtk* devel-file-in-non-devel-package") # Upstream does not supply manuals for any binary, suppress warnings addFilter(".* no-manual-page-for-binary") # 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")