[Debian-l10n-commits] dl10n branch master updated. 38804e59991a02729dc7164663be915980b01113

David Prévot taffit at alioth.debian.org
Mon Sep 30 22:56:39 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  38804e59991a02729dc7164663be915980b01113 (commit)
       via  a5fc3597942b1815dd9332f8b1a921c4e09f7d35 (commit)
      from  93a065d72ebcdf1fa368a4d4745633849c08b7cf (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=38804e59991a02729dc7164663be915980b01113

commit 38804e59991a02729dc7164663be915980b01113
Author: Cyril Brulebois <kibi at debian.org>
Date:   Mon Sep 30 22:19:24 2013 +0000

    dl10n.conf: exclude 0ad-data, due to possible memory shortage and bad error handling


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

commit a5fc3597942b1815dd9332f8b1a921c4e09f7d35
Author: Cyril Brulebois <kibi at debian.org>
Date:   Mon Sep 30 22:17:39 2013 +0000

    dl10n-check: mention parsed $path,$pkg in parse_tarball

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

Summary of changes:
 dl10n-check    |    2 ++
 etc/dl10n.conf |    3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dl10n-check b/dl10n-check
index 4bad7a1..af38535 100755
--- a/dl10n-check
+++ b/dl10n-check
@@ -414,6 +414,8 @@ sub parse_tarball {
         $data->version($pkg, shift);
         $data->maintainer($pkg, shift);
         $data->upstream($pkg, "debian");
+
+        print STDERR "Going to parse $path / $pkg\n";
  
         # Debian::Pkg::DebSrc->new() seem to have bad time when no / is in there.
         # A broken basename somewhere? FIXME properly
diff --git a/etc/dl10n.conf b/etc/dl10n.conf
index 666ef23..68ddeb5 100644
--- a/etc/dl10n.conf
+++ b/etc/dl10n.conf
@@ -41,7 +41,8 @@ export RRD_LANGS_MANPAGES="ja fr es pl de ko zh_CN zh_TW pt it ru"
 export LANGS_SPIDER="ar ca cs da de en es fr gl id it nl pt_BR ro ru sk sv tr"
 
 # gen-material configuration
+#   0ad-data: memory mess <20130930222301.GF3355 at mraw.org>
 #   fortunes-bg: tarball has a link debian -> .
 #   pptpd: see #209082
 #   manpages-es: see #685968
-export IGNMATERIAL="(fortunes-bg|pptpd|manpages-es)"
+export IGNMATERIAL="(0ad-data|fortunes-bg|pptpd|manpages-es)"
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list