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

[SCM] LibreOffice packaging repository branch, ubuntu-precise-3.5, updated. libreoffice_3.5.2_rc2-1-124-g08b0b01



The following commit has been merged in the ubuntu-precise-3.5 branch:
commit 08b0b0154f0e97fe2a3eb6e9c87e34da5afb6fe7
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Tue May 1 15:16:52 2012 +0200

    reduce l10n set for ppa builds

diff --git a/changelog b/changelog
index 9a1be61..aae7b0e 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+libreoffice (1:3.5.3~rc2-0ubuntu1~ppa2) precise; urgency=low
+
+  * reduce l10n set for ppa builds
+
+ -- Bjoern Michaelsen <bjoern.michaelsen@canonical.com>  Tue, 01 May 2012 15:14:53 +0200
+
 libreoffice (1:3.5.3~rc2-0ubuntu1~ppa1) precise; urgency=low
   * cherry-pick 496346c9e692b7ba8ec0aa78c78cac7b71d830a5 from
     debian (LP: #986205)
diff --git a/rules b/rules
index 87792ff..9e0b1f2 100755
--- a/rules
+++ b/rules
@@ -723,6 +723,12 @@ ifneq "$(BUILD_ONLY_EN_US)" "y"
 	  ka km ko ku lt lv mk mn ml mr nb ne nl nn nr nso oc om or \
 	  pa-IN pl pt pt-BR ro ru rw si sk sl sr ss st sv \
 	  ta te tg th tn tr ts ug uk uz ve vi xh zh-CN zh-TW zu
+      # PPA builds need a reduced l10n set to fit on those builders
+      ifeq ($(shell echo "$(DEB_VERSION)" | grep -c ppa),1)
+	ISOS:=en-US ar cs es de fr it ja nl ru pt-BR zh-CN
+        HELPISOS:=en-US ar cs es de fr it ja nl ru pt-BR zh-CN
+        LANGPACKISOS:=en-US ar cs es de fr it ja nl ru pt-BR zh-CN
+      endif
   endif
 else
 	ISOS=en-US

-- 
LibreOffice packaging repository


Reply to: