debian/0000775000000000000000000000000012244162644007175 5ustar debian/postrm0000664000000000000000000000017412202575751010447 0ustar #!/bin/sh set -e if [ -f /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi db_purge #DEBHELPER# debian/gbp.conf0000664000000000000000000000004712202440044010600 0ustar [git-buildpackage] compression = bzip2 debian/source/0000775000000000000000000000000012202575751010476 5ustar debian/source/format0000664000000000000000000000001412202575751011704 0ustar 3.0 (quilt) debian/control0000664000000000000000000000403212232474736010604 0ustar Source: fonts-arphic-ukai Section: fonts Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Fonts Task Force Uploaders: Arne Goetje , Christian Perrier Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.4 Homepage: http://www.freedesktop.org/wiki/Software/CJKUnifonts Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-arphic-ukai.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-arphic-ukai.git;a=summary Package: fonts-arphic-ukai Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-arphic-ukai (<< 0.2.20080216.1-2), ttf-arphic-ukai-mbe (<< 0.2.20080216.1-2) Breaks: ttf-arphic-ukai (<< 0.2.20080216.1-2), ttf-arphic-ukai-mbe (<< 0.2.20080216.1-2) Description: "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style "AR PL UKai" is a high-quality Chinese Unicode TrueType font collection (ukai.ttc) derieved from the original "AR PL KaitiM Big5" and "AR PL KaitiM GB" fonts generously provided by Arphic Technology to the Free Software community under the "Arphic Public License". . It has been extended from the original "AR PL KaitiM Big5" and "AR PL KaitiM GB" fonts with additional glyphs now covering ISO8859-1,2,3,4,9,10,13,14,15, BIG5, GB2312-80 and HKSCS-2004. It also includes Bopomofo Extensions for Hakka and Minnan according to the Unicode 5.0 standard and MBE variants of those glyphs. . Support for CNS 11643, GBK, GB 18030, Japanese and Korean is under heavy development. Users who need more Han glyphs than provided by GB2312 and Big5 or who need support for Chinese minority languages may want to install this font package. . This font is an alternative to the fonts-arphic-bkai00mp and fonts-arphic-gkai00mp font packages. . Original author: Arphic Technology Co., Ltd. URL: http://www.arphic.com.tw/ Modified by Arne Goetje URL: http://www.freedesktop.org/wiki/Software/CJKUnifonts debian/patches/0000775000000000000000000000000012202575751010625 5ustar debian/patches/fix-fontconfig-alias-syntax0000664000000000000000000000507412026036444016104 0ustar Description: Fix fontconfig syntax for aliasing multiple families Author: Iain Lane Bug-Ubuntu: http://bugs.launchpad.net/bugs/1034928 --- fonts-arphic-ukai-0.2.20080216.2.orig/41-ttf-arphic-ukai.conf +++ fonts-arphic-ukai-0.2.20080216.2/41-ttf-arphic-ukai.conf @@ -5,13 +5,28 @@ - - AR PL ZenKai Uni - AR PL ZenKai Uni MBE - AR PL UKai CN - AR PL UKai HK - AR PL UKai TW - AR PL UKai TW MBE - sans-serif - + + AR PL ZenKai Uni + sans-serif + + + AR PL ZenKai Uni MBE + sans-serif + + + AR PL UKai CN + sans-serif + + + AR PL UKai HK + sans-serif + + + AR PL UKai TW + sans-serif + + + AR PL UKai TW MBE + sans-serif + --- fonts-arphic-ukai-0.2.20080216.2.orig/41-arphic-ukai.conf +++ fonts-arphic-ukai-0.2.20080216.2/41-arphic-ukai.conf @@ -5,13 +5,28 @@ - - AR PL ZenKai Uni - AR PL ZenKai Uni MBE - AR PL UKai CN - AR PL UKai HK - AR PL UKai TW - AR PL UKai TW MBE - sans-serif - + + AR PL ZenKai Uni + sans-serif + + + AR PL ZenKai Uni MBE + sans-serif + + + AR PL UKai CN + sans-serif + + + AR PL UKai HK + sans-serif + + + AR PL UKai TW + sans-serif + + + AR PL UKai TW MBE + sans-serif + debian/patches/series0000664000000000000000000000003412026036353012031 0ustar fix-fontconfig-alias-syntax debian/compat0000664000000000000000000000000212202575751010374 0ustar 9 debian/preinst0000664000000000000000000000345212202575751010611 0ustar #!/bin/sh set -e VERSION=0.2.20080216.1-2 PKG=ttf-arphic-ukai FILE=/etc/defoma/hints/${PKG}.hints # Remove a no-longer used conffile rm_conffile() { local PKGNAME="$1" local CONFFILE="$2" [ -e "$CONFFILE" ] || return 0 local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; s/newconffile//;p }")" if [ "$md5sum" != "$old_md5sum" ]; then echo "Obsolete conffile $CONFFILE has been modified by you." echo "Saving as $CONFFILE.dpkg-bak ..." mv -f "$CONFFILE" "$CONFFILE".dpkg-bak else echo "Removing obsolete conffile $CONFFILE ..." rm -f "$CONFFILE" fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt-nl "$VERSION"; then if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE fi # cleaning up old cruft VERSION=0.2.20080216.1-1 PKG=ttf-arphic-ukai FILE=/etc/defoma/hints/${PKG}-mbe.hints if dpkg --compare-versions "$2" lt-nl "$VERSION"; then if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE OLDTTF=ukai.ttf OLDMBETTF=ukaimbe.ttf for X in [ /etc/fonts/conf.d/70-${PACKAGE}.conf \ /etc/fonts/conf.d/${PACKAGE} \ /usr/share/fonts/truetype/${OLDTTF} \ /usr/share/fonts/truetype/${OLDMBETTF} \ /var/lib/defoma/x-ttcidconf.d/dirs/TrueType/${OLDTTF} \ /var/lib/defoma/x-ttcidconf.d/dirs/TrueType/${OLDMBETTF} \ ]; do if [ -e ${X} ]; then rm -f ${X}; fi; done if [ -d /usr/share/${PACKAGE} ]; then rm -rf /usr/share/${PACKAGE}; fi fi esac #DEBHELPER# debian/docs0000664000000000000000000000001312202575751010043 0ustar [CFKlNRT]* debian/copyright0000664000000000000000000001771212202575751011141 0ustar This package was debianized by Arne Goetje on Thu, 1 May 2003 00:00:02 +0800 It was downloaded from http://www.freedesktop.org/wiki/Software/CJKUnifonts Author/Designer: Original author: Arphic Technology Co., Ltd. http://www.arphic.com.tw/ Modified by: Arne Goetje http://www.freedesktop.org/wiki/Software/CJKUnifonts Copyright: (Copied from 'license/english/ARPHICPL.TXT'. See 'license/zh_TW.UTF-8/ARPHICPL.TXT' or 'license/zh_CN.UTF-8/ARPHICPL.TXT' for the Chinese version.) ======================================================================== ARPHIC PUBLIC LICENSE Copyright (C) 1999 Arphic Technology Co., Ltd. 11Fl. No.168, Yung Chi Rd., Taipei, 110 Taiwan All rights reserved except as specified below. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is forbidden. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the ARPHIC PUBLIC LICENSE specifically permits and encourages you to use this software, provided that you give the recipients all the rights that we gave you and make sure they can get the modifications of this software. Legal Terms 0. Definitions: Throughout this License, "Font" means the TrueType fonts "AR PL Mingti2L Big5", "AR PL KaitiM Big5" (BIG-5 character set) and "AR PL SungtiL GB", "AR PL KaitiM GB" (GB character set) which are originally distributed by Arphic, and the derivatives of those fonts created through any modification including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table. "PL" means "Public License". "Copyright Holder" means whoever is named in the copyright or copyrights for the Font. "You" means the licensee, or person copying, redistributing or modifying the Font. "Freely Available" means that you have the freedom to copy or modify the Font as well as redistribute copies of the Font under the same conditions you received, not price. If you wish, you can charge for this service. 1. Copying & Distribution You may copy and distribute verbatim copies of this Font in any medium, without restriction, provided that you retain this license file (ARPHICPL.TXT) unaltered in all copies. 2. Modification You may otherwise modify your copy of this Font in any way, including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table, and copy and distribute such modifications under the terms of Section 1 above, provided that the following conditions are met: a) You must insert a prominent notice in each modified file stating how and when you changed that file. b) You must make such modifications Freely Available as a whole to all third parties under the terms of this License, such as by offering access to copy the modifications from a designated place, or distributing the modifications on a medium customarily used for software interchange. c) If the modified fonts normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the Font under these conditions, and telling the user how to view a copy of this License. These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Font, and can be reasonably considered independent and separate works in themselves, then this License and its terms, do not apply to those sections when you distribute them as separate works. Therefore, mere aggregation of another work not based on the Font with the Font on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. Condition Subsequent You may not copy, modify, sublicense, or distribute the Font except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Font will automatically retroactively void your rights under this License. However, parties who have received copies or rights from you under this License will keep their licenses valid so long as such parties remain in full compliance. 4. Acceptance You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to copy, modify, sublicense or distribute the Font. These actions are prohibited by law if you do not accept this License. Therefore, by copying, modifying, sublicensing or distributing the Font, you indicate your acceptance of this License and all its terms and conditions. 5. Automatic Receipt Each time you redistribute the Font, the recipient automatically receives a license from the original licensor to copy, distribute or modify the Font subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 6. Contradiction If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Font at all. For example, if a patent license would not permit royalty-free redistribution of the Font by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Font. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. 7. NO WARRANTY BECAUSE THE FONT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE FONT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS OR OTHER PARTIES PROVIDE THE FONT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FONT IS WITH YOU. SHOULD THE FONT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 8. DAMAGES WAIVER UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, IN NO EVENT WILL ANY COPYRIGHTT HOLDERS, OR OTHER PARTIES WHO MAY COPY, MODIFY OR REDISTRIBUTE THE FONT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE FONT (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION), EVEN IF SUCH HOLDERS OR OTHER PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ======================================================================== All the other scripts and control files for building and installing this package Debian GNU/Linux are under the GNU General Public License (GPL) version 2 or later, which may be found in the file '/usr/share/common-licenses/GPL-2'. debian/install0000664000000000000000000000014512202575751010567 0ustar *.ttc usr/share/fonts/truetype/arphic *.conf etc/fonts/conf.avail debian/*.conf etc/fonts/conf.avail debian/65-fonts-arphic-ukai.conf0000664000000000000000000000136712104220575013620 0ustar serif AR PL UKai CN AR PL UKai HK AR PL UKai TW sans-serif AR PL UKai CN AR PL UKai HK AR PL UKai TW monospace AR PL UKai CN AR PL UKai HK AR PL UKai TW debian/changelog0000664000000000000000000003606312244162641011054 0ustar fonts-arphic-ukai (0.2.20080216.2-4ubuntu2) trusty; urgency=low * Remove inadvertantly shipped /etc/fonts/conf.avail/gbp.conf (LP: #1254129) -- Iain Lane Sat, 23 Nov 2013 17:20:44 +0000 fonts-arphic-ukai (0.2.20080216.2-4ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: + Return AR PL UKai for generics (serif/sans-serif/monospace) -- Iain Lane Fri, 25 Oct 2013 15:02:23 +0100 fonts-arphic-ukai (0.2.20080216.2-4) unstable; urgency=low * Update Standards to 3.9.4 (checked) * Bump debhelper compatibility to 9 * Drop transitional packages * Add Multi-Arch: foreign field * Use Breaks instead of Conflicts. Drop Provides as it is no longer needed (installations should have transitioned since wheezy and the package has anyway no reverse dependency. * Use xz extreme compression for deb packages * Use git for packaging: adapt Vcs-* fields * Add myself to uploaders * Add explicit version of GPL document in debian/copyright * Fix fontconfig syntax for aliasing multiple families. Closes: #688019 -- Christian Perrier Tue, 13 Aug 2013 23:13:45 +0200 fonts-arphic-ukai (0.2.20080216.2-3ubuntu2) raring; urgency=low * Return AR PL UKai for generics (serif/sans-serif/monospace) -- Iain Lane Tue, 05 Feb 2013 15:15:05 +0000 fonts-arphic-ukai (0.2.20080216.2-3ubuntu1) quantal; urgency=low * Fix syntax. fontconfig only allows one family to be aliased at a time, so duplicate the block for each family to be aliased. (LP: #1034928) -- Iain Lane Tue, 18 Sep 2012 10:17:37 +0100 fonts-arphic-ukai (0.2.20080216.2-3) unstable; urgency=low * Team upload * Add a versioneed Replaces/conclicts on ttf-arphic-ukai-mbe too Closes: #656399 -- Christian Perrier Wed, 25 Jan 2012 20:13:24 +0100 fonts-arphic-ukai (0.2.20080216.2-2) unstable; urgency=low * Team upload * Update description to refer to fonts-arphic-bkai00mp and fonts-arphic-gkai00mp. No longer reference x-ttcidfont-conf. Closes: #653518 -- Christian Perrier Thu, 29 Dec 2011 08:19:27 +0100 fonts-arphic-ukai (0.2.20080216.2-1) unstable; urgency=low * Team upload [ Arne Goetje ] * debian/control: move package to section fonts * debian/control: change maintainer to Debian Fonts Task Force and set myself as uploader; update my e-mail address * bump up standards version to 3.9.2 * remove defoma dependency, update the debian/preinst script Closes: #649827 * Switch to dpkg-source 3.0 (quilt) format * debian/control: remove unnecessary Depends and Recommends entries * rename package to fonts-arphic-ukai to fit the Font Packages Naming Policy * debian/rules: use lzma compression when building on Ubuntu, otherwise bzip2 * Upstream changes: remove the 'ttf-' from the fontconfig file names -- Christian Perrier Sat, 10 Dec 2011 12:43:35 +0100 ttf-arphic-ukai (0.2.20080216.1-1) unstable; urgency=low * New upstream release * fixed a typo in debian/prerm (LP: #194128) * debian/control: changed Architecture fro 'any' to 'all' (LP: #194168) * fixed typo in package description (Closes: #442606) * corrected homepage URL in control and changelog (Closes: #436530) * added Homepage field to debian/control * use bzip2 compression * bumped up the Standards version to 3.7.3 * updated package description in debian/control * purge debconf entries and removed template and translations, as they are no longer needed. (Closes: #435180) * use cdbs to build package * remove Provides: ttf-arphic-gkai00mp and ttf-arphic-kai00mp entries (Closes: #451974) Copied from FONTLOG: * Bug fix: 45 Big5 PUA glyphs and 4 HKSCS PUA glyphs have not been assigned codepoints -- FIXED. * resized all glyphs back to an em-size of 1024 like they were originally. This also fixed the bug, that the glyphs and lines were too high. The previous em-size was 2098, while it should have been 2048. * completely reworked all Latin based glyphs (thanks to Maurizio M. Gavioli) * changed the Latin, Greek and Cyrillic based glyphs back to Monospace * added 1214 glyphs and references * compile font as TrueType Collection (TTC): contains 4 font flavors (CN, HK, TW, TW MBE) which map to different glyph styles. Currently this is only a proof of concept with only 2 codepoints (U+4EE4 and U+9AA8) between CN, HK and TW flavors and 13 different glyphs between the TW and TW MBE flavors. All other glyphs are exactly the same in all flavors. * debugged a lot of glyphs which had intersecting splines. However, this process has not been finished yet. * moved all glyphs from the PUA areas into unencoded space and only map those to the BMP PUA where it's necessary for roundtrip compatibility (i.e. the HKSCS PUA references only appear in the HK flavor, Big5 references in HK, TW and TW MBE, and the GB18030-2000 references in the CN flavor. * added all outstanding PUA references for HKSCS to be compatible back to HKSCS in ISO 10646-1:1993 * Name change: from AR PL ZenKai Uni (MBE) to AR PL UKai {CN|HK|TW|TW MBE}. For backwards compatibility alias entries are defined to map "AR PL ZenKai Uni" to "AR PL UKai HK" and "AR PL ZenKai Uni MBE" to "AR PL UKai TW MBE". * split the fontconfig configuration file into 5: * 25-ttf-arphic-ukai-render: fixes globaladvance and sets the font to be dual-width * 35-ttf-arphic-ukai-aliases: alias entries for "AR PL ZenKai Uni (MBE)" * 41-ttf-arphic-ukai.conf: alias settings for "Sans" * 75-ttf-arphic-ukai-select: puts "AR PL UKai *" into 'rejectfont', so that the fonts don't get automatically chosen by fontconfig. * 90-ttf-arphic-ukai-embolden.conf: emboldens the font -- Arne Goetje Thu, 15 May 2008 10:25:35 +0800 ttf-arphic-ukai (0.1.20060928-2.2) unstable; urgency=high * Non-maintainer upload during BSP. * Fix unconditional use of debconf in postrm (Closes: #417070). * Add Catalan debconf translation (Closes: #412956). * Add Dutch debconf translation (Closes: #414767). -- Luk Claes Sun, 20 May 2007 17:03:03 +0200 ttf-arphic-ukai (0.1.20060928-2.1) unstable; urgency=low * Non-maintainer upload. * Added German translation (thanks Matthias Julius) (Closes: #401490) -- Bastian Venthur Sun, 28 Jan 2007 12:15:59 +0100 ttf-arphic-ukai (0.1.20060928-2) unstable; urgency=low * Fixed the postinst script to check if the link in /etc/fonts/conf.d/ already exists. (Closes: #392918) -- Arne Goetje Sat, 14 Oct 2006 20:11:59 +0800 ttf-arphic-ukai (0.1.20060928-1) unstable; urgency=low * Copied the Hiragana, Katagana and several other glyphs into PUA to be compatible with legacy Big5 encoding again. * Changed the fontconfig and defoma hints files. -- Arne Goetje Fri, 29 Sep 2006 00:10:02 +0800 ttf-arphic-ukai (0.1.20060903-1) unstable; urgency=low * New upstream release * Added the Ideographic Description Characters block * Added the Control Pictures block * Added 5 more glyphs to be compatible to the latest revision of HKSCS-2004 * Fixed the stacked diacritics for E and e used with composites in HKSCS-2004 * Bumped up the Standards version to 3.7.2.1 * Enabled Slanting and Boldizing in the defoma-hints file -- Arne Goetje Sun, 3 Sep 2006 02:58:47 +0800 ttf-arphic-ukai (0.1.20060513-1) unstable; urgency=low * The 'fix for the missing i and j dots under pango' release * no new glyphs, just the fix. * bumped up the standards version to 3.7.2.0 * fixed U+6578 -- Arne Goetje Sat, 13 May 2006 17:13:12 +0800 ttf-arphic-ukai (0.1.20060108-1) unstable; urgency=low * added 61 Taiwanese glyphs in CJK Ext. A * added 780 GBK glyphs in CJK Basic * fixed and beautified 188 CJK glyphs * deleted 3 wrong glyphs from CJK Compatibility Area * added czech po file (Closes: #308751) * added vietnamese po file (Closes: #322363) -- Arne Goetje Mon, 9 Jan 2006 00:12:06 +0800 ttf-arphic-ukai (0.1-1) unstable; urgency=low * Bumped up version for official release. No other changes compared to 0.1-0.dot.3. -- Arne Goetje Tue, 8 Nov 2005 06:52:29 +0800 ttf-arphic-ukai (0.1-0.dot.3) unstable; urgency=low * fixed some bugs in the MBE font (font name) * fixed some bugs in the CJK Radicals Supplement and CJK Compatibility sections -- Arne Goetje Sun, 9 Oct 2005 01:48:17 +0800 ttf-arphic-ukai (0.1-0.dot.2) unstable; urgency=low * added swedish po file (Closes: #331186) * added debconf-2.0 alternate as dependency (Closes: #332125) * bumped up the standards version * changed a couple of HKSCS glyphs to better reflect the standard (U+3797, U+3EC2, U+44B7, U+5290, U+5BD5, U+5BD7, U+681E, U+6E15, U+6F44, U+722B, U+7AC3, U+7AC8, U+7FB4, U+8496, U+8642, U+8FA5, U+93CB, U+9BF4, U+9D83, U+204FC, U+204FE, U+21A45, U+2215B, U+24521, U+2585D, U+27656, U+29B0E) * added 7 glyphs in IPA Extensions for HKSCS (U+0250, U+0254, U+025B, U+026A, U+0275, U+0283, U+028A) * added 2 glyphs in CJK Radicals Supplement (U+2EBF, U+2EC0) -- Arne Goetje Sat, 8 Oct 2005 16:51:34 +0800 ttf-arphic-ukai (0.0.20050501-1) unstable; urgency=low * completed HKSCS support in Ext.B for radicals 001, 002, 004, 005, 006, 009, 011, 013, 014, 016, 017, 019, 020, 021, 022, 023, 025, 026, 027, 028, 029, 030, 031, 032, 035, 036, 037, 040, 041, 043, 045, 047, 049, 050, 052, 053, 054, 057, 058, 059, 062, 067, 068, 069, 070, 078, 079, 080, 082, 084, 087, 090, 091, 098, 100, 101, 103, 107, 108, 114, 115, 116, 177, 118, 119, 121, 127, 129, 133, 134, 135, 141, 147, 148, 151, 154, 157, 158, 159, 160, 162, 163, 164, 166, 167, 170, 172, 174, 175, 180, 182, 184, 185, 186, 188, 190, 193, 194, 195, 198, 199, 200, 203, 210, 213 * added some Hakka characters * added french po file (Closes: #305805) -- Arne Goetje Sun, 1 May 2005 22:01:56 +0800 ttf-arphic-ukai (0.0.20050328-2) unstable; urgency=low * Initial release for Debian main (Closes: #297660) * added config file for fontconfig (>= 2.3.1) -- Arne Goetje Sun, 3 Apr 2005 13:08:24 +0800 ttf-arphic-ukai (0.0.20050328-1) unstable; urgency=low * finished HKSCS support for CJK Ext. A * added anchors for latin characters and diacritics * added circled latin characters and numbers 11-20 * simplified the font for saving space -- Arne Goetje Mon, 28 Mar 2005 23:51:53 +0800 ttf-arphic-ukai (0.0.20050214-1) unstable; urgency=low * finished HKSCS support for Basic CJK * added new characters for the upcoming Unicode 4.1.0 standard. * moved the HKSCS glyphs from PUA to their final destination according to the upcoming Unicode 4.1.0 standard. * created references to PUA for HKSCS compatibility. -- Arne Goetje Mon, 14 Feb 2005 12:14:43 +0800 ttf-arphic-ukai (0.0.20041205-1) unstable; urgency=low * changed the debian packaging, merged the MBE package into this one. * completed HKSCS for radicals 030, 060, 109, 148, 160, 164, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 184, 186, 188, 190, 191, 196 in Basic CJK. * completed Japanese for radicals 60, 109 in Basic CJK. * completed HKSCS for radical 060 in CJK Ext. B. * added seperate Contributers file * package depends now on xdelta -- Arne Goetje Thu, 16 Dec 2004 12:59:12 +0800 ttf-arphic-ukai (0.0.20041031-2) unstable; urgency=low * updated the control file -- Arne Goetje Tue, 16 Nov 2004 15:47:50 +0800 ttf-arphic-ukai (0.0.20041031-1) unstable; urgency=low * completed HKSCS for radicals 197, 198, 199, 200, 201, 203, 205, 208, 209, 211, 212, 214. Thanks to Akar Chen for contributing the mingti version. -- Arne Goetje Sun, 31 Oct 2004 15:56:26 +0800 ttf-arphic-ukai (0.0.20040926-1) unstable; urgency=low * completed radicals 001, 004, 008, 012, 014, 015, 016, 021, 034, 045, 051 and 055 in Basic CJK. -- Arne Goetje Sun, 26 Sep 2004 22:25:30 +0800 ttf-arphic-ukai (0.0.20040919-1) unstable; urgency=low * completed radical 009 in Basic CJK. * fixed Kangxi radicals * added CJK compatibility glyphs -- Arne Goetje Sun, 19 Sep 2004 17:21:09 +0800 ttf-arphic-ukai (0.0.20040823-1) unstable; urgency=low * added some japanese glyphs * font name change to AR PL ZenKai Uni * corrected hints file -- Arne Goetje Mon, 23 Aug 2004 22:08:46 +0800 ttf-arphic-ukai (0.0.20040229-3) unstable; urgency=low * Set the font resulution in the hints file to 100 * Adjusted dependency handling -- Arne Goetje Sun, 25 Apr 2004 12:50:21 +0800 ttf-arphic-ukai (0.0.20040229-2) unstable; urgency=low * fixed a bug in the hints file -- Arne Goetje Wed, 3 Mar 2004 21:26:37 +0800 ttf-arphic-ukai (0.0.20040229-1) unstable; urgency=low * added more HKSCS glyphs -- Arne Goetje Sun, 29 Feb 2004 16:49:21 +0800 ttf-arphic-ukai (0.0.20040111-1) unstable; urgency=low * added more HKSCS glyphs -- Arne Goetje Sun, 11 Jan 2004 20:32:02 +0800 ttf-arphic-ukai (0.0.20040104-1) unstable; urgency=low * corrected Bopomofo Extended glyphs * added some more HKSCS and CNS11643 glyphs -- Arne Goetje Sun, 4 Jan 2004 17:22:43 +0800 ttf-arphic-ukai (0.0.20031109-1) unstable; urgency=low * added Hakka tone marks -- Arne Goetje Sun, 9 Nov 2003 17:11:02 +0800 ttf-arphic-ukai (0.0.20031102-1) unstable; urgency=low * changed the filename to ukai.ttf to be compatible with tfm generation -- Arne Goetje Sun, 2 Nov 2003 17:02:23 +0800 ttf-arphic-ukai (0.0.20030909-1) unstable; urgency=low * added Bopomofo Extensions according to Unicode 3.2 for Hakka, Minnan * added some more HKSCS glyphs -- Arne Goetje Tue, 9 Sep 2003 10:35:12 +0800 ttf-arphic-ukai (0.0.20030727) unstable; urgency=low * added some HKSCS glyphs -- Arne Goetje Sun, 27 Jul 2003 21:34:28 +0800 ttf-arphic-ukai (0.0.20030704) unstable; urgency=low * added some glyphs and corrected others -- Arne Goetje Fri, 4 Jul 2003 23:04:51 +0800 ttf-arphic-ukai (0.0.20030504-1) unstable; urgency=low * removed hints from font. Should fix ugly appearing in X. -- Arne Goetje Sun, 4 May 2003 17:09:15 +0800 ttf-arphic-ukai (0.0.20030501-1) unstable; urgency=low * Initial release. * Special thanks to Arphic Technology Co., Ltd. and to the Chinese GNU/Linux Extension Team for their effort in bringing our dream to reality! :-) * Thanks also to Anthony Fok for packaging the original fonts from Arphic Technology Co., Ltd.. -- Arne Goetje Thu, 1 May 2003 00:00:11 +0800 debian/fonts-arphic-ukai.maintscript0000664000000000000000000000012612244161700014767 0ustar rm_conffile /etc/fonts/conf.avail/gbp.conf 0.2.20080216.2-4ubuntu2~ fonts-arphic-ukai debian/links0000664000000000000000000000103612202575751010241 0ustar etc/fonts/conf.avail/25-arphic-ukai-render.conf etc/fonts/conf.d/25-arphic-ukai-render.conf etc/fonts/conf.avail/35-arphic-ukai-aliases.conf etc/fonts/conf.d/35-arphic-ukai-aliases.conf etc/fonts/conf.avail/41-arphic-ukai.conf etc/fonts/conf.d/41-arphic-ukai.conf etc/fonts/conf.avail/75-arphic-ukai-select.conf etc/fonts/conf.d/75-arphic-ukai-select.conf etc/fonts/conf.avail/90-arphic-ukai-embolden.conf etc/fonts/conf.d/90-arphic-ukai-embolden.conf etc/fonts/conf.avail/65-fonts-arphic-ukai.conf etc/fonts/conf.d/65-fonts-arphic-ukai.conf debian/dirs0000664000000000000000000000002112202575751010053 0ustar etc/fonts/conf.d debian/rules0000775000000000000000000000127212244161240010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DIST=$(shell lsb_release -i -s) ifeq "$(DIST)" "Ubuntu" DEB_DH_BUILDDEB_ARGS := -- -Zlzma else DEB_DH_BUILDDEB_ARGS := -- -Zbzip2 endif %: dh $@ override_dh_install: dh_install -Xgbp.conf override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9