debian/0000775000000000000000000000000012232507055007171 5ustar debian/NEWS0000664000000000000000000000042012154403204007656 0ustar fonts-vlgothic (20110722-4) unstable; urgency=low Now this package provides fonts-japanese-gothic.ttf, instead of ttf-japanese-gothic.ttf in /usr/share/fonts/truetype/fonts-japanese-gothic.ttf -- Hideki Yamane Sat, 10 Sep 2011 14:42:58 +0900 debian/compat0000664000000000000000000000000212154403204010361 0ustar 9 debian/rules0000775000000000000000000000022712154403204010244 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_builddeb: dh_builddeb -- -Zxz -Sextreme -z9 debian/fonts-vlgothic.links0000664000000000000000000000012612077211374013203 0ustar /etc/fonts/conf.avail/65-fonts-vlgothic.conf /etc/fonts/conf.d/65-fonts-vlgothic.conf debian/65-fonts-vlgothic.conf0000664000000000000000000000434512100533504013234 0ustar VL Pゴシック sans-serif VL ゴシック sans-serif VL ゴシック monospace ja sans-serif VL Pゴシック ja monospace VL ゴシック GothicBBB VL Pゴシック VL Pゴシック 18 hintnone false VL ゴシック 18 hintnone false debian/fonts-vlgothic.preinst0000664000000000000000000000507312154403204013544 0ustar #!/bin/sh # # stolen from ttf-dejavu/debian/ttf-dejavu-core.preinst :) # set -e PKG="ttf-vlgothic" PKG_VERSION="20091202-1" PKG_VERSION_2="20110722-3" FONTCONF_FILE=64-ttf-vlgothic.conf OLD_ALT_NAME="ttf-japanese-gothic" FONT_ENTRY="/usr/share/fonts/truetype/fonts-vlgothic/VL-Gothic-Regular.ttf" CHECK_VERSION="20110722-4" rm_conffile() { PKGNAME="$1" CONFFILE="$2" if [ -e "$CONFFILE" ]; then md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE'{s/ obsolete$//;s/.* //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 fi } case "$1" in install|upgrade) if dpkg --compare-versions "$2" lt-nl "$PKG_VERSION"; then FILE="/etc/defoma/hints/${PKG}.hints" if [ -f $FILE ]; then if [ -x /usr/bin/defoma-font ]; then defoma-font purge-all $FILE || true fi fi rm_conffile $PKG $FILE fi # if old conffile exists, then remove it. if [ -f /etc/fonts/conf.d/${FONTCONF_FILE} ]; then rm /etc/fonts/conf.d/${FONTCONF_FILE} fi # * remove not ".ttf" postfix file if [ -f /usr/share/fonts/truetype/$OLD_ALT_NAME ]; then rm /usr/share/fonts/truetype/$OLD_ALT_NAME fi # eliminate update-alternatives warning if dpkg --compare-versions "$2" lt-nl "$PKG_VERSION_2"; then DIR="/usr/share/fonts/truetype/fonts-vlgothic" if [ -d $DIR ]; then update-alternatives --remove $OLD_ALT_NAME.ttf $FONT_ENTRY fi fi if dpkg --compare-versions "$2" lt-nl "$CHECK_VERSION"; then if [ -x /usr/bin/update-alternatives ]; then update-alternatives --remove $OLD_ALT_NAME.ttf /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf fi fi # Remove the alternative set up by the old ttf-vlgothic package. # Do this again here since there is no guarantee that the transitional # ttf-vlgothic package was installed and has cleaned this up. # Do this for new installations (as we can't distinguish them from # "upgrades" from ttf-vlgothic) as well as upgrades that did not yet # clean this up. # (This can be removed after jessie was released with this code.) if dpkg --compare-versions "$2" lt "20121230-1.1~" ; then update-alternatives --remove ttf-japanese-gothic.ttf \ /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf fi esac #DEBHELPER# exit 0 debian/source/0000775000000000000000000000000012154403205010464 5ustar debian/source/format0000664000000000000000000000001412154403204011671 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000053712154403204010221 0ustar # Compulsory line, this is a version 3 file version=3 opts="downloadurlmangle=s/sourceforge/jaist.dl.sourceforge/;s/downloads\///;s/projects\///;s/xz\//xz/,\ uversionmangle=s/-beta/~beta/;s/-rc/~rc/;s/-preview/~preview/" \ http://sourceforge.jp/projects/vlgothic/releases/ \ /projects/vlgothic/downloads/.*/VLGothic-(.*)\.tar\.xz/ debian uupdate debian/control0000664000000000000000000000177712154403204010602 0ustar Source: fonts-vlgothic Section: fonts Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane Build-Depends: debhelper (>= 9.20120518~) Standards-Version: 3.9.4 Homepage: http://dicey.org/vlgothic/ Vcs-Git: git://git.debian.org/git/pkg-fonts/fonts-vlgothic/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-vlgothic.git;a=summary Package: fonts-vlgothic Architecture: all Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Multi-Arch: foreign Depends: ${misc:Depends} Replaces: ttf-vlgothic (<< 20110414-1) Breaks: ttf-vlgothic (<< 20110414-1) Provides: fonts-japanese-gothic Description: Japanese TrueType font from Vine Linux VL Gothic is beautiful Japanese free Gothic TrueType font, developed by Project Vine. . It is based on Sazanami Gothic (by Electronic Font Open Laboratory) and M+1C/M+1M font (by M+ FONTS PROJECT). debian/fonts-vlgothic.docs0000664000000000000000000000004612154403204013003 0ustar README README.sazanami README_J.mplus debian/copyright0000664000000000000000000001162512154403204011123 0ustar This package was debianized by Hideki Yamane (Debian-JP) on Fri, 25 Aug 2006 02:51:33 +0900. It was downloaded from http://dicey.org/vlgothic/ Upstream Authors: Daisuke SUZUKI and Project Vine License for VLGothic Font Family -------------------------------- This font includes glyphs derived from M+ FONTS which is created by M+ FONTS PROJECT. License for M+ FONTS part is described in M+ FONTS PROJECT's license. See attached 'LICENSE_E.mplus'. This font also includes glyphs derived from Sazanami Gothic font which is created by Electronic Font Open Laboratory (/efont/). Licenses for Sazanami Gothic part is described in it's license. See attached 'README.sazanami' for original Sazanami Gothic font license. There is no limitation and the below description is not applied as for in order not to reuse as font (ex: font is embeded to documents). Copyright (c) 1990-2003 Wada Laboratory, the University of Tokyo. Copyright (c) 2003-2004 Electronic Font Open Laboratory (/efont/). Copyright (C) 2003-2006 M+ FONTS PROJECT Copyright (C) 2006 Daisuke SUZUKI . Copyright (C) 2006 Project Vine . All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the Wada Laboratory, the University of Tokyo nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: M+Font These fonts are free software. . Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/ License: SazanamiFont Binary data is handled equivalent to source code license. However, there is no limitation and the below description is not applied as for in order not to reuse as font (ex: font is embedded to documents). Copyright (c) 1990-2003 Wada Laboratory, the University of Tokyo. All rights reserved. Copyright (c) 2003-2004 Electronic Font Open Laboratory (/efont/). All rights reserved. Upstream author's license information (the original is written in Japanese, see README.sazanami) -- -- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the Wada Laboratory, the University of Tokyo nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LABORATORY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000664000000000000000000006724412232507055011060 0ustar fonts-vlgothic (20130607-1ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: + Install a fontconfig conf file - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif respectively. - Alias 'GothicBBB' to 'VL Pgothic' - Don't hint and disable embedded bitmaps for ≤ 18px + Remove 'strong' binding, add LANG guards and aliases. -- Iain Lane Fri, 25 Oct 2013 16:19:17 +0100 fonts-vlgothic (20130607-1) unstable; urgency=low * New upstream release * debian/control - drop transitional ttf- package -- Hideki Yamane Fri, 07 Jun 2013 21:53:18 +0900 fonts-vlgothic (20130510-1) unstable; urgency=low * New upstream release * debian/control - set Multi-Arch: foreign - move from svn to git -- Hideki Yamane Sun, 02 Jun 2013 11:10:57 +0900 fonts-vlgothic (20130422-1ubuntu1) saucy; urgency=low * Merge from Debian unstable. Remaining changes: + Install a fontconfig conf file - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif respectively. - Alias 'GothicBBB' to 'VL Pgothic' - Don't hint and disable embedded bitmaps for ≤ 18px + Remove 'strong' binding, add LANG guards and aliases. -- Iain Lane Tue, 07 May 2013 12:57:28 +0100 fonts-vlgothic (20130422-1) unstable; urgency=low * New upstream release -- Hideki Yamane Wed, 24 Apr 2013 11:36:53 +0900 fonts-vlgothic (20121230-2) unstable; urgency=low [ Andreas Beckmann ] * ttf-vlgothic.preinst: Unregister the ttf-japanese-gothic.ttf alternative. * fonts-vlgothic.preinst: Clean up the ttf-japanese-gothic.ttf alternative set up by ttf-vlgothic in squeeze in case this was not handled by the transitional ttf-vlgothic package. (Closes: #703856) [ Hideki Yamane ] * Upload to unstable -- Hideki Yamane Mon, 25 Mar 2013 06:50:11 +0900 fonts-vlgothic (20121230-1) experimental; urgency=low * New upstream release * debian/control - set "Standards-Version: 3.9.4" -- Hideki Yamane Sun, 30 Dec 2012 17:40:40 +0900 fonts-vlgothic (20121109-2ubuntu1) raring; urgency=low * Install a fontconfig conf file - Return 'VL Gothic' and 'VL Pgothic' for monospace and sans-serif respectively. - Alias 'GothicBBB' to 'VL Pgothic' - Don't hint and disable embedded bitmaps for ≤ 18px * Remove 'strong' binding, add LANG guards and aliases. -- Iain Lane Wed, 06 Feb 2013 11:19:17 +0000 fonts-vlgothic (20121109-2) unstable; urgency=low * upload to unstable -- Hideki Yamane Thu, 29 Nov 2012 15:43:17 +0900 fonts-vlgothic (20121109-1) experimental; urgency=low * New upstream release -- Hideki Yamane Thu, 15 Nov 2012 09:37:48 +0900 fonts-vlgothic (20120928-1) experimental; urgency=low * New upstream release -- Hideki Yamane Sat, 06 Oct 2012 20:34:01 +0900 fonts-vlgothic (20120905-1) experimental; urgency=low * New upstream release (Closes: #473423) -- Hideki Yamane Wed, 05 Sep 2012 01:14:26 +0900 fonts-vlgothic (20120829-1) experimental; urgency=low * New upstream release (Closes: #495343, #495341, #495337, 495344) -- Hideki Yamane Thu, 30 Aug 2012 00:08:24 +0900 fonts-vlgothic (20120827-1) experimental; urgency=low * New upstream release - sync with M+1C,1M CVS Head - add 17 kanji glyphs 敎乘樣絕瀉瀋缺缼缻缽缾缿罀缷罄罃戾 and lot of marks... (Closes: #495346) -- Hideki Yamane Mon, 27 Aug 2012 05:53:55 +0900 fonts-vlgothic (20120629-1) unstable; urgency=low * New upstream release - update U+2018〜U+201F, U301D〜U+301F glyphs. - also sync with M+1C,1M CVS Head. -- Hideki Yamane Fri, 29 Jun 2012 16:29:21 +0900 fonts-vlgothic (20120618-1) unstable; urgency=low * New upstream release - Just re-create original tarball to deal with file duplication -- Hideki Yamane Thu, 21 Jun 2012 03:07:41 +0900 fonts-vlgothic (20120610-3) unstable; urgency=low * debian/control - set "Build-Depends: debhelper (>= 9.20120518~)" Thanks to Jeremy Bicha for a report and suggestion (Closes: #677003) -- Hideki Yamane Tue, 12 Jun 2012 23:12:17 +0900 fonts-vlgothic (20120610-2) unstable; urgency=low * debian/control - set "Build-Depends: debhelper (>= 9)" to avoid build failure with old dpkg * debian/compat - set 9 -- Hideki Yamane Mon, 11 Jun 2012 17:31:22 +0900 fonts-vlgothic (20120610-1) unstable; urgency=low * New upstream release * debian/control - add "Pre-Depends: dpkg (>= 1.15.6~)" - replace s/Conflicts/Breaks/ * debian/rules - add compress option to do it efficiently. * debian/lintian/* - remove to fix "unused-override" * debian/fonts-vlgothic.install - remove lintian override file -- Hideki Yamane Sun, 10 Jun 2012 08:27:53 +0900 fonts-vlgothic (20120325-2) unstable; urgency=low * debian/rules - compress it with xz -- Hideki Yamane Mon, 28 May 2012 04:45:36 +0900 fonts-vlgothic (20120325-1) unstable; urgency=low * New upstream release -- Hideki Yamane Wed, 28 Mar 2012 06:15:52 +0900 fonts-vlgothic (20120312-1) unstable; urgency=low * New upstream release * debian/control - set "Standards-Version: 3.9.3" with no change * debian/watch - track .xz file -- Hideki Yamane Wed, 14 Mar 2012 10:12:56 +0900 fonts-vlgothic (20120130-1) unstable; urgency=low * New upstream release -- Hideki Yamane Mon, 30 Jan 2012 21:37:53 +0900 fonts-vlgothic (20120129-1) unstable; urgency=low * New upstream release * debian/control - ttf-vlgothic: set "Priority: extra" -- Hideki Yamane Sun, 29 Jan 2012 22:28:59 +0900 fonts-vlgothic (20111122-1) unstable; urgency=low * New upstream release -- Hideki Yamane Tue, 22 Nov 2011 22:08:28 +0900 fonts-vlgothic (20110722-4) unstable; urgency=low * debian/control - set "Provides: fonts-japanese-gothic" * debian/fonts-vlgothic.{pre,post}inst,prerm - use fonts-japanese-gothic.ttf, instead of ttf-japanese-gothic.ttf * add NEWS.Debian -- Hideki Yamane Sat, 10 Sep 2011 14:54:14 +0900 fonts-vlgothic (20110722-3) unstable; urgency=low * debian/control - introduce ttf-vlgothic as transitional dummy package - specify version for Conflicts: and Replaces: - drop Provides: ttf-vlgothic * debian/fonts-vlgothic.{install,postinst,preinst} - remove fonts- prefix from install path. Unintentionally, it would introduce compatibility with previous ttf-vlgothic package (Closes: #636855) -- Hideki Yamane Tue, 09 Aug 2011 23:09:51 +0900 fonts-vlgothic (20110722-2) unstable; urgency=low * debian/control - fix Vcs-* field -- Hideki Yamane Wed, 27 Jul 2011 20:54:12 +0200 fonts-vlgothic (20110722-1) unstable; urgency=low * New upstream release -- Hideki Yamane Mon, 25 Jul 2011 08:02:35 +0200 fonts-vlgothic (20110414-2) unstable; urgency=low * add lintian overrides to ignore fonts-duplicates during transition. -- Hideki Yamane Sun, 24 Jul 2011 11:53:44 +0200 fonts-vlgothic (20110414-1) unstable; urgency=low * New upstream release * package name changed, now it is fonts-vlgothic. * debian/control - Standards-Version: 3.9.2 -- Hideki Yamane Sat, 02 Jul 2011 22:53:59 +0900 ttf-vlgothic (20101218-1) unstable; urgency=low * New upstream release -- Hideki Yamane Sat, 18 Dec 2010 11:53:48 +0900 ttf-vlgothic (20101022-1) unstable; urgency=low * New upstream release -- Hideki Yamane Sat, 23 Oct 2010 22:47:36 +0900 ttf-vlgothic (20100818-2) unstable; urgency=low * Upload to unstable -- Hideki Yamane Fri, 03 Sep 2010 22:37:44 +0900 ttf-vlgothic (20100818-1) experimental; urgency=low * New upstream release - change font metrix, put into experimental * debian/control - Bump up "Standards-Version: 3.9.1" with no changes. - remove DMUA stuff, change my address -- Hideki Yamane Thu, 19 Aug 2010 22:31:30 +0900 ttf-vlgothic (20100416-2) unstable; urgency=low * debian/control - set "Build-Depends: debhelper (>= 7.0.50~)" for backporting - Bump up "Standards-Version: 3.8.4" with no changes. -- Hideki Yamane (Debian-JP) Tue, 20 Apr 2010 18:25:39 +0900 ttf-vlgothic (20100416-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Fri, 16 Apr 2010 07:37:34 +0900 ttf-vlgothic (20100126-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Tue, 26 Jan 2010 06:53:03 +0900 ttf-vlgothic (20091211-2) unstable; urgency=low * debian/control: drop "Suggests:" field. -- Hideki Yamane (Debian-JP) Fri, 18 Dec 2009 17:00:46 +0900 ttf-vlgothic (20091211-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Fri, 11 Dec 2009 21:48:19 +0900 ttf-vlgothic (20091208-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Thu, 10 Dec 2009 22:13:20 +0900 ttf-vlgothic (20091202-2) unstable; urgency=low * Switch to Source package format to "3.0 quilt". - Remove "Build-Depends-Indep: bzip2" * Remove defoma hints files and dependency on defoma. -- Hideki Yamane (Debian-JP) Thu, 10 Dec 2009 21:22:14 +0900 ttf-vlgothic (20091202-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Fri, 04 Dec 2009 03:21:05 +0900 ttf-vlgothic (20091118-2) unstable; urgency=medium * rebuild it to avoid defoma's regression. -- Hideki Yamane (Debian-JP) Sun, 22 Nov 2009 06:20:07 +0900 ttf-vlgothic (20091118-1) unstable; urgency=low * New upstream release * debian/* - move to debhelper v7 style. * debian/control - Standards-Version: 3.8.3 -- Hideki Yamane (Debian-JP) Thu, 19 Nov 2009 05:26:43 +0900 ttf-vlgothic (20090811-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Tue, 11 Aug 2009 20:43:22 +0900 ttf-vlgothic (20090710-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Sun, 12 Jul 2009 02:55:50 +0900 ttf-vlgothic (20090612-4) unstable; urgency=low * debian/watch: update it. -- Hideki Yamane (Debian-JP) Sat, 11 Jul 2009 16:39:36 +0900 ttf-vlgothic (20090612-3) unstable; urgency=low * rebuild to build postinst and prerm scripts correctly. -- Hideki Yamane (Debian-JP) Thu, 25 Jun 2009 19:53:15 +0900 ttf-vlgothic (20090612-2) unstable; urgency=low * debian/ttf-vlgothic.{postinst,prerm}: - remove fc-cache * debian/control: - "Standards-Version: 3.8.2" - "Suggests: fontconfig: (>= 2.6.0-4)" -- Hideki Yamane (Debian-JP) Sat, 20 Jun 2009 13:34:54 +0900 ttf-vlgothic (20090612-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Fri, 12 Jun 2009 12:02:08 +0900 ttf-vlgothic (20090422-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Thu, 23 Apr 2009 15:06:30 +0900 ttf-vlgothic (20090204-3) unstable; urgency=low * debian/control: - new section "fonts", thanks to dak :) -- Hideki Yamane (Debian-JP) Wed, 25 Mar 2009 07:18:28 +0900 ttf-vlgothic (20090204-2) unstable; urgency=low * debian/watch: - deal with upstream source location change. * debian/control: - Standards-Version: 3.8.1 -- Hideki Yamane (Debian-JP) Tue, 24 Mar 2009 20:30:02 +0900 ttf-vlgothic (20090204-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Sun, 08 Mar 2009 09:43:34 +0900 ttf-vlgothic (20090108-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Fri, 09 Jan 2009 20:05:27 +0900 ttf-vlgothic (20081203-2) unstable; urgency=low * debian/ttf-vlgothic.{postinst,prerm} - Fix "install failure for xset: unable to open display " revert changes introduced in 20081124-2. It does not useful and buggy. (Closes: #507745) -- Hideki Yamane (Debian-JP) Thu, 04 Dec 2008 21:13:46 +0900 ttf-vlgothic (20081203-1) unstable; urgency=low * New upstream release, upload to unstable. - fix below glyphs. 歳戚戴培尉慰簿嵒撮撲播撫影環屈堀倔崛崫圭桂綾煮勲嵒 扎扐扑扒扔扖扚拘扜扣扯扺扽抃抍抎抔抏抒抖抦抨抬抳抶 抷抺抻押抽抾抿拂拄拆拇拈拉拊拎拏拑拕拗拙拚拪拮拯拱 拲拳拴拵拶拷拼挨掛掘揚挟捉挽握措据捗掻挂挃挄按挊挋 挌挧捄捺捲捶捷掀搬 - add below glyphs. U+329E,U+3299,U+329D,U+3296,U+3298,U+32A9 U+322A,U+322B,U+322C,U+322D,U+322E,U+322F,U+3230 U+3234,U+3235,U+3236,U+3237,U+3238,U+3239 U+323A,U+323B,U+323C,U+323D,U+323E,U+323F U+3240,U+3241,U+3242,U+3243 U+337F,U+3315,U+3316,U+3339,U+3305,U+3333,U+334E,U+3342,U+3300 U+331E,U+332A,U+3331,U+3347 U+3020 - adjusts metrix -- Hideki Yamane (Debian-JP) Thu, 04 Dec 2008 01:11:40 +0900 ttf-vlgothic (20081124-2) experimental; urgency=low * debian/control - add "Suggests: x11-xserver-utils" * debian/ttf-vlgothic.{postinst,prerm} - add "xset fp rehash" -- Hideki Yamane (Debian-JP) Sat, 29 Nov 2008 18:02:50 +0900 ttf-vlgothic (20081124-1) experimental; urgency=low * New upstream release * Upsteam has modities fonts metrix, so put it into experimental. - import glyphs from M+1C,M,P CVS Head. - fix below glyphs 渡彦譲徴微審融褒繊矯珍萌彩昌斎乃秀禿嗣曽拠碩碍垣湾湿倒攻斬數斜倖來榮殿 殻殼殴湘漏帽逮迎逗邊邉澤氿汜頑釈釉釋醍醐冒涜渓渕渚躍憾懆躁突 仝 ヸヹヺヷ -- Hideki Yamane (Debian-JP) Thu, 27 Nov 2008 22:56:16 +0900 ttf-vlgothic (20081029-1) unstable; urgency=low * New upstream release - vlgothic and vlpgothic + fix: "沈忱枕" characters bold issue + fix: "御換" characters + fix: U+2661,U+2662,U+2664,U+2667 + add Latic glyphs from M+1P + add those characters - U+213B - U+25B4 to 25BB - U+25BE to 25C5 - U+2660,U+2663,U+2665,U+2666,U+2668,U+2669,U+266B,U+266C,U+266E and U+309F - vlgothic + fix: "々" + add: U+3099,U+309A,U+25CC,U+2190 to U+2199,U+2126,U+2127 and U+213A -- Hideki Yamane (Debian-JP) Sat, 01 Nov 2008 23:20:00 +0900 ttf-vlgothic (20080908-2) unstable; urgency=low * debian/vlgothic.{postinst,prerm} - fix: "evince shows boxes for Japanese characters when ttf-japanese-gothic points to VLgothic". And alternative ttf filename change from ttf-japanese-gothic to ttf-japanese-gothic."ttf". (Closes: #499428) Thanks to OGAWA Hirofumi -- Hideki Yamane (Debian-JP) Fri, 26 Sep 2008 18:10:20 +0900 ttf-vlgothic (20080908-1) unstable; urgency=low * New upstream release - VL-PGothic + renew 97 kanji glyphs + add Latin glyphs from M+1P(TESTFLIGHT 017) - VL-Gothic + renew 97 kanji glyphs, too. + fix U+00BF - license changed, M+fonts based glyph is now same license as M+fonts -- Hideki Yamane (Debian-JP) Mon, 08 Sep 2008 13:13:59 +0900 ttf-vlgothic (20080624-2) unstable; urgency=low * fix lintian warning - W: ttf-vlgothic: command-with-path-in-maintainer-script postinst:26 + postinst:27 /usr/bin/fc, prerm:19 /usr/bin/fc -- Hideki Yamane (Debian-JP) Fri, 15 Aug 2008 09:25:37 +0900 ttf-vlgothic (20080624-1) unstable; urgency=low * New upstream release - sync with M+ CVS HEAD (20080624) - renew 100 characters from scratch * debian/ttf-vlgothic.{postinst,prerm} - add alternatives support based by Nobuhiro Iwamatsu. Thanks. (Closes: #485387) -- Hideki Yamane (Debian-JP) Thu, 26 Jun 2008 06:32:02 +0900 ttf-vlgothic (20080610-1) unstable; urgency=low * New upstream release - sync with M+ CVS HEAD (20080610) - renew 140 characters from scratch * debian/control - Bump up Standards-Version: 3.8.0 with no change. -- Hideki Yamane (Debian-JP) Tue, 10 Jun 2008 10:58:19 +0900 ttf-vlgothic (20080429-1) unstable; urgency=low * New upstream release - sync with M+1C and M+1M CVS HEAD (20080429). - fix "[],.". -- Hideki Yamane (Debian-JP) Wed, 30 Apr 2008 10:34:49 +0900 ttf-vlgothic (20080420-1) unstable; urgency=low * New upstream release - add [aiueo] macron (Closes: #473419) - update kanji characters with M+font. -- Hideki Yamane (Debian-JP) Mon, 21 Apr 2008 00:47:25 +0900 ttf-vlgothic (20080327-2) unstable; urgency=low * debian/control - add "DM-Upload-Allowed: yes" -- Hideki Yamane (Debian-JP) Sat, 19 Apr 2008 09:29:33 +0900 ttf-vlgothic (20080327-1) unstable; urgency=low * New upstream release (Closes: #473170) - sync with M+1C and M+1M CVS HEAD (20080327). -- Hideki Yamane (Debian-JP) Sat, 29 Mar 2008 13:33:07 +0900 ttf-vlgothic (20071215-3) unstable; urgency=low * debian/control - use Build-Depends-Indep: field for defoma and bzip2, not Build-Depends:. Thanks to lintian. - Suggests: xfs (>= 1:1.0.1-5) -- Hideki Yamane (Debian-JP) Fri, 28 Mar 2008 07:08:56 +0900 ttf-vlgothic (20071215-2) unstable; urgency=low * debian/control - set Debian Fonts Task Force as maintainer, and me as Uploaders. - add Vcs-Svn: and Vcs-Browser: field. * cleanup. remove unneccesary 64-ttf-vlgothic.conf file -- Hideki Yamane (Debian-JP) Tue, 05 Feb 2008 18:39:49 +0900 ttf-vlgothic (20071215-1) unstable; urgency=low - modified §¨°´¶ and ÷ for VL-Gothic-Regular.ttf - added U+22EF,U+03D2,U+03D3,U+03D4,U+03D6,U+2022,U+2044,U+2111,U+2116, U+2122,U+301D,U+301E and U+301F for VL-Gothic-Regular.ttf and VL-PGothic-Regular.ttf * debian/control - add Build-Depends: bzip2 because upstream tar ball is provided by tar.bz2. If dak will support bz2 source file and policy will be changed, I will use orig.tar.bz2 file. -- Hideki Yamane (Debian-JP) Tue, 18 Dec 2007 23:38:31 +0900 ttf-vlgothic (20071031-2) unstable; urgency=low * debian/control - Standard-Version: 3.7.3 - add "Homepage:" field and improve descriptions. - Suggests: fontconfig (>= 2.4.1.3) (Closes: #453428) -- Hideki Yamane (Debian-JP) Thu, 13 Dec 2007 00:54:52 +0900 ttf-vlgothic (20071031-1) unstable; urgency=low * New upstream release - changes from M+ cvs head. - add new 48 characters. - fix "酵" character. -- Hideki Yamane (Debian-JP) Wed, 31 Oct 2007 23:19:40 +0900 ttf-vlgothic (20071015-1) unstable; urgency=low * New upstream release - Renew 206 characters. See upstream's changelog. -- Hideki Yamane (Debian-JP) Wed, 17 Oct 2007 21:42:13 +0900 ttf-vlgothic (20071006-1) unstable; urgency=low * New upstream release - Renew 182 characters and more. See upstream's changelog. -- Hideki Yamane (Debian-JP) Sat, 06 Oct 2007 01:02:28 +0900 ttf-vlgothic (20070929-1) unstable; urgency=low * New upstream release - Renew 226 characters. See upstream's changelog. -- Hideki Yamane (Debian-JP) Sat, 29 Sep 2007 12:20:43 +0900 ttf-vlgothic (20070924-1) unstable; urgency=low * New upstream release - Renew 221 characters and more. See upstream's changelog. -- Hideki Yamane (Debian-JP) Mon, 24 Sep 2007 13:50:06 +0900 ttf-vlgothic (20070915-1) unstable; urgency=low * New upstream release - Fix regression for bold "呼" character. - Add some characters. For detail, see upstream's changelog. * debian/rules - add upstream changelog file. -- Hideki Yamane (Debian-JP) Sun, 16 Sep 2007 12:01:31 +0900 ttf-vlgothic (20070901-1) unstable; urgency=low * New upstream release (Closes: #439995) * debian/docs - add README_J.mplus to include more upstream documents, and remove LICENSE_E.mplus and LICENSE_J.mplus (Closes: #423194) * debian/copyright - add more license information (ex: embedded to documents). (Closes: #433260) * debian/rules - use dh_installdefoma * debian/control - add Build-Depends: defoma and enable defoma by move defoma.ttf-vlgothic to defoma.ttf-vlgothic.hints * debian/ttf-vlgothic.postinst - remove unnecesally /etc/fonts/conf.d/64-ttf-vlgothic.conf. * debian/ttf-vlgothic.prerm - remove "/usr/bin/defoma-font -vt purge-all $DEFOMA_HINTS_FILE >/dev/null", its function would be provided by dh_installdefoma. * debian/ttf-vlgothic.defoma-hints - add CIDSupplement = 0 -- Hideki Yamane (Debian-JP) Tue, 04 Sep 2007 08:11:13 +0900 ttf-vlgothic (20070731-1) unstable; urgency=low * New upstream release - add Roman numeral. - update M+1C and M+1M from CVS HEAD. -- Hideki Yamane (Debian-JP) Sun, 02 Sep 2007 10:10:17 +0900 ttf-vlgothic (20070507-1) unstable; urgency=low * New upstream release - add Unicode characters U+00A0-U+00FF, U+0132, U+0133, U+0160, U+0161, U+0178, U+017D and U+017E -- Hideki Yamane (Debian-JP) Mon, 21 May 2007 19:39:57 +0900 ttf-vlgothic (20070503-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Fri, 04 May 2007 00:06:20 +0900 ttf-vlgothic (20070328-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Wed, 28 Mar 2007 08:11:42 +0900 ttf-vlgothic (20070317-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Sat, 17 Mar 2007 13:28:49 +0900 ttf-vlgothic (20070101-1) unstable; urgency=medium * New upstream release - fix regression about embolden issue. * debian/watch - change upstream URI. -- Hideki Yamane (Debian-JP) Tue, 2 Jan 2007 10:49:35 +0900 ttf-vlgothic (20061231-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Sun, 31 Dec 2006 12:05:49 +0900 ttf-vlgothic (20061026-2) unstable; urgency=low * debian/control: - remove Suggests: xfs-xtt (>> 1:1.3.0.1-3) , because this package was removed from repository. -- Hideki Yamane (Debian-JP) Sat, 23 Dec 2006 00:25:33 +0900 ttf-vlgothic (20061026-1) unstable; urgency=high * New upstream release * fix debian/copyright file with upstream LICENSE.en -- Hideki Yamane (Debian-JP) Sun, 29 Oct 2006 21:45:39 +0900 ttf-vlgothic (20061021-2) unstable; urgency=low * Fix invalid multibyte "space" character breaks postinst. Thanks to Kenshi Muto and Frank Küster (Closes: #395278) * debian/control: - Standards-Version to 3.7.2.2. -- Hideki Yamane (Debian-JP) Thu, 26 Oct 2006 20:56:04 +0900 ttf-vlgothic (20061021-1) unstable; urgency=high * New upstream release - fixed some strange enbolden font issue with freetype2.2.1 -- Hideki Yamane (Debian-JP) Sat, 21 Oct 2006 17:14:39 +0900 ttf-vlgothic (20060930-4) unstable; urgency=high * revert alternatives setting. we'll use only defoma. * and set urgency=high to be in time for etch release. -- Hideki Yamane (Debian-JP) Sun, 15 Oct 2006 17:19:07 +0900 ttf-vlgothic (20060930-3) unstable; urgency=medium * Still set urgency=medium * add Provides:ttf-japanese-gothic * add alternatives for ttf-japanese-gothic. It links to /usr/share/fonts/truetype/japanese-gothic. -- Hideki Yamane (Debian-JP) Sun, 15 Oct 2006 01:28:43 +0900 ttf-vlgothic (20060930-2) unstable; urgency=medium * set urgency=medium to make better desktop envrionment for etch. * add 64-ttf-vlgothic.conf file to add vl-gothic to sans-serif and Suggests: fontconfig (>= 2.4.1). Thanks to Kenshi Muto (closes: #390265) -- Hideki Yamane (Debian-JP) Sat, 7 Oct 2006 02:51:04 +0900 ttf-vlgothic (20060930-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Sun, 1 Oct 2006 00:13:42 +0900 ttf-vlgothic (20060925-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Mon, 25 Sep 2006 22:55:46 +0900 ttf-vlgothic (20060921-1) unstable; urgency=low * New upstream release * fix debian/watch file + fix description in debian/control (closes: #389048). Thanks to Junichi Uekawa . -- Hideki Yamane (Debian-JP) Thu, 21 Sep 2006 23:43:32 +0900 ttf-vlgothic (20060913-1) unstable; urgency=low * New upstream release * add watch file. -- Hideki Yamane (Debian-JP) Wed, 13 Sep 2006 23:08:58 +0900 ttf-vlgothic (20060911-1) unstable; urgency=low * New upstream release -- Hideki Yamane (Debian-JP) Tue, 12 Sep 2006 23:02:43 +0900 ttf-vlgothic (20060902-4) unstable; urgency=low * First upload to debian.org repository. (Closes: #385866) -- Hideki Yamane (Debian-JP) Wed, 6 Sep 2006 23:44:52 +0900 ttf-vlgothic (20060902-3) unstable; urgency=low * quiet mode in (un)registing fonts. (but defoma-font -q doesn't work. Just throw it to /dev/null.) -- Hideki Yamane (Debian-JP) Mon, 4 Sep 2006 20:59:36 +0900 ttf-vlgothic (20060902-2) unstable; urgency=low * fix debian/copyright file (really). -- Hideki Yamane (Debian-JP) Sun, 3 Sep 2006 22:48:40 +0900 ttf-vlgothic (20060902-1) unstable; urgency=low * New upstream release * fix debian/copyright file - change download URI. - remove extra lines and license. Thanks to Junichi Uekawa . * fix descriptions in debian/control. Thanks to Nobuhiro Iwamatsu -- Hideki Yamane (Debian-JP) Sun, 3 Sep 2006 03:47:09 +0900 ttf-vlgothic (20060831-2) unstable; urgency=low * lintian clean. -- Hideki Yamane (Debian-JP) Thu, 31 Aug 2006 23:26:05 +0900 ttf-vlgothic (20060831-1) unstable; urgency=low * New upstream release. - add some docs and new font (VL-Gothic-Regular.ttf). -- Hideki Yamane (Debian-JP) Thu, 31 Aug 2006 23:02:08 +0900 ttf-vlgothic (20060822-2) unstable; urgency=low * remove extra docs. -- Hideki Yamane (Debian-JP) Mon, 28 Aug 2006 23:35:21 +0900 ttf-vlgothic (20060822-1) unstable; urgency=low * initial packaging. -- Hideki Yamane (Debian-JP) Sun, 27 Aug 2006 01:35:27 +0900 debian/fonts-vlgothic.prerm0000664000000000000000000000151612154403204013203 0ustar #! /bin/sh # prerm script for ttf-vlgothic # # see: dh_installdeb(1) set -e # font alternatives OLD_ALT_NAME="ttf-japanese-gothic" ALT_NAME="fonts-japanese-gothic" FONT_ENTRY="/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf" case "$1" in upgrade|deconfigure) ;; remove) # avoid previous package's bug. if [ -f /usr/share/fonts/truetype/$OLD_ALT_NAME ]; then rm /usr/share/fonts/truetype/$OLD_ALT_NAME update-alternatives --remove $OLD_ALT_NAME $FONT_ENTRY fi # alternative update-alternatives --remove $ALT_NAME.ttf $FONT_ENTRY ;; failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/fonts-vlgothic.postinst0000664000000000000000000000127712154403204013745 0ustar #! /bin/sh # postinst script for fonts-vlgothic set -e # font alternatives ALT_NAME="fonts-japanese-gothic" FONT_ENTRY="/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf" FONT_PRIORITY=60 add_alternate_font_entry() { update-alternatives --install \ /usr/share/fonts/truetype/$ALT_NAME.ttf \ $ALT_NAME.ttf \ $FONT_ENTRY \ $FONT_PRIORITY } case "$1" in configure) add_alternate_font_entry ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/fonts-vlgothic.install0000664000000000000000000000013412154403204013517 0ustar *.ttf usr/share/fonts/truetype/vlgothic/ debian/65-fonts-vlgothic.conf etc/fonts/conf.avail