Merge lp:~ilidrissi.amine/ubuntu/maverick/language-support-fonts-zh-hans/fix-625163 into lp:ubuntu/maverick/language-support-fonts-zh-hans

Proposed by Mohamed Amine Ilidrissi
Status: Needs review
Proposed branch: lp:~ilidrissi.amine/ubuntu/maverick/language-support-fonts-zh-hans/fix-625163
Merge into: lp:ubuntu/maverick/language-support-fonts-zh-hans
Diff against target: 68 lines (+22/-4)
6 files modified
debian/changelog (+10/-0)
debian/compat (+1/-1)
debian/control (+3/-3)
debian/postinst (+4/-0)
debian/prerm (+3/-0)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~ilidrissi.amine/ubuntu/maverick/language-support-fonts-zh-hans/fix-625163
Reviewer Review Type Date Requested Status
Colin Watson Disapprove
Mackenzie Morgan (community) Approve
Review via email: mp+33977@code.launchpad.net

Description of the change

From original bug:
"when you install language-support-fonts-zh-hans, the correct Simplified Chinese font should be linked under /etc/fonts/conf.d/ to make proper font available to users. regarding to new ttf-wqy-microhei is recently acquired by Ubuntu new distribution, I think it should be included in debian/control as a dependency."

To post a comment you must log in.
Revision history for this message
Mackenzie Morgan (maco.m) wrote :

Looks reasonable to me, but I can't upload to main.

review: Approve
Revision history for this message
Colin Watson (cjwatson) wrote :

This needs to be fixed in lp:langpack-o-matic instead, otherwise it'll be overwritten the next time the package is re-autogenerated.

review: Disapprove

Unmerged revisions

8. By Mohamed Amine Ilidrissi

Modified changelog to include patch author.

7. By Mohamed Amine Ilidrissi

* Bumped version number, run postinst to link correct language selector.
* Patched to fix bug LP: #625163

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-01-05 14:35:31 +0000
+++ debian/changelog 2010-08-28 01:34:42 +0000
@@ -1,3 +1,13 @@
1language-support-fonts-zh-hans (1:10.10+20100827) maverick; urgency=low
2
3 [ Ubuntu automatic language-pack builder ]
4 * Bumped version number, run postinst to link correct language selector.
5
6 [ Mohamed Amine IL Idrissi ]
7 * Patched to fix bug LP: #625163 (many thanks, Ray Wang)
8
9 -- Mohamed Amine IL Idrissi <ilidrissiamine@gmail.com> Sat, 28 Aug 2010 01:28:45 +0000
10
1language-support-fonts-zh-hans (1:10.04+20091218) lucid; urgency=low11language-support-fonts-zh-hans (1:10.04+20091218) lucid; urgency=low
212
3 * Bumped version number, no changes13 * Bumped version number, no changes
414
=== modified file 'debian/compat'
--- debian/compat 2009-07-28 04:20:07 +0000
+++ debian/compat 2010-08-28 01:34:42 +0000
@@ -1,1 +1,1 @@
1417
22
=== modified file 'debian/control'
--- debian/control 2009-09-14 05:00:55 +0000
+++ debian/control 2010-08-28 01:34:42 +0000
@@ -2,12 +2,12 @@
2Section: translations2Section: translations
3Priority: optional3Priority: optional
4Maintainer: Language pack maintainers <language-packs@ubuntu.com>4Maintainer: Language pack maintainers <language-packs@ubuntu.com>
5Build-Depends: debhelper (>= 4.1.0)5Build-Depends: debhelper (>= 7)
6Standards-Version: 3.7.36Standards-Version: 3.9.1
77
8Package: language-support-fonts-zh-hans8Package: language-support-fonts-zh-hans
9Architecture: all9Architecture: all
10Depends: ttf-wqy-zenhei, ttf-arphic-uming, ttf-arphic-ukai, xfonts-wqy10Depends: ttf-wqy-microhei, ttf-wqy-zenhei, ttf-arphic-uming, ttf-arphic-ukai, xfonts-wqy
11Conflicts: language-support-fonts-zh (<< 1:9.10+20090901)11Conflicts: language-support-fonts-zh (<< 1:9.10+20090901)
12Replaces: language-support-fonts-zh (<< 1:9.10+20090901)12Replaces: language-support-fonts-zh (<< 1:9.10+20090901)
13Description: Additional fonts metapackage for Simplified Chinese13Description: Additional fonts metapackage for Simplified Chinese
1414
=== added file 'debian/postinst'
--- debian/postinst 1970-01-01 00:00:00 +0000
+++ debian/postinst 2010-08-28 01:34:42 +0000
@@ -0,0 +1,4 @@
1#!/bin/sh
2
3cd /etc/fonts/conf.d/
4ln -s ../fonts/conf.avail/69-language-selector-zh-cn.conf .
05
=== added file 'debian/prerm'
--- debian/prerm 1970-01-01 00:00:00 +0000
+++ debian/prerm 2010-08-28 01:34:42 +0000
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3rm -f /etc/fonts/conf.d/69-language-selector-zh-cn.conf
04
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2010-08-28 01:34:42 +0000
@@ -0,0 +1,1 @@
13.0 (native)

Subscribers

People subscribed via source and target branches