[Pkg-mozext-commits] [adblock-plus] 87/464: Remove localized info from install manifest for Babelzilla builds, it confuses their parser.

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 5aabe3ba4220076a681b0112dd1e23e460e16c91
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu May 20 10:09:11 2010 +0200

    Remove localized info from install manifest for Babelzilla builds, it confuses their parser.
---
 make_babelzilla_build.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/make_babelzilla_build.pl b/make_babelzilla_build.pl
index de55d28..63ce2af 100644
--- a/make_babelzilla_build.pl
+++ b/make_babelzilla_build.pl
@@ -52,5 +52,7 @@ sub postprocessInstallRDF
 
   return "" if $targetAppNum > 6 && $targetAppNum % 2 == 1;
 
+  return "" if $line =~ /\blocalized\b/;
+
   return $line;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list