Merge lp:~jincreator/ubuntu/precise/ttf-nanum/lp835304 into lp:ubuntu/precise/ttf-nanum

Proposed by Jinkyu Yi
Status: Work in progress
Proposed branch: lp:~jincreator/ubuntu/precise/ttf-nanum/lp835304
Merge into: lp:ubuntu/precise/ttf-nanum
Diff against target: 66 lines (+9/-34)
2 files modified
debian/90-ttf-nanum.conf (+0/-34)
debian/changelog (+9/-0)
To merge this branch: bzr merge lp:~jincreator/ubuntu/precise/ttf-nanum/lp835304
Reviewer Review Type Date Requested Status
Martin Pitt Needs Information
Review via email: mp+79986@code.launchpad.net

Description of the change

Remove fontconfig settings for Debian-workaround(LP: #835304)

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Please see my question in bug 835304. Thanks!

review: Needs Information

Unmerged revisions

7. By Jinkyu Yi

* LP: #835304
* debian/90-ttf-nanum.conf:
  - Remove MS Korean font aliases
  - Remove sans-serif and serif settings for language-selector

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/90-ttf-nanum.conf'
2--- debian/90-ttf-nanum.conf 2011-02-02 06:10:08 +0000
3+++ debian/90-ttf-nanum.conf 2011-10-20 18:13:24 +0000
4@@ -14,16 +14,6 @@
5 <const>bold</const>
6 </edit>
7 </match>
8- <!-- fallback of the MS fonts -->
9- <alias>
10- <family>Gulim</family><family>굴림</family>
11- <family>Dotum</family><family>돋움</family>
12- <prefer><family>NanumGothic</family></prefer>
13- </alias>
14- <alias>
15- <family>Batang</family><family>바탕</family>
16- <prefer><family>NanumMyeongjo</family></prefer>
17- </alias>
18 <!-- specify fallbacks for the missing glyphs. -->
19 <match target="pattern">
20 <test name="family" compare="eq">
21@@ -43,28 +33,4 @@
22 <string>DejaVu Serif</string>
23 </edit>
24 </match>
25- <!-- default sans and serif
26- TODO: it will be moved to fontconfig default configs -->
27- <match target="pattern">
28- <test qual="any" name="lang" compare="contains">
29- <string>ko</string>
30- </test>
31- <test qual="any" name="family" compare="eq">
32- <string>sans-serif</string>
33- </test>
34- <edit name="family" mode="prepend_first" binding="same">
35- <string>NanumGothic</string>
36- </edit>
37- </match>
38- <match target="pattern">
39- <test qual="any" name="lang" compare="contains">
40- <string>ko</string>
41- </test>
42- <test qual="any" name="family" compare="eq">
43- <string>serif</string>
44- </test>
45- <edit name="family" mode="prepend_first" binding="same">
46- <string>NanumMyeongjo</string>
47- </edit>
48- </match>
49 </fontconfig>
50
51=== modified file 'debian/changelog'
52--- debian/changelog 2011-02-02 06:10:08 +0000
53+++ debian/changelog 2011-10-20 18:13:24 +0000
54@@ -1,3 +1,12 @@
55+ttf-nanum (3.010-1ubuntu1) oneiric; urgency=low
56+
57+ * LP: #835304
58+ * debian/90-ttf-nanum.conf:
59+ - Remove MS Korean font aliases
60+ - Remove sans-serif and serif settings for language-selector
61+
62+ -- Jinkyu Yi <jincreator@jincreator.net> Sat, 27 Aug 2011 17:38:45 +0900
63+
64 ttf-nanum (3.010-1) unstable; urgency=low
65
66 * New upstream release

Subscribers

People subscribed via source and target branches

to all changes: