forked from pool/xapian-core
10 lines
400 B
Plaintext
10 lines
400 B
Plaintext
|
#This line is mandatory to access the configuration functions
|
||
|
from Config import *
|
||
|
|
||
|
addFilter("xapian-core.* no-changelogname-tag")
|
||
|
addFilter("xapian-core.* no-dependency-on xapian-core")
|
||
|
addFilter("xapian-core.* source-or-patch-not-bzipped")
|
||
|
addFilter("xapian-core.* zero-length.*")
|
||
|
addFilter("xapian-core.* package-with-huge-docs.*")
|
||
|
addFilter("libxapian15.* no-changelogname-tag")
|