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

[libreoffice] 13/59: use install-package target



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 62d243b97468a04607ac9156c7fed5ed5d7fa6bc
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Thu Dec 12 10:39:23 2013 +0100

    use install-package target
---
 debian-l10n/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian-l10n/rules b/debian-l10n/rules
index 7cc4f66..61e3ecb 100644
--- a/debian-l10n/rules
+++ b/debian-l10n/rules
@@ -73,11 +73,11 @@ install-indep: $(STAMP_DIR)/install-indep
 $(STAMP_DIR)/install-indep:
 	dh_testdir
 	dh_testroot
-	if [ -x /usr/bin/dh_prep ]; then dh_prep; else dh_clean -k; fi
-	rm -f debian/*.install debian/*.dirs
-	cd $(CURDIR)/debian/tmp/pkg && rm -rf \*
-	cp -la $(SOURCE_TREE)/instdir/ $(CURDIR)/debian/tmp
-	find $(CURDIR)/debian/tmp -name '*.so' | xargs rm
+	rm -rf $(PKGDIR)-help-* $(PKGDIR)-l10n-*
+	$(foreach iso,$(LANGPACKISOS),\
+		make install-package-l10n-$(iso) INSTALLDIR=$(PKGDIR)-l10n-$(iso)/$(OODIR) &&) true
+	$(foreach iso,$(HELPISOS),\
+		make install-package-help-$(iso) INSTALLDIR=$(PKGDIR)-help-$(iso)/$(OODIR) &&) true
 	
 	# and ca-valencia in -ca...
 ifeq (ca-valencia,$(findstring ca-valencia,$(LANGPACKISOS)))

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


Reply to: