More relaxed blacklist for importing packages

This commit is contained in:
Christoph Haas 2016-10-30 13:03:04 +01:00
parent 7d3f19376e
commit 7ff36f1c5c

View file

@ -23,15 +23,11 @@ BLACKLIST_NAME_PATTERN=[
# /?...$ is used because Ubuntu adds their own section - e.g. multiverse/debug
BLACKLIST_SECTION_PATTERN = [
/^debian-installer$/,
/\/?text$/,
/\/?translations$/,
/\/?debug$/,
/\/?kernel$/,
/\/?libs$/,
/\/?localization$/,
/\/?oldlibs$/,
/\/?otherosfs$/,
/\/?doc$/,
/\/?libdevel$/,
/\/?cli-mono$/,
]