[Debian-l10n-commits] r1051 - /dl10n/trunk/dl10n-nmu

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Thu Jun 5 09:28:51 UTC 2008


Author: nekral-guest
Date: Thu Jun  5 09:28:50 2008
New Revision: 1051

URL: http://svn.debian.org/wsvn/?sc=1&rev=1051
Log:
Add more description to the warning when a package is not found on popcon,
and output it to STDOUT instead of STDERR.

Modified:
    dl10n/trunk/dl10n-nmu

Modified: dl10n/trunk/dl10n-nmu
URL: http://svn.debian.org/wsvn/dl10n/trunk/dl10n-nmu?rev=1051&op=diff
==============================================================================
--- dl10n/trunk/dl10n-nmu (original)
+++ dl10n/trunk/dl10n-nmu Thu Jun  5 09:28:50 2008
@@ -73,7 +73,7 @@
   #search for debconf templates bug, adding Clytie's and Daniel's tests.
   if (($bug_title =~ /(debconf|template|INTL:vi$)/i) and ($bug_title !~ /Swedish PO-template translation/)) {
     unless ($pop->{$pkg}) {
-      print STDERR "$pkg has no popcon score\n";
+      print "$pkg has no popcon score (maybe an udeb), use a low score 1\n";
       $pop->{$pkg} = 1;
     }
     my $coeff = 1;




More information about the Debian-l10n-commits mailing list