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 a84513ce0dbd2b84c06c2f2583b1ef9128da1c87 Author: Bjoern Michaelsen <[email protected]> Date: Tue Dec 24 03:03:43 2013 +0100 install help to /usr/share --- debian-l10n/rules | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian-l10n/rules b/debian-l10n/rules index f5aa8bb..d24e77f 100644 --- a/debian-l10n/rules +++ b/debian-l10n/rules @@ -25,6 +25,7 @@ export gb_SHELL:=$(SHELL) PKGDIR:=debian/libreoffice OODIRNAME=libreoffice OODIR:=usr/lib/$(OODIRNAME) +OOSHAREDIR:=usr/share/$(OODIRNAME) OOUREDIR:=usr/lib/ure OOSDKDIR:=$(OODIR)/sdk @@ -91,16 +92,16 @@ ifneq (,$(filter kmr-Latn,$(LANGPACKISOS))) endif ifneq (,$(filter sk,$(HELPISOS))) # prepopulate sk help from cz - make install-package-help-cz INSTALLDIR=$(PKGDIR)-help-sk/$(OODIR) + make install-package-help-cz INSTALLDIR=$(PKGDIR)-help-sk/$(OOSHAREDIR) endif $(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 + make install-package-help-$(iso) INSTALLDIR=$(PKGDIR)-help-`echo $(iso)|tr A-Z a-z`/$(OOSHAREDIR) &&) true # and ca-valencia in -ca... ifneq (,$(filter ca-valencia,$(HELPISOS))) - make install-package-help-ca-valencia INSTALLDIR=$(PKGDIR)-help-ca/$(OODIR) + make install-package-help-ca-valencia INSTALLDIR=$(PKGDIR)-help-ca/$(OOSHAREDIR) endif ifneq (,$(filter kmr-Latn,$(HELPISOS))) - make install-package-help-kmr-Latn INSTALLDIR=$(PKGDIR)-help-kmr/$(OODIR) + make install-package-help-kmr-Latn INSTALLDIR=$(PKGDIR)-help-kmr/$(OOSHAREDIR) endif for PKG in $(ARCH_INDEP_PACKAGES); do \ cat debian/changelog \ -- 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]

