[Debian-l10n-commits] dl10n branch master updated. 082d6f9b51cf2671a4801fa508e9f80fee6b7453

David Prévot taffit at alioth.debian.org
Sun Sep 2 20:39:31 UTC 2012


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  082d6f9b51cf2671a4801fa508e9f80fee6b7453 (commit)
      from  b4ebe6f112e375b43eaaa754ced252f4a7245921 (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=082d6f9b51cf2671a4801fa508e9f80fee6b7453

commit 082d6f9b51cf2671a4801fa508e9f80fee6b7453
Author: David Prévot <taffit at debian.org>
Date:   Sun Sep 2 16:38:44 2012 -0400

    Fix regression in previous commit
    
    Don't overwrite the accurate status of POT files.

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

Summary of changes:
 dl10n-check |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dl10n-check b/dl10n-check
index 3bf708f..40c4811 100755
--- a/dl10n-check
+++ b/dl10n-check
@@ -703,7 +703,7 @@ sub process_po_file {
         $this_stat = "";
         $lang = "";
         $lang = '_' if $file=~ m/\.pot$/;
-        $lang = 'fr' if $pkg eq 'manpages-fr-extra';
+        $lang = 'fr' if $pkg eq 'manpages-fr-extra' and $lang eq "";
         if ($lang eq "" && $file=~ m,(?:_|\b)$regexp_for_lang_code\.po$,o) {
                 $bad_lang =$1;
                 if (is_lang($bad_lang)) {
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list