Description: Upstream changes introduced in version 11-20080603-8
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 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
 .
 The person named in the Author field signed this changelog entry.
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/docs
@@ -0,0 +1,2 @@
+msk_b11.txt
+msk_ttf.txt
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/control
@@ -0,0 +1,22 @@
+Source: ttf-misaki
+Section: fonts
+Priority: optional
+Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
+Uploaders: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: defoma
+Standards-Version: 3.8.2
+Homepage: http://www.geocities.jp/littlimi/misaki.htm
+Vcs-Svn: svn://svn.debian.org/pkg-fonts/packages/ttf-misaki/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-fonts/packages/ttf-misaki/
+
+Package: ttf-misaki
+Architecture: all
+Suggests: x-ttcidfont-conf, xserver-xorg | xfs (>= 1:1.0.1-5), fontconfig (>= 2.6.0-4)
+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.
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/ttf-misaki.prerm
@@ -0,0 +1,23 @@
+#! /bin/sh -e
+
+case "$1" in
+    upgrade|deconfigure)
+	;;
+    remove) 
+        ;;
+    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
+
+
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Hideki Yamane (Debian-JP) <henrich@debian.or.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 <num_kadoma _atmark_ yahoo.co.jp>
+
+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) <henrich@debian.or.jp> and
+is licensed under the same license as upstream.
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/dirs
@@ -0,0 +1,3 @@
+usr/share/fonts/truetype/misaki
+etc/defoma/hints
+
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/ttf-misaki.postinst
@@ -0,0 +1,26 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+    ;;
+
+    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
+
+
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/changelog
@@ -0,0 +1,52 @@
+ttf-misaki (11-20080603-7) unstable; urgency=low
+
+  * debian/control
+    - fix typo, set "Suggests: fontconfig (>= 2.6.0-4)"
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.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) <henrich@debian.or.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) <henrich@debian.or.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 <atomo64+debian@gmail.com>
+
+ -- Hideki Yamane (Debian-JP) <henrich@debian.or.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) <henrich@debian.or.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) <henrich@debian.or.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) <henrich@debian.or.jp>  Sun, 08 Mar 2009 18:58:38 +0900
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/ttf-misaki.defoma-hints
@@ -0,0 +1,42 @@
+category truetype
+begin /usr/share/fonts/truetype/misaki/misaki.ttf
+  Family = Misaki Gothic
+  FontName = MisakiGothic
+  Encoding = Unicode
+  Location = Japanese
+  Charset = JISX0212 JISX0208 JISX0201 ISO8859-1 ISO10646-1
+  GeneralFamily = Gothic
+  Weight = Book 
+  Width = Variable
+  Shape = NoSerif Upright
+  Priority = 50
+  X-Foundry = Misaki
+  X-Family = gothic
+  X-Weight = book
+  X-Slant = r
+  X-Spacing = c m p
+  Transform = Slant Boldize
+  TTCap = halfwidth-bw=0.5
+  CIDSupplement = 0
+end
+category truetype
+begin /usr/share/fonts/truetype/misaki/misakimn.ttf
+  Family = Misaki Mincho
+  FontName = MisakiMincho
+  Encoding = Unicode
+  Location = Japanese
+  Charset = JISX0212 JISX0208 JISX0201 ISO8859-1 ISO10646-1
+  GeneralFamily = Mincho
+  Weight = Book
+  Width = Variable
+  Shape = NoSerif Upright
+  Priority = 50
+  X-Foundry = misaki
+  X-Family = mincho
+  X-Weight = book
+  X-Slant = r
+  X-Spacing = c m p
+  Transform = Slant Boldize
+  TTCap = halfwidth-bw=0.5
+  CIDSupplement = 0
+end
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/prerm
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    remove|upgrade|deconfigure)
+    ;;
+
+    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
+
+
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/watch
@@ -0,0 +1,6 @@
+# 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
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/rules
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+FONTNAME=misaki
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp  
+	dh_testdir
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep  
+	dh_installdirs
+
+	install -m 0644 $(CURDIR)/misaki*.ttf \
+          $(CURDIR)/debian/ttf-misaki/usr/share/fonts/truetype/misaki/
+
+
+# Build architecture-independent files here.
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installdefoma -pttf-$(FONTNAME)
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/compat
@@ -0,0 +1 @@
+7
--- /dev/null
+++ ttf-misaki-11-20080603/debian.bak/postinst
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+    ;;
+
+    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
+
+
