[Debian-l10n-commits] dl10n branch master updated. b4ebe6f112e375b43eaaa754ced252f4a7245921

David Prévot taffit at alioth.debian.org
Sun Sep 2 19:05:28 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  b4ebe6f112e375b43eaaa754ced252f4a7245921 (commit)
      from  189093405e4e29eb2dcd754f5d435d8996f8be67 (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=b4ebe6f112e375b43eaaa754ced252f4a7245921

commit b4ebe6f112e375b43eaaa754ced252f4a7245921
Author: David Prévot <taffit at debian.org>
Date:   Sun Sep 2 15:02:44 2012 -0400

    dl10n-check: Hardcode manpages-fr-extra language
    
    Make sure manpages-fr-extra files are actually recognized as French ones
    instead of making other spurious assumptions.

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

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

diff --git a/dl10n-check b/dl10n-check
index e5638b3..3bf708f 100755
--- a/dl10n-check
+++ b/dl10n-check
@@ -703,6 +703,7 @@ sub process_po_file {
         $this_stat = "";
         $lang = "";
         $lang = '_' if $file=~ m/\.pot$/;
+        $lang = 'fr' if $pkg eq 'manpages-fr-extra';
         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