This is an automated email from the git hooks/post-receive script. sweetshark-guest pushed a commit to branch ubuntu-trusty-4.2 in repository libreoffice.
commit d7d7bf9263a26953937aa2cf31d55bbadef7e79e Author: Bjoern Michaelsen <[email protected]> Date: Thu Dec 12 14:07:40 2013 +0100 filter out en-US for now --- debian-l10n/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-l10n/rules b/debian-l10n/rules index e68bc20..a8ef170 100644 --- a/debian-l10n/rules +++ b/debian-l10n/rules @@ -76,9 +76,9 @@ $(STAMP_DIR)/install-indep: dh_testdir dh_testroot rm -rf $(PKGDIR)-help-* $(PKGDIR)-l10n-* - $(foreach iso,$(LANGPACKISOS),\ + $(foreach iso,$(filter-out en-US,$(LANGPACKISOS)),\ make install-package-l10n-$(iso) INSTALLDIR=$(PKGDIR)-l10n-$(iso)/$(OODIR) &&) true - $(foreach iso,$(HELPISOS),\ + $(foreach iso,$(filter-out en-US,$(HELPISOS)),\ make install-package-help-$(iso) INSTALLDIR=$(PKGDIR)-help-$(iso)/$(OODIR) &&) true # and ca-valencia in -ca... -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

