debian/0000755000000000000000000000000012157147661007200 5ustar debian/source/0000755000000000000000000000000012153351530010464 5ustar debian/source/format0000644000000000000000000000001412153351530011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000027012153351530010214 0ustar # Compulsory line, this is a version 3 file version=3 opts=uversionmangle=s/mskttb/msktt/;s/$/-20080603/,\ http://www.geocities.jp/littlimi/misaki.htm \ arc/misaki/mskttb(.*)\.lzh debian/copyright0000644000000000000000000000174712153351530011130 0ustar This package was debianized by Hideki Yamane (Debian-JP) on Sun, 08 Mar 2009 15:53:46 +0900. It was downloaded from http://www.geocities.jp/littlimi/misaki.htm Upstream Author: Num Kadoma Copyright: Copyright (C) 2002-2008 Num Kadoma License: These fonts are free softwares. 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. これらのフォントはフリー(自由な)ソフトウエアです。 あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、 複製、再配布することができますが、全て無保証とさせていただきます。   The Debian packaging is copyright 2009, Hideki Yamane (Debian-JP) and is licensed under the same license as upstream. debian/compat0000644000000000000000000000000212153351530010362 0ustar 9 debian/rules0000755000000000000000000000022712153351530010245 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-misaki.preinst0000644000000000000000000000203512153351530013176 0ustar #!/bin/sh # # stolen from ttf-dzongkha/debian/ttf-dzongkha.preinst :) # set -e VERSION=11-20080603-8 PKG=ttf-misaki 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/.* //; 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 esac #DEBHELPER# debian/fonts-misaki.install0000644000000000000000000000004712153351530013161 0ustar *.ttf usr/share/fonts/truetype/misaki/ debian/fonts-misaki.docs0000644000000000000000000000003012153351530012433 0ustar msk_b11.txt msk_ttf.txt debian/changelog0000644000000000000000000000762012157147640011054 0ustar fonts-misaki (11-20080603-15) unstable; urgency=low * debian/control - drop ttf- package - use canonical URL for Vcs-* -- Hideki Yamane Sun, 16 Jun 2013 05:32:52 +0900 fonts-misaki (11-20080603-14) unstable; urgency=low * New upstream release * debian/control - set Multi-Arch: foreign - move from svn to git - set Standards-Version: 3.9.4 -- Hideki Yamane Tue, 04 Jun 2013 20:47:17 +0900 fonts-misaki (11-20080603-13) unstable; urgency=low * debian/rules - compress with xz * debian/control - add "Pre-Depends: dpkg (>= 1.15.6~)" - bump up debhelper version to deal with xz option - replace s/Conflicts/Breaks/ to more Policy polite. * debian/compat - set 9 * debian/fonts-misaki.install,lintian* - remove un-used overrides -- Hideki Yamane Wed, 13 Jun 2012 03:34:02 +0900 fonts-misaki (11-20080603-12) unstable; urgency=low * debian/control - set "Standards-Version: 3.9.3" - add "Priority: extra" to transitional package -- Hideki Yamane Sat, 10 Mar 2012 05:48:24 +0900 fonts-misaki (11-20080603-11) unstable; urgency=low * debian/fonts-misaki.install - revert change for font install path -- Hideki Yamane Tue, 27 Sep 2011 23:23:58 +0900 fonts-misaki (11-20080603-10) unstable; urgency=low * debian/control - introduce ttf-misaki as transitional dummy package - specify version for Conflicts: and Replaces: - drop Provides: - fix Vcs-* field -- Hideki Yamane Tue, 16 Aug 2011 01:50:16 +0900 fonts-misaki (11-20080603-9) unstable; urgency=low [Christian Perrier] * Drop x-ttcidfont-conf, fontconfig et al. from Suggests [Hideki Yamane] * rename from ttf-misaki to fonts-misaki * debian/control - remove DM stuff - set "Build-Depends: debhelper (>= 7.0.50~) - set Standards-Version: 3.9.2 * remove unnecessary backup file * add lintian overrides to ignore warnings during transition -- Hideki Yamane Tue, 21 Jun 2011 05:13:29 +0900 ttf-misaki (11-20080603-8) unstable; urgency=low * Bump up Standards-Version: 3.8.3 * use debhelper7 * switch source format 3.0 (quilt) * drop defoma -- Hideki Yamane (Debian-JP) Sat, 12 Dec 2009 18:11:48 +0900 ttf-misaki (11-20080603-7) unstable; urgency=low * debian/control - fix typo, set "Suggests: fontconfig (>= 2.6.0-4)" -- Hideki Yamane (Debian-JP) Thu, 25 Jun 2009 17:41:38 +0900 ttf-misaki (11-20080603-6) unstable; urgency=low * debian/{prerm,postinst} - wrongly removed them, so add them again. * debian/rules - add missing dh_installdefoma -- Hideki Yamane (Debian-JP) Wed, 24 Jun 2009 22:53:07 +0900 ttf-misaki (11-20080603-5) unstable; urgency=low * debian/control: - Bump up Standards-Version: 3.8.2 - "Suggests: fontconfig (>= 2.6.0-4) * debian/{prerm,postinst} - remove fc-cache call -- Hideki Yamane (Debian-JP) Sun, 21 Jun 2009 23:00:20 +0900 ttf-misaki (11-20080603-4) unstable; urgency=low * debian/watch: - DEHS is great, thanks to Raphael Geissert -- Hideki Yamane (Debian-JP) Sun, 05 Apr 2009 20:46:16 +0900 ttf-misaki (11-20080603-3) unstable; urgency=low * debian/control: - new section "fonts" -- Hideki Yamane (Debian-JP) Wed, 25 Mar 2009 07:17:15 +0900 ttf-misaki (11-20080603-2) unstable; urgency=low * debian/watch: fix broken watch file. * debian/control: Bump up Standards-Version: 3.8.1 -- Hideki Yamane (Debian-JP) Sat, 14 Mar 2009 16:46:53 +0900 ttf-misaki (11-20080603-1) unstable; urgency=low * Initial release. (Closes: #518717) -- Hideki Yamane (Debian-JP) Sun, 08 Mar 2009 18:58:38 +0900 debian/control0000644000000000000000000000173012157147625010604 0ustar Source: fonts-misaki Section: fonts Priority: optional Maintainer: Debian Fonts Task Force Uploaders: Hideki Yamane Build-Depends: debhelper (>= 9.20120518~) Standards-Version: 3.9.4 Homepage: http://www.geocities.jp/littlimi/misaki.htm Vcs-Git: git://anonscm.debian.org/pkg-fonts/fonts-misaki/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fonts/fonts-misaki.git;a=summary Package: fonts-misaki Architecture: all Multi-Arch: foreign Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} Depends: ${misc:Depends} Breaks: ttf-misaki (<< 11-20080603-10) Replaces: ttf-misaki (<< 11-20080603-10) Description: Japanese Gothic and Mincho font from "Misaki" bitmap font Originally, Misaki font was created as Japanese 8x8 bitmap font for small computer PC-E500, so it was small, beautiful and easily readable font. And now, it is converted to TrueType font. . It's beta quality yet, but useful for some situation.