# at the moment, we do not want additional subpackages for each module
# so leave it inside the corresponding module subpackage
addFilter("file-not-in-%lang.*/usr/share/gallery2/modules/.*");
addFilter("file-not-in-%lang.*/usr/share/gallery2/themes/.*");
# libjpeg starts with 'lib' - but is no library
addFilter("explicit-lib-dependency.*libjpeg");
# we use this file as placeholder
addFilter("zero-length.*/etc/gallery2/login.txt");
