tags 863386 + patch thanks Hi, Please find attached a small patch which adjust the section for the libjs-* packages to javascript section from web section.
Best regards, Dylan
From fe905052e351d83214953c9582998479535114f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <bob.dyb...@gmail.com> Date: Fri, 26 May 2017 13:12:04 +0000 Subject: [PATCH] libjs-* packages should be in javascript section instead web section --- checks/fields.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/fields.pm b/checks/fields.pm index f44905e..292eae1 100644 --- a/checks/fields.pm +++ b/checks/fields.pm @@ -113,7 +113,7 @@ my @NAME_SECTION_MAPPINGS = ( [qr/^lib.*-(?:ocaml|camlp4)-dev$/ => 'ocaml'], [qr/^lib.*-dev$/ => 'libdevel'], [qr/^gir\d+\.\d+-.*-\d+\.\d+$/ => 'introspection'], - [qr/^libjs-/ => 'web'], + [qr/^libjs-/ => 'javascript'], ); my %VCS_EXTRACT = ( -- 2.1.4