[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 42/59: update for kmr fixes



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 be3b6ce066f844628bbcb705fe15ffff544fc88a
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Mon Dec 23 23:27:08 2013 +0100

    update for kmr fixes
---
 debian-l10n/rules | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian-l10n/rules b/debian-l10n/rules
index 0a7d18e..b97061f 100644
--- a/debian-l10n/rules
+++ b/debian-l10n/rules
@@ -80,21 +80,27 @@ $(STAMP_DIR)/install-indep:
 	dh_testdir
 	dh_testroot
 	rm -rf $(PKGDIR)-help-* $(PKGDIR)-l10n-*
+	$(foreach iso,$(filter-out en-US ca-valencia,$(LANGPACKISOS)),\
+		make install-package-l10n-$(iso) INSTALLDIR=$(PKGDIR)-l10n-`echo $(iso)|tr A-Z a-z`/$(OODIR) &&) true
+ifneq (,$(filter ca-valencia,$(LANGPACKISOS)))
+	make install-package-l10n-ca-valencia INSTALLDIR=$(PKGDIR)-l10n-ca/$(OODIR)
+endif
+ifneq (,$(filter kmr-Latn,$(LANGPACKISOS)))
+	make install-package-l10n-kmr-Latn INSTALLDIR=$(PKGDIR)-l10n-kmr/$(OODIR)
+endif
 ifneq (,$(filter sk,$(HELPISOS)))
 	# prepopulate sk help from cz
 	make install-package-help-cz INSTALLDIR=$(PKGDIR)-help-sk/$(OODIR)
 endif
-	$(foreach iso,$(filter-out en-US ca-valencia,$(LANGPACKISOS)),\
-		make install-package-l10n-$(iso) INSTALLDIR=$(PKGDIR)-l10n-`echo $(iso)|tr A-Z a-z`/$(OODIR) &&) true
 	$(foreach iso,$(filter-out en-US ca-valencia,$(HELPISOS)),\
 		make install-package-help-$(iso) INSTALLDIR=$(PKGDIR)-help-`echo $(iso)|tr A-Z a-z`/$(OODIR) &&) true
 	# and ca-valencia in -ca...
-ifneq (,$(filter ca-valencia,$(LANGPACKISOS)))
-	make install-package-l10n-ca-valencia INSTALLDIR=$(PKGDIR)-l10n-ca/$(OODIR)
-endif
 ifneq (,$(filter ca-valencia,$(HELPISOS)))
 	make install-package-help-ca-valencia INSTALLDIR=$(PKGDIR)-help-ca/$(OODIR)
 endif
+ifneq (,$(filter kmr-Latn,$(HELPISOS)))
+	make install-package-help-kmr-Latn INSTALLDIR=$(PKGDIR)-help-kmr/$(OODIR)
+endif
 	for PKG in $(ARCH_INDEP_PACKAGES); do \
 		cat debian/changelog \
 		| sed -e '/^openoffice/,$$d' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: