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

lintian: r1190 - in trunk: checks debian



Author: rra
Date: 2008-02-08 19:22:14 +0100 (Fri, 08 Feb 2008)
New Revision: 1190

Modified:
   trunk/checks/po-debconf
   trunk/debian/changelog
Log:
* checks/po-debconf:
  + [RA] Also accept nnn_NN names for po files.  nds_DE and nds_NL are
    valid locales.  Thanks, Christian Perrier.

Modified: trunk/checks/po-debconf
===================================================================
--- trunk/checks/po-debconf	2008-02-08 05:33:14 UTC (rev 1189)
+++ trunk/checks/po-debconf	2008-02-08 18:22:14 UTC (rev 1190)
@@ -133,7 +133,7 @@
 while (defined(my $file=readdir(DEBIAN))) {
         next unless $file =~ m/\.po$/;
         tag "misnamed-po-file", "debian/po/$file"
-                unless ($file =~ /^([a-z]{2}(_[A-Z]{2})?|[a-z]{3})\.po$/);
+                unless ($file =~ /^[a-z]{2,3}(_[A-Z]{2})?\.po$/);
         local ($/) = "\n\n";
         $_ = '';
         open(PO, '<', "debfiles/po/$file")

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-08 05:33:14 UTC (rev 1189)
+++ trunk/debian/changelog	2008-02-08 18:22:14 UTC (rev 1190)
@@ -1,3 +1,11 @@
+lintian (1.23.45) UNRELEASED; urgency=low
+
+  * checks/po-debconf:
+    + [RA] Also accept nnn_NN names for po files.  nds_DE and nds_NL are
+      valid locales.  Thanks, Christian Perrier.
+
+ -- Russ Allbery <rra@debian.org>  Fri, 08 Feb 2008 10:21:55 -0800
+
 lintian (1.23.44) unstable; urgency=low
 
   The "I can't release a quick fix without *some* other work" release.


Reply to: