[Debian-l10n-commits] r1438 - in /dl10n/trunk: Changelog lib/Debian/L10n/Spider.pm

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sat Oct 25 11:38:16 UTC 2008


Author: nekral-guest
Date: Sat Oct 25 11:38:15 2008
New Revision: 1438

URL: http://svn.debian.org/wsvn/?sc=1&rev=1438
Log:
	* lib/Debian/L10n/Spider.pm: Bugs reported to wnpp do not match
	the database's package name.

Modified:
    dl10n/trunk/Changelog
    dl10n/trunk/lib/Debian/L10n/Spider.pm

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=1438&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sat Oct 25 11:38:15 2008
@@ -1,3 +1,8 @@
+2008-10-25  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/Debian/L10n/Spider.pm: Bugs reported to wnpp do not match
+	the database's package name.
+
 2008-10-03  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-nmu: Change the page title to "Debian localization radar".

Modified: dl10n/trunk/lib/Debian/L10n/Spider.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/Spider.pm?rev=1438&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/Spider.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/Spider.pm Sat Oct 25 11:38:15 2008
@@ -431,7 +431,8 @@
 				}
 
 				my $pkg_bug = $soap_bugs->{$bug_nb}->{package};
-				if ($pkg_bug ne $pkg) {
+				if (    ($pkg_bug ne $pkg)
+				    and ($pkg_bug ne "wnpp")) {
 					print STDERR "Warning: #$bug_nb filled against $pkg_bug but $pkg is in the database\n";
 				}
 				$opendate{$bug_nb} = Date::Format::time2str("%Y-%m-%d %T %z", $soap_bugs->{$bug_nb}->{date}, "GMT");




More information about the Debian-l10n-commits mailing list