[Debian-l10n-commits] r2857 - in /dl10n/trunk: Changelog dl10n-check

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sat Feb 11 09:22:57 UTC 2012


Author: nekral-guest
Date: Sat Feb 11 09:22:56 2012
New Revision: 2857

URL: http://svn.debian.org/wsvn/?sc=1&rev=2857
Log:
	* dl10n-check: Ignore test files from package perl.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/dl10n-check

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=2857&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sat Feb 11 09:22:56 2012
@@ -1,3 +1,7 @@
+2012-02-11  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* dl10n-check: Ignore test files from package perl.
+
 2012-01-18  Christian Perrier  <bubulle at debian.org>
 
 	* dl10n-html, lib/Debian/L10n/Html.pm, lib/Debian/L10n/Utils.pm:

Modified: dl10n/trunk/dl10n-check
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-check?rev=2857&op=diff
==============================================================================
--- dl10n/trunk/dl10n-check (original)
+++ dl10n/trunk/dl10n-check Sat Feb 11 09:22:56 2012
@@ -246,7 +246,7 @@
         ###
         $pkg = $ver = $maint = "";
         unless (open (DESC, $dsc)) {
-                warn "Can't read file $dsc, skipped\n";
+                warn "Can't read file $dsc, skipped: $!\n";
                 next PKG;
         }
         {
@@ -655,6 +655,8 @@
                          and ($file =~ m/^t\//));
                 next if (    ($pkg eq "po4a")
                          and ($file =~ m/^intl\//));
+                next if (    ($pkg eq "perl")
+                         and ($file =~ m/^cpan\/Locale-Maketext-Simple\/t\//));
 
                 process_po_file($pkg, $file, 'po');
         }




More information about the Debian-l10n-commits mailing list