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

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Sun Dec 7 20:00:32 UTC 2008


Author: nekral-guest
Date: Sun Dec  7 20:00:32 2008
New Revision: 1490

URL: http://svn.debian.org/wsvn/?sc=1&rev=1490
Log:
	* lib/Debian/L10n/Spider.pm: check_bts_bug_soap() is now in the
	Debian::L10n::BTS module.

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=1490&op=diff
==============================================================================
--- dl10n/trunk/Changelog (original)
+++ dl10n/trunk/Changelog Sun Dec  7 20:00:32 2008
@@ -1,3 +1,8 @@
+2008-12-06  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* lib/Debian/L10n/Spider.pm: check_bts_bug_soap() is now in the
+	Debian::L10n::BTS module.
+
 2008-12-06  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* dl10n-check: First check for PO files, then check for nls

Modified: dl10n/trunk/lib/Debian/L10n/Spider.pm
URL: http://svn.debian.org/wsvn/dl10n/trunk/lib/Debian/L10n/Spider.pm?rev=1490&op=diff
==============================================================================
--- dl10n/trunk/lib/Debian/L10n/Spider.pm (original)
+++ dl10n/trunk/lib/Debian/L10n/Spider.pm Sun Dec  7 20:00:32 2008
@@ -310,7 +310,7 @@
 						# Check the status of the bug with the last status line.
 						# This will set the bug to status to DONE if the bug is an old one.
 						my @statuslist = @{$db->status($pkg)};
-						check_bts_bug_soap ($db, $pkg, pop @statuslist);
+						Debian::L10n::BTS::check_bts_bug_soap ($db, $pkg, pop @statuslist);
 					}
 				}
 			} continue {




More information about the Debian-l10n-commits mailing list