[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.8-3-g665e26d



The following commit has been merged in the master branch:
commit 665e26d4aa3e4365e38a3dad66b28796cb170039
Author: Chow Loong Jin <hyperair@debian.org>
Date:   Thu May 31 21:48:01 2012 +0800

    c/fields: Group -cil-dev packages under cli-mono
    
    This fixes the following false positive warning:
    W: libnewtonsoft-json-cil-dev: wrong-section-according-to-package-name
    libnewtonsoft-json-cil-dev => libdevel
    
    Signed-off-by: Chow Loong Jin <hyperair@debian.org>
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/fields b/checks/fields
index da3561c..38548e2 100644
--- a/checks/fields
+++ b/checks/fields
@@ -94,7 +94,7 @@ my @NAME_SECTION_MAPPINGS = (
     [ qr/^python-/                     => 'python'   ],
     [ qr/^r-cran-/                     => 'gnu-r'    ],
     [ qr/^lib.*-perl$/                 => 'perl'     ],
-    [ qr/^lib.*-cil$/                  => 'cli-mono' ],
+    [ qr/^lib.*-cil(?:-dev)?$/         => 'cli-mono' ],
     [ qr/^lib.*-(?:java|gcj)$/         => 'java'     ],
     [ qr/^(?:lib)php-/                 => 'php'      ],
     [ qr/^lib(?:hugs|ghc6?)-/          => 'haskell'  ],
diff --git a/debian/changelog b/debian/changelog
index abe3fce..b1a9551 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 lintian (2.5.9) UNRELEASED; urgency=low
 
+  * checks/fields:
+    + [NT] Also classify lib*-cli-dev as belonging to the section
+      cli-mono (rather than libdevel).  Thanks to Chow Loong Jin
+      for the report and the patch.  (Closes: #675358)
   * checks/shared-libs:
     + [NT] Reverse order of two subst expressions to prevent
       dev-pkg-without-shlib-symlink false positives.  Thanks to

-- 
Debian package checker


Reply to: