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

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Feb 20 17:06:53 UTC 2011


Author: nekral-guest
Date: Sun Feb 20 17:06:52 2011
New Revision: 2540

URL: http://svn.debian.org/wsvn/?sc=1&rev=2540
Log:
	* lib/Debian/L10n/BTS.pm: Added source package to a warning.

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

Modified: dl10n/trunk/Changelog
URL: http://svn.debian.org/wsvn/dl10n/trunk/Changelog?rev=2540&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sun Feb 20 17:06:52 2011
@@ -1,4 +1,8 @@
-2011-02-19  Nicolas François  <nicolas.francois at centraliens.net>
+2011-02-20  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/Debian/L10n/BTS.pm: Added source package to a warning.
+
+2011-02-20  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-txt: When there are reports for multiple languages,
 	provide a footer only at the end.

Modified: dl10n/trunk/lib/Debian/L10n/BTS.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/BTS.pm?rev=2540&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/BTS.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/BTS.pm Sun Feb 20 17:06:52 2011
@@ -141,7 +141,7 @@
 			if (    ($pkg_bug ne $pkg)
 			    and ($src_bug ne $pkg)
 			    and ($pkg_bug ne "wnpp")) {
-				warn "Warning: #$bug_nb filled against $pkg_bug but $pkg is in the database\n";
+				warn "Warning: #$bug_nb filled against $pkg_bug (source: $src_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");
 			$bugsubmitter{$bug_nb} = parse_submitter($soap_bugs->{$bug_nb}->{originator});




More information about the Debian-l10n-commits mailing list