2007-06-06 00:28:57 +02:00
|
|
|
# This line is mandatory to access the configuration functions
|
|
|
|
from Config import *
|
|
|
|
|
2018-04-10 10:54:25 +02: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")
|