[Debian-l10n-commits] dl10n branch master updated. 750162eb12c0a6124915f373b1a5abc046b40fb2

Christian Perrier bubulle at alioth.debian.org
Tue Oct 1 05:09:55 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  750162eb12c0a6124915f373b1a5abc046b40fb2 (commit)
       via  99814b1a6d3d6e5cf14edfe61df02cd43fc1ef67 (commit)
       via  30c33ff342626087a056a9bfa37b471bf8e616b1 (commit)
      from  38804e59991a02729dc7164663be915980b01113 (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=750162eb12c0a6124915f373b1a5abc046b40fb2

commit 750162eb12c0a6124915f373b1a5abc046b40fb2
Merge: 99814b1 38804e5
Author: Christian PERRIER <bubulle at debian.org>
Date:   Tue Oct 1 07:09:46 2013 +0200

    Merge branch 'master' of git://git.debian.org/git/debian-l10n/dl10n


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

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

    dl10n-check: 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=30c33ff342626087a056a9bfa37b471bf8e616b1

commit 30c33ff342626087a056a9bfa37b471bf8e616b1
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 |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/dl10n-check b/dl10n-check
index af38535..ae26261 100755
--- a/dl10n-check
+++ b/dl10n-check
@@ -462,6 +462,9 @@ sub parse_tarball {
                 return -1 if &$match($file);
                 return 0;
         };
+        # Avoid ENOMEM or similar?
+        next
+                if $path =~ /0ad-data/;
         my $deb = Debian::Pkg::DebSrc->new($path,
                 parse_dft   => $match,
                 patch_parse_dft => $match_patch,
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list