diff --git a/lib/tasks/import_debian.rake b/lib/tasks/import_debian.rake index 9ba97bb..f136df6 100644 --- a/lib/tasks/import_debian.rake +++ b/lib/tasks/import_debian.rake @@ -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$/, ]