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

[SCM] Debian package checker branch, master, updated. 2.2.13-2-g7f86611



The following commit has been merged in the master branch:
commit 1a41bbce5a012269abc63ffb0a43e88ca6c6651e
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Sun Jul 12 13:01:13 2009 +0200

    packages named lib*-camlp4-dev should be in section ocaml

diff --git a/checks/fields b/checks/fields
index 98afb77..6235b7b 100644
--- a/checks/fields
+++ b/checks/fields
@@ -209,7 +209,7 @@ my @NAME_SECTION_MAPPINGS = (
     [ qr/^(?:lib)php-/           => 'php'      ],
     [ qr/^lib(?:hugs|ghc6)-/     => 'haskell'  ],
     [ qr/^lib.*-ruby(?:1\.\d)?$/ => 'ruby'     ],
-    [ qr/^lib.*-ocaml-dev$/      => 'ocaml'    ],
+    [ qr/^lib.*-(?:ocaml|camlp4)-dev$/ => 'ocaml' ],
     [ qr/^lib.*-dev$/            => 'libdevel' ],
 );
 
diff --git a/debian/changelog b/debian/changelog
index bc41c83..76cba56 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lintian (2.2.14) unstable; urgency=low
+
+  * debian/files:
+    + [FL] packages named lib*-camlp4-dev should be in section ocaml
+
+ -- Frank Lichtenheld <djpig@debian.org>  Sun, 12 Jul 2009 12:57:44 +0200
+
 lintian (2.2.13) unstable; urgency=low
 
   The "triggerized install-info" release.

-- 
Debian package checker


Reply to: