diff --git a/lib/tasks/import_debian.rake b/lib/tasks/import_debian.rake index 8f84233..666e074 100644 --- a/lib/tasks/import_debian.rake +++ b/lib/tasks/import_debian.rake @@ -29,6 +29,10 @@ BLACKLIST_SECTION_PATTERN = [ %r{/?oldlibs$}, %r{/?libdevel$}, %r{/?cli-mono$}, + # Libraries never make useful screenshots - and unlike a "lib*" name + # pattern this does not hit applications like libreoffice (editors) + # or librecad (graphics) + %r{/?libs$}, ] # Whether to delete a blacklisted package from the database