[Pkg-mozext-commits] [adblock-plus] 95/464: Remove localized metadata from Babelzilla builds

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 c78514a1685606714960a2d7e56afd0b6440ef39
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Tue Oct 26 11:02:53 2010 +0200

    Remove localized metadata from Babelzilla builds
---
 make_babelzilla_build.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/make_babelzilla_build.pl b/make_babelzilla_build.pl
index 310fca5..1ca260a 100644
--- a/make_babelzilla_build.pl
+++ b/make_babelzilla_build.pl
@@ -22,6 +22,8 @@ $pkg->readMetadata('metadata');
 $pkg->readLocales('chrome/locale', 1);
 $pkg->readLocaleData('chrome/locale');
 
+$pkg->{localeData} = {};
+
 foreach my $app (keys %{$pkg->{settings}{compat}})
 {
   delete $pkg->{settings}{compat}{$app} unless $app eq 'firefox' || $app eq 'thunderbird' || $app eq 'seamonkey'

-- 
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