[libreoffice] 47/152: lp#958345: update indic fonts package names

Rene Engelhard rene at moszumanska.debian.org
Thu Jul 27 19:16:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to tag libreoffice_3.5.0_rc3-0ubuntu2
in repository libreoffice.

commit 6aa7a6374d9bb4ae4720ce7e5440c982ef1c00ab
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Fri Feb 19 14:57:25 2016 +0100

    lp#958345: update indic fonts package names
---
 changelog                   |  6 ++++++
 scripts/create-l10n-control | 13 +++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 700f6a0..38b493f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+libreoffice (1:5.1.0~rc3-0ubuntu3~ppa2) xenial; urgency=medium
+
+  * update indic fonts package names (LP: #958345)
+
+ -- Bjoern Michaelsen <bjoern.michaelsen at canonical.com>  Fri, 19 Feb 2016 14:49:07 +0100
+
 libreoffice (1:5.1.0~rc3-0ubuntu3~ppa1) xenial; urgency=medium
 
   * depend on libreoffice-sdbc-hsqldb from libreoffice-subsequentcheckbase for
diff --git a/scripts/create-l10n-control b/scripts/create-l10n-control
index 34a37f3..3b274c7 100755
--- a/scripts/create-l10n-control
+++ b/scripts/create-l10n-control
@@ -104,10 +104,19 @@ iso_to_name = {
     "zu" : "zulu",
 }
 
+indic_font_map = {
+    'bn' : 'beng',
+    'gu' : 'gujr',
+    'ml' : 'mlym',
+    'or' : 'orya',
+    'te' : 'telu',
+    'ta' : 'taml'
+}
+
 font_suggests = {}
 
-for isocode in ['bn', 'gu', 'ml', 'or', 'te', 'ta']:
-    font_suggests[isocode] = ', ttf-%s-fonts' % iso_to_name[isocode]
+for isocode in indic_font_map:
+    font_suggests[isocode] = ', fonts-%s' % indic_font_map[isocode]
 for isocode in ['pa-IN']:
     font_suggests[isocode] = ', fonts-guru'
 for isocode in ['hi-in', 'ne', 'mr']:

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



More information about the Pkg-openoffice-commits mailing list