2007-06-05 22:28:57 +00:00
|
|
|
# This line is mandatory to access the configuration functions
|
|
|
|
from Config import *
|
|
|
|
|
2018-04-10 08:54:25 +00:00
|
|
|
addFilter("gnucash.* devel-file-in-non-devel-package .*/usr/lib.*\.so")
|
|
|
|
addFilter("gnucash.* non-executable-script .*/usr/share/gnucash/python/pycons/.*\.py")
|
|
|
|
# Splitting the shared libs is not desired at the moment
|
|
|
|
addFilter("gnucash.* shlib-policy-missing-suffix")
|