[Debian-l10n-commits] dl10n branch master updated. 02d2d55d94f48dbbca41aa9c45d2676f1b3b1b63

David Prévot taffit at alioth.debian.org
Sun Jul 14 19:20:50 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  02d2d55d94f48dbbca41aa9c45d2676f1b3b1b63 (commit)
      from  07c6f76ab38718d18c40397f3e24a1f6e7fc7c97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=02d2d55d94f48dbbca41aa9c45d2676f1b3b1b63

commit 02d2d55d94f48dbbca41aa9c45d2676f1b3b1b63
Author: David Prévot <taffit at debian.org>
Date:   Sun Jul 14 15:20:39 2013 -0400

    Attempt to fix date parsing

-----------------------------------------------------------------------

Summary of changes:
 lib/Debian/L10n/BTS.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Debian/L10n/BTS.pm b/lib/Debian/L10n/BTS.pm
index 23f703d..08fc7e3 100644
--- a/lib/Debian/L10n/BTS.pm
+++ b/lib/Debian/L10n/BTS.pm
@@ -166,7 +166,7 @@ sub check_bts_bugs_soap ($$@) {
 
 				my $v = $$content;
 				$v = $1 while ($v =~ /Message #[0-9]+<\/a> received at $bug_nb-(?:close|done)\@bugs\.debian\.org(.*)/ms);
-				$v =~ /^<b>Date:<\/b> (.*)/m;
+				$v =~ /^<div class="header"><span class="headerfield">Date:<\/span> (.*)<\/div>/m;
 				$closedate{$bug_nb} = $1;
 				$closedate{$bug_nb} =
 				Debian::L10n::Utils::parse_date("Date: ".$closedate{$bug_nb} || $date);
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list