Bug#739827: poppler-data: User Nanum fonts instead of Un fonts

2014-02-23 Thread Hideki Yamane
Hi,

On Sun, 23 Feb 2014 08:01:31 +0900
Changwoo Ryu cw...@debian.org wrote:
 This package depends on fonts-unfonts-core and Un-fonts are used for
 Korean fonts in debian/90gs-cjk-resource-korea1.conf. But Un fonts are
 kinda deprecated by several reasons. Nanum series fonts are preferred.

 Okay, could you check a change as attached diff, please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru poppler-data-0.4.6/debian/90gs-cjk-resource-korea1.conf poppler-data-0.4.6/debian/90gs-cjk-resource-korea1.conf
--- poppler-data-0.4.6/debian/90gs-cjk-resource-korea1.conf	2012-05-26 04:04:53.0 +0900
+++ poppler-data-0.4.6/debian/90gs-cjk-resource-korea1.conf	2014-02-23 19:45:20.0 +0900
@@ -1,9 +1,9 @@
-/UnBatang-Regular  /FileType /TrueType /Path (/usr/share/fonts/truetype/unfonts-core/UnBatang.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
-/UnDotum-Regular  /FileType /TrueType /Path (/usr/share/fonts/truetype/unfonts-core/UnDotum.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
-/UnDotum-Bold  /FileType /TrueType /Path (/usr/share/fonts/truetype/unfonts-core/UnDotumBold.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
-/UnGraphic-Regular  /FileType /TrueType /Path (/usr/share/fonts/truetype/unfonts-core/UnGraphic.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
-/HYSMyeongJo-Medium /UnBatang-Regular ;
-/HYGoThic-Medium /UnDotum-Regular ;
-/HYRGoThic-Medium /UnGraphic-Regular ;
-/Adobe-Korea1 /UnDotum-Regular ;
-/Adobe-Korea1-Bold /UnDotum-Bold ;
+/NanumMyeongjo-Regular  /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumMyeongjo.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
+/NanumBarunGothic-Regular  /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumBarunGothic.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
+/NanumBarunGothic-Bold  /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumBarunGothicBold.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
+/NanumGothic-Regular  /FileType /TrueType /Path (/usr/share/fonts/truetype/nanum/NanumGothic.ttf) /SubfontID 0 /CSI [(Korea1) 2]  ;
+/HYSMyeongJo-Medium /NanumMyeongjo-Regular ;
+/HYGoThic-Medium /NanumBarunGothic-Regular ;
+/HYRGoThic-Medium /NanumGothic-Regular ;
+/Adobe-Korea1 /NanumBarunGothic-Regular ;
+/Adobe-Korea1-Bold /NanumBarunGothic-Bold ;
diff -Nru poppler-data-0.4.6/debian/changelog poppler-data-0.4.6/debian/changelog
--- poppler-data-0.4.6/debian/changelog	2013-06-04 18:40:13.0 +0900
+++ poppler-data-0.4.6/debian/changelog	2014-02-23 19:49:52.0 +0900
@@ -1,3 +1,15 @@
+poppler-data (0.4.6-5) unstable; urgency=medium
+
+  * debian/control
+- set Standards-Version: 3.9.5 
+- replace Suggests: fonts-nanum from fonts-unfonts-core.
+  Thanks to Changwoo Ryu cw...@debian.org for the suggestion.
+  (Closes: #739827)
+  * debian/90gs-cjk-resource-korea1.conf
+- replace fonts as above change
+
+ -- Hideki Yamane henr...@debian.org  Sun, 23 Feb 2014 19:49:47 +0900
+
 poppler-data (0.4.6-4) unstable; urgency=low
 
   [ Sebastien Bacher ]
diff -Nru poppler-data-0.4.6/debian/control poppler-data-0.4.6/debian/control
--- poppler-data-0.4.6/debian/control	2012-12-20 07:07:31.0 +0900
+++ poppler-data-0.4.6/debian/control	2014-02-23 19:48:54.0 +0900
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Hideki Yamane henr...@debian.org
 Build-Depends: debhelper (= 9.20120518~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://poppler.freedesktop.org/
 
 Package: poppler-data
@@ -29,7 +29,7 @@
 Suggests: poppler-utils, ghostscript,
   fonts-japanese-mincho | fonts-ipafont-mincho, 
   fonts-japanese-gothic | fonts-ipafont-gothic, 
-  fonts-arphic-ukai, fonts-arphic-uming, fonts-unfonts-core
+  fonts-arphic-ukai, fonts-arphic-uming, fonts-nanum
 Enhances: ghostscript
 Description: encoding data for the poppler PDF rendering library
  This package provides the CMap tables required to display PDF documents


Bug#739827: poppler-data: User Nanum fonts instead of Un fonts

2014-02-23 Thread Changwoo Ryu
I forgot to mention, versioned fonts-nanum (= 20131007~) should be
used for  NanumBarunGothic family.

It looks OK to me except that.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#739827: poppler-data: User Nanum fonts instead of Un fonts

2014-02-23 Thread Hideki Yamane
On Sun, 23 Feb 2014 20:10:58 +0900
Changwoo Ryu cw...@debian.org wrote:
 I forgot to mention, versioned fonts-nanum (= 20131007~) should be
 used for  NanumBarunGothic family.
 
 It looks OK to me except that.

 Okay, I'll update it. thanks :)

 BTW, ttf-cjk-compact for d-i uses fonts-unfonts-core. 
 Is it better to change it, too?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#739827: poppler-data: User Nanum fonts instead of Un fonts

2014-02-23 Thread Changwoo Ryu
2014-02-23 20:54 GMT+09:00 Hideki Yamane henr...@debian.or.jp:
 On Sun, 23 Feb 2014 20:10:58 +0900
 Changwoo Ryu cw...@debian.org wrote:
 I forgot to mention, versioned fonts-nanum (= 20131007~) should be
 used for  NanumBarunGothic family.

 It looks OK to me except that.

  Okay, I'll update it. thanks :)

  BTW, ttf-cjk-compact for d-i uses fonts-unfonts-core.
  Is it better to change it, too?

Yes but I'm not sure about the license compatibility. Un fonts are
under GPLv2 and Nanum fonts are under SIL OFL.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#739827: poppler-data: User Nanum fonts instead of Un fonts

2014-02-22 Thread Changwoo Ryu
Package: poppler-data
Version: 0.4.6-4
Severity: minor

This package depends on fonts-unfonts-core and Un-fonts are used for
Korean fonts in debian/90gs-cjk-resource-korea1.conf. But Un fonts are
kinda deprecated by several reasons. Nanum series fonts are preferred.


I suggest to use:

- for HYGothic, NanumBarunGothic instead of UnDotum
- for HYRGothic, NanumGothic instead of UnGraphic
- for HYSMyeongjo, NanumMyeongjo instead of UnBatang


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org