From 7ff36f1c5c8fb8a9f3e21398ad3f283428649c01 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 30 Oct 2016 13:03:04 +0100 Subject: [PATCH] More relaxed blacklist for importing packages --- lib/tasks/import_debian.rake | 4 ---- 1 file changed, 4 deletions(-) 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$/, ]