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

[SCM] LibreOffice packaging repository branch, master, updated. e22c73e37af9c30397f1ad166ae74a02c90437d3



The following commit has been merged in the master branch:
commit e22c73e37af9c30397f1ad166ae74a02c90437d3
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jun 6 23:34:53 2011 +0000

    make -l10n-sw (if enabled) depend on locales (>= 2.13-5)

diff --git a/changelog b/changelog
index b11467f..c17c037 100644
--- a/changelog
+++ b/changelog
@@ -9,6 +9,7 @@ libreoffice (1:3.3.3~rc1-1) UNRELEASED; urgency=low
     - disable -sdbc-postgresql until fixed (closes: #620100) 
     - stop moving vbaevents*.uno.so to -calc. Move libvbaswobj*uno.so
       to -writer
+    - make -l10n-sw (if enabled) depend on locales (>= 2.13-5)
   * debian/control.in:
     - build-conflict against libmdds-dev (>= 0.4.0)
 
diff --git a/rules b/rules
index 26aeaf8..bd43c2d 100755
--- a/rules
+++ b/rules
@@ -1358,6 +1358,9 @@ endif
 		as|or|nr) \
 			LOCALES_DEPENDS="locales (>= 2.3.6.ds1-1) | locales-all (>= 2.3.6.ds1-1)" \
 			;; \
+		sw) \
+			LOCALES_DEPENDS="locales (>= 2.13-5) | locales-all (>= 2.13-5)" \
+			;; \
 		*) \
 			LOCALES_DEPENDS="locales | belocs-locales-data | locales-all" \
 			;; \

-- 
LibreOffice packaging repository


Reply to: