# unfortunately the usage of this package requires (at least) the .so files to be included
addFilter(".* devel-file-in-non-devel-package");

# these come pre-compiled, we can't change them...
addFilter(".* position-independent-executable-suggested");

# ... and look for these .mo files in a hardcoded way
addFilter(".* file-not-in-%lang");

# the certificates are pre-bundled
addFilter(".* pem-certificate");
          