Your message dated Tue, 05 Nov 2013 15:27:02 +0000
with message-id <[email protected]>
and subject line Bug#725800: fixed in chromium-browser 30.0.1599.101-2
has caused the Debian Bug report #725800,
regarding build-depends: fonts-ipafont-* instead of ttf-kochi-*
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
725800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725800
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: chromium
Version: 29.0.1547.57-3+b1
Severity: wishlist
Tags: patch
Dear Maintainer,
next release jessie, ttf-kochi-* will be dropped.
[Pkg-fonts-devel] call for dropping ttf-kochi, ttf-sazanami, ttf-kochi-naga10
http://lists.alioth.debian.org/pipermail/pkg-fonts-devel/2013-October/013122.html
so, please build-depends: fonts-ipafont-gothic and fonts-ipafont-mincho
instead of ttf-kochi-gothic and ttf-kochi-mincho.
--
Regards,
dai
GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
Description: replace ttf-kochi by fonts-ipafont
ttf-kochi-{mincho,gothic} replaced by fonts-ipafont-{mincho,gothic}
Author: HIGUCHI Daisuke (VDR dai) <[email protected]>
Index: chromium-browser-29.0.1547.57/src/build/install-build-deps.sh
===================================================================
--- chromium-browser-29.0.1547.57.orig/src/build/install-build-deps.sh 2013-08-25 03:11:06.000000000 +0900
+++ chromium-browser-29.0.1547.57/src/build/install-build-deps.sh 2013-10-08 22:52:05.000000000 +0900
@@ -88,7 +88,7 @@
libxslt1-dev libxss-dev libxt-dev libxtst-dev mesa-common-dev
metacity patch perl php5-cgi pkg-config python python-cherrypy3
python-dev python-psutil rpm ruby subversion ttf-dejavu-core
- ttf-indic-fonts ttf-kochi-gothic ttf-kochi-mincho ttf-thai-tlwg
+ ttf-indic-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-thai-tlwg
wdiff git-core
$chromeos_dev_list"
Index: chromium-browser-29.0.1547.57/src/content/shell/webkit_test_platform_support_linux.cc
===================================================================
--- chromium-browser-29.0.1547.57.orig/src/content/shell/webkit_test_platform_support_linux.cc 2013-08-25 03:11:45.000000000 +0900
+++ chromium-browser-29.0.1547.57/src/content/shell/webkit_test_platform_support_linux.cc 2013-10-08 22:52:05.000000000 +0900
@@ -39,8 +39,8 @@
}
const char* const kFonts[] = {
- "/usr/share/fonts/truetype/kochi/kochi-gothic.ttf",
- "/usr/share/fonts/truetype/kochi/kochi-mincho.ttf",
+ "/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf",
+ "/usr/share/fonts/opentype/ipafont-mincho/ipam.ttf",
"/usr/share/fonts/truetype/msttcorefonts/Arial.ttf",
"/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf",
"/usr/share/fonts/truetype/msttcorefonts/Arial_Bold_Italic.ttf",
Index: chromium-browser-29.0.1547.57/src/third_party/WebKit/Tools/DumpRenderTree/chromium/android_fallback_fonts.xml
===================================================================
--- chromium-browser-29.0.1547.57.orig/src/third_party/WebKit/Tools/DumpRenderTree/chromium/android_fallback_fonts.xml 2013-08-25 03:25:39.000000000 +0900
+++ chromium-browser-29.0.1547.57/src/third_party/WebKit/Tools/DumpRenderTree/chromium/android_fallback_fonts.xml 2013-10-08 22:52:05.000000000 +0900
@@ -7,7 +7,7 @@
</family>
<family>
<fileset>
- <file>kochi-mincho.ttf</file>
+ <file>ipam.ttf</file>
</fileset>
</family>
<family>
Index: chromium-browser-29.0.1547.57/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
===================================================================
--- chromium-browser-29.0.1547.57.orig/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py 2013-08-25 03:25:40.000000000 +0900
+++ chromium-browser-29.0.1547.57/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py 2013-10-08 22:52:05.000000000 +0900
@@ -110,7 +110,7 @@
[['/usr/share/doc/ttf-mscorefonts-installer/'], 'READ_ME!.gz', MS_TRUETYPE_FONTS_PACKAGE],
# Other fonts: Arabic, CJK, Indic, Thai, etc.
[['/usr/share/fonts/truetype/ttf-dejavu/'], 'DejaVuSans.ttf', 'ttf-dejavu'],
- [['/usr/share/fonts/truetype/kochi/'], 'kochi-mincho.ttf', 'ttf-kochi-mincho'],
+ [['/usr/share/fonts/opentype/ipafont-mincho/'], 'ipam.ttf', 'fonts-ipafont-mincho'],
[['/usr/share/fonts/truetype/ttf-indic-fonts-core/'], 'lohit_hi.ttf', 'ttf-indic-fonts-core'],
[['/usr/share/fonts/truetype/ttf-indic-fonts-core/'], 'lohit_ta.ttf', 'ttf-indic-fonts-core'],
[['/usr/share/fonts/truetype/ttf-indic-fonts-core/'], 'MuktiNarrow.ttf', 'ttf-indic-fonts-core'],
Index: chromium-browser-29.0.1547.57/src/ui/base/strings/app_locale_settings_ja.xtb
===================================================================
--- chromium-browser-29.0.1547.57.orig/src/ui/base/strings/app_locale_settings_ja.xtb 2013-08-25 03:13:35.000000000 +0900
+++ chromium-browser-29.0.1547.57/src/ui/base/strings/app_locale_settings_ja.xtb 2013-10-08 22:54:38.512742914 +0900
@@ -11,7 +11,7 @@
<translation id="IDS_WEB_FONT_FAMILY">Helvetica,Hiragino Kaku Gothic Pro,sans-serif</translation>
</if>
<if expr="is_linux and not pp_ifdef('chromeos')">
- <translation id="IDS_WEB_FONT_FAMILY">VL PGothic,Sazanami Gothic,Kochi Gothic,sans-serif</translation>
+ <translation id="IDS_WEB_FONT_FAMILY">IPAPGothic,VL PGothic,sans-serif</translation>
</if>
<if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
<translation id="IDS_WEB_FONT_FAMILY">MotoyaG04Gothic, Noto Sans UI, sans-serif</translation>
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: chromium-browser
Source-Version: 30.0.1599.101-2
We believe that the bug you reported is fixed in the latest version of
chromium-browser, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Gilbert <[email protected]> (supplier of updated chromium-browser
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 02 Nov 2013 21:25:50 +0000
Source: chromium-browser
Binary: chromium chromium-dbg chromium-l10n chromium-inspector
Architecture: source all amd64
Version: 30.0.1599.101-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Chromium Maintainers
<[email protected]>
Changed-By: Michael Gilbert <[email protected]>
Description:
chromium - Google's open source chromium web browser
chromium-dbg - Debugging symbols for the chromium web browser
chromium-inspector - page inspector for the chromium browser
chromium-l10n - chromium-browser language packages
Closes: 717722 725800
Changes:
chromium-browser (30.0.1599.101-2) unstable; urgency=medium
.
* Use system zlib.
* Remove arm patches.
* Update lintian overrides.
* Remove an unsafe symlink.
* Remove icu build dependency.
* Support poststript printing (closes: #717722).
* Use fonts-ipafont instead of ttf-kochi (closes: #725800).
Checksums-Sha1:
fdbf8a51bbda93abfcb895d82c22abe352d83501 3897
chromium-browser_30.0.1599.101-2.dsc
f923f7f8b9727666e3f7e0fbf7c5a8b975dbc4f9 254412
chromium-browser_30.0.1599.101-2.debian.tar.gz
453d8eec3fa76eb0de0f55a66085918c2792cba3 2900208
chromium-l10n_30.0.1599.101-2_all.deb
da4e47950c55d8a35bc2ce855499db1226c1484f 691150
chromium-inspector_30.0.1599.101-2_all.deb
ca179a13e470d3ad33309d20702748a529462cef 36591868
chromium_30.0.1599.101-2_amd64.deb
27d4d9a637e94b65a4e18fc7d54b30915797d765 489600474
chromium-dbg_30.0.1599.101-2_amd64.deb
Checksums-Sha256:
d0e4f503dadf834c3a68abcf57b626db92c1c0280ed5f2659f47f61ea400c4c3 3897
chromium-browser_30.0.1599.101-2.dsc
24b4421e891cd50e3460de93cd0f02a13df817cfb5a8ec8477d83e1d3e0beb26 254412
chromium-browser_30.0.1599.101-2.debian.tar.gz
eb5e681a6bf61c7a366b6fc998ff81bd8f51db7195cb45120c501d6871583bf7 2900208
chromium-l10n_30.0.1599.101-2_all.deb
92525aee8032703299820c1dc4ee8af0ff089b4e85aa147092babbba5e8362f6 691150
chromium-inspector_30.0.1599.101-2_all.deb
8fcb2bc3b9300d11f56073a5f3f177d68b798ebbb416ae280471e688e643e5bf 36591868
chromium_30.0.1599.101-2_amd64.deb
cfb78e083f620f4de012b31ee3c347a1c9030b70f46705b10dd217d98d9f734c 489600474
chromium-dbg_30.0.1599.101-2_amd64.deb
Files:
5ee9346bdff46d41babfc11adbbac63d 3897 web optional
chromium-browser_30.0.1599.101-2.dsc
8cfa14a3eaf7d7eccbc6930e74bb7160 254412 web optional
chromium-browser_30.0.1599.101-2.debian.tar.gz
03babb7a1fbda1bd24788cc8cee0aebc 2900208 localization optional
chromium-l10n_30.0.1599.101-2_all.deb
9739c601fa3f4e3bf3f88e190a15913e 691150 web optional
chromium-inspector_30.0.1599.101-2_all.deb
9eb5a38f116176730ae45707fd4b62f1 36591868 web optional
chromium_30.0.1599.101-2_amd64.deb
73a88e3ba82764b106e1fd771ea43a8a 489600474 debug extra
chromium-dbg_30.0.1599.101-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQQcBAEBCgAGBQJSePnZAAoJELjWss0C1vRz1Tgf/jsr2ENdvqdB/NygcRPPj+RY
Zg9w5w7+3xEfI2HeNGIVz/MLaRtIMp6wEJqfimgy35omkf9ClAV236CZCIT9WMJ7
Dsi51J00zGLPIuevnvs+cM21VrF9mXh1X1GJrkXGeloIE13wgGKECdMOB5PPQxTl
BvvnhTZOBf02SQkAN8xyEDfC63c1sbpiaf9IHn+PWjTnIuNthWCjsF3v0d0CjzWa
eZFRodf2ZgrVYwD4dhnew8y1Jo6TncsJC9oHN/zmuJaSfxCzr3hj9hmr37D6epzR
h9gCmcbjfDb1LlvMUDs3AvHWoYyUiPKS2/rcRotk2U9/bONbLLqfQ/HLRDshrrFQ
anfDNfat5whRCfhO+VIc8xFUAblaEh7gtOauTnbzgP4Vb3tokIvp5ayXKK82OOJY
/qOy8qLjncjhvQs9laSm6Qf/AvoKuMVFME0o0DohltD4Z+xsH5oOCY+VV1C6MYc3
HzZkb8NzqwIkOh5GGJhejJN8nE2dIOOpaO4dj+supdNc+39JFcQQzo/78WHd9BHS
R+O/B+lAOpZUnViv2nhv4mzF8Fy+qPH2rB/xp75uUv4CxfvSWFoFnYx7n8CWHJ/D
9SzopOZENcinktn66gqz9gkJ1mG4+RUCd8BewQdkOYJ6dJoGxP1HcZoaja9IPDcV
g50ghnHASdab9Ksd7ugOwqe02LFxPfK8Rcj/no0lBGqpTm7fYMoqi7WsHs1yJ9IX
2p2AxdDf7SIfVC/qlhKg0gRchgjtFN17TOfsKqvKEJI+YUPEG9mvQ9+aoj5qJI53
W7dCWFG+4hk4fnfTpzMmH26OZ32srSEBZzifwYCBXlqyfsmeX5v25qtj4OEecpCs
+Lxja84yQDHaXQYAZQrGzF81XARXvkOv+CbJ9VC6TaYFZPsFOq3jtvJ32GLfq0bY
3k2BZLUYrNP4hokxKRa5JjZkIpA37OdeqmKdxAs0pRlfap/4uH1c9WfzKheCcVJJ
WwjQiYR1ISJivnN/fQWI8DWROl2C0659Grs4DKA7MhWxM2LaLbSJtw34/vZTLHDl
Q+KGL25qddfawF/2N/aDcVp6TvVIWsI67p3Yc3m6KuoRc9suDRr6RpWXkj6H3Yb6
wDwFveKYvc7PtMZ2gKL+VvjBBAJucUy4DJUXnDURzQWxeB8xI2X8+Qa8X7EurXP9
g3Ji6/kkOiAzL61t2Yc12jUuI72fVCKEPcJaKr3rYqAI4pj4nrnB41ghUyPIZSlL
5Br49eT2h8voYJlQBc6/gEBHfRPO00pt5/S5171Tmp6XFHzzQhqVn/MpltvrsWE4
IL1OJLL4EeXM89XhxjxOTJYdHYIAhx3uOx+i46vz5OdjOq4wjnXm2ImkSBduqkc=
=Jymx
-----END PGP SIGNATURE-----
--- End Message ---