Package: lintian
Version: 2.5.48
Severity: wishlist
Tags: patch

Hi,
Please find attached another (the last) patch which enable the tag for
r-other-* packages not in section "gnu-r".

Thanks for having accepted all my patches related to R. :-)

Best,
Dylan
From 6bd22487288e4dbbc5205453e9230a43c73dc282 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <bob.dyb...@gmail.com>
Date: Thu, 20 Oct 2016 22:25:36 +0200
Subject: [PATCH] r-other-* packages should be in gnu-r section

---
 checks/fields.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/fields.pm b/checks/fields.pm
index e1c5cdb..58eeec7 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -99,7 +99,7 @@ my @NAME_SECTION_MAPPINGS = (
     [qr/-dbg(?:sym)?$/                => 'debug'],
     [qr/^(?:python-)?zope/            => 'zope'],
     [qr/^python-/                     => 'python'],
-    [qr/^r-(?:cran|bioc)-/            => 'gnu-r'],
+    [qr/^r-(?:cran|bioc|other)-/      => 'gnu-r'],
     [qr/^lib.*-perl$/                 => 'perl'],
     [qr/^lib.*-cil(?:-dev)?$/         => 'cli-mono'],
     [qr/^lib.*-(?:java|gcj)$/         => 'java'],
-- 
2.1.4

Reply via email to