Your message dated Fri, 15 Aug 2008 07:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#485431: fixed in ttf-kochi 1.0.20030809-5
has caused the Debian Bug report #485431,
regarding ttf-kochi: Please support alternative to ttf-japanese-gothic.ttf and 
ttf-japanese-mincho.ttf
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.)


-- 
485431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485431
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ttf-kochi
Severity: minor
Tags: patch

We Japanese Font pakcage maintainers devised the policy of the Japanese font[0].
And registered this as Debian policy.
Please support it.

Best regards,
 Nobuhiro

[0]: http://wiki.debian.org/Fonts/JapanesefontpkgProposal

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Nobuhiro Iwamatsu
diff --git a/ttf-kochi-1.0.20030809/debian/control b/ttf-kochi-1.0.20030809/debian/control
index 9f4a772..42bbafa 100644
--- a/ttf-kochi-1.0.20030809/debian/control
+++ b/ttf-kochi-1.0.20030809/debian/control
@@ -2,15 +2,14 @@ Source: ttf-kochi
 Section: x11
 Priority: optional
 Maintainer: GOTO Masanori <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), bzip2
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>> 5.0.0), bzip2
+Standards-Version: 3.7.3
 
 Package: ttf-kochi-mincho
 Architecture: all
 Depends: defoma
 Suggests: ttf-kochi-gothic | ttf-kochi-gothic-naga10, x-ttcidfont-conf, xserver-xorg | xfs-xtt (>> 1:1.3.0.1-3) | xfs (>= 4.0.2-1)
-Conflicts: ttf-kochi-mincho-naga10
-Provides: ttf-kochi-mincho-naga10
+Provides: ttf-kochi-mincho-naga10, ttf-japanese-mincho
 Description: Kochi Subst Mincho Japanese TrueType font without naga10
  ttf-kochi-mincho is high quality, Japanese mincho TrueType font.
  It does not include naga10 font, so it's DFSG-free.
@@ -25,8 +24,7 @@ Package: ttf-kochi-gothic
 Architecture: all
 Depends: defoma
 Suggests: ttf-kochi-mincho | ttf-kochi-mincho-naga10, x-ttcidfont-conf, xserver-xorg | xfs-xtt (>> 1:1.3.0.1-3) | xfs (>= 4.0.2-1)
-Conflicts: ttf-kochi-gothic-naga10
-Provides: ttf-kochi-gothic-naga10
+Provides: ttf-kochi-gothic-naga10, ttf-japanese-gothic
 Description: Kochi Subst Gothic Japanese TrueType font without naga10
  ttf-kochi-gothic is high quality, Japanese gothic TrueType font.
  It does not include naga10 font, so it's DFSG-free.
diff --git a/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.postinst b/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.postinst
index e2abd24..cd79c0b 100644
--- a/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.postinst
+++ b/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.postinst
@@ -2,12 +2,27 @@
 # postinst script for ttf-kochi-naga10
 #
 # see: dh_installdeb(1)
+#
+# Add support alternatives by Nobuhiro Iwamatsu
 
 set -e
 
 PACKAGE_NAME=ttf-kochi-gothic
 DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
 
+# font alternatives
+ALT_NAME="ttf-japanese-gothic.ttf"
+FONT_ENTRY="/usr/share/fonts/truetype/kochi/kochi-gothic.ttf"
+
+add_font_entry ()
+{
+	update-alternatives --install \
+	/usr/share/fonts/truetype/ttf-japanese-gothic.ttf \
+	$ALT_NAME \
+	$FONT_ENTRY \
+	20
+}
+
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>
@@ -31,6 +46,9 @@ case "$1" in
 
         /usr/bin/defoma-font -vt reregister-all $DEFOMA_HINTS_FILE
 
+	# alternatives
+	add_font_entry
+
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.prerm b/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.prerm
index 7500170..81870d5 100644
--- a/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.prerm
+++ b/ttf-kochi-1.0.20030809/debian/ttf-kochi-gothic.prerm
@@ -2,12 +2,18 @@
 # prerm script for ttf-kochi-naga10
 #
 # see: dh_installdeb(1)
+#
+# Add support alternatives by Nobuhiro Iwamatsu
 
 set -e
 
 PACKAGE_NAME=ttf-kochi-gothic
 DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
 
+# font alternatives
+ALT_NAME="ttf-japanese-gothic.ttf"
+FONT_ENTRY="/usr/share/fonts/truetype/kochi/kochi-gothic.ttf"
+
 # summary of how this script can be called:
 #        * <prerm> `remove'
 #        * <old-prerm> `upgrade' <new-version>
@@ -21,11 +27,16 @@ DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
 
 
 case "$1" in
-    remove|upgrade|deconfigure)
+    upgrade|deconfigure)
 #       install-info --quiet --remove /usr/info/ttf-kochi-naga10.info.gz
 
         /usr/bin/defoma-font -vt purge-all $DEFOMA_HINTS_FILE
+	;;
+
+    remove)
+        /usr/bin/defoma-font -vt purge-all $DEFOMA_HINTS_FILE
 
+	update-alternatives --remove $ALT_NAME $FONT_ENTRY
         ;;
     failed-upgrade)
         ;;
diff --git a/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.postinst b/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.postinst
index 9f775bd..04db777 100644
--- a/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.postinst
+++ b/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.postinst
@@ -2,12 +2,27 @@
 # postinst script for ttf-kochi-naga10
 #
 # see: dh_installdeb(1)
+#
+# Add support alternatives by Nobuhiro Iwamatsu
 
 set -e
 
 PACKAGE_NAME=ttf-kochi-mincho
 DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
 
+# font alternatives
+ALT_NAME="ttf-japanese-mincho.ttf"
+FONT_ENTRY="/usr/share/fonts/truetype/kochi/kochi-mincho.ttf"
+
+add_font_entry ()
+{
+	update-alternatives --install \
+	/usr/share/fonts/truetype/ttf-japanese-mincho.ttf \
+	$ALT_NAME \
+	$FONT_ENTRY \
+	20
+}
+
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>
@@ -31,6 +46,9 @@ case "$1" in
 
         /usr/bin/defoma-font -vt reregister-all $DEFOMA_HINTS_FILE
 
+	# alternatives
+	add_font_entry
+
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.prerm b/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.prerm
index 3217839..67820a3 100644
--- a/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.prerm
+++ b/ttf-kochi-1.0.20030809/debian/ttf-kochi-mincho.prerm
@@ -2,12 +2,18 @@
 # prerm script for ttf-kochi-naga10
 #
 # see: dh_installdeb(1)
+#
+# Add support alternatives by Nobuhiro Iwamatsu
 
 set -e
 
 PACKAGE_NAME=ttf-kochi-mincho
 DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
 
+# font alternatives
+ALT_NAME="ttf-japanese-mincho.ttf"
+FONT_ENTRY="/usr/share/fonts/truetype/kochi/kochi-mincho.ttf"
+
 # summary of how this script can be called:
 #        * <prerm> `remove'
 #        * <old-prerm> `upgrade' <new-version>
@@ -21,11 +27,16 @@ DEFOMA_HINTS_FILE=/etc/defoma/hints/$PACKAGE_NAME.hints
 
 
 case "$1" in
-    remove|upgrade|deconfigure)
+    upgrade|deconfigure)
 #       install-info --quiet --remove /usr/info/ttf-kochi-naga10.info.gz
 
         /usr/bin/defoma-font -vt purge-all $DEFOMA_HINTS_FILE
+	;;
 
+    remove)
+        /usr/bin/defoma-font -vt purge-all $DEFOMA_HINTS_FILE
+        # alternatives
+	update-alternatives --remove $ALT_NAME $FONT_ENTRY
         ;;
     failed-upgrade)
         ;;

--- End Message ---
--- Begin Message ---
Source: ttf-kochi
Source-Version: 1.0.20030809-5

We believe that the bug you reported is fixed in the latest version of
ttf-kochi, which is due to be installed in the Debian FTP archive:

ttf-kochi-gothic_1.0.20030809-5_all.deb
  to pool/main/t/ttf-kochi/ttf-kochi-gothic_1.0.20030809-5_all.deb
ttf-kochi-mincho_1.0.20030809-5_all.deb
  to pool/main/t/ttf-kochi/ttf-kochi-mincho_1.0.20030809-5_all.deb
ttf-kochi_1.0.20030809-5.diff.gz
  to pool/main/t/ttf-kochi/ttf-kochi_1.0.20030809-5.diff.gz
ttf-kochi_1.0.20030809-5.dsc
  to pool/main/t/ttf-kochi/ttf-kochi_1.0.20030809-5.dsc



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.
Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]> (supplier of updated ttf-kochi 
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: SHA1

Format: 1.8
Date: Fri, 15 Aug 2008 09:12:26 +0900
Source: ttf-kochi
Binary: ttf-kochi-mincho ttf-kochi-gothic
Architecture: source all
Version: 1.0.20030809-5
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <[EMAIL PROTECTED]>
Changed-By: Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]>
Description: 
 ttf-kochi-gothic - Kochi Subst Gothic Japanese TrueType font without naga10
 ttf-kochi-mincho - Kochi Subst Mincho Japanese TrueType font without naga10
Closes: 485431
Changes: 
 ttf-kochi (1.0.20030809-5) unstable; urgency=low
 .
   * NMU with maintainer (gotom) Ack. (I asked him to upload and get Okay at
     last month, but recently he is busy for his work or so... oh no ;-)
   * debian/control
     - Bump up Standard version 3.8.0.
     - add "Homepage:" line
     - add "DM-Upload-Allowed: yes"
     - add "Uploaders: Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]>"
     - remove Suggests: xfs-xtt (>> 1:1.3.0.1-3), it is obsolete.
     - add "Provides: ttf-japanese-gothic and ttf-japanese-mincho"
     - set Build-Depends: debhelper (>= 5.0.0)
     - set Build-Depends-Indep: bzip2, defoma
   * debian/compat
     - set 5
   * debian/rules
     - rewrite to use dh_installdefoma and set alternatives
   * update debian/ttf-kochi-{mincho,gothic}.postinst and
     debian/ttf-kochi-{mincho,gothic}.prerm
   * support alternatives to ttf-japanese-gothic.ttf and ttf-japanese-mincho.ttf
     (Closes: #485431)
   * debian/copyright
     - convert to UTF-8 and add copyright holders' name.
   * use debian/ttf-kochi-{gothic,mincho}.defoma-hints
     - add "CIDSupplement = 0"
Checksums-Sha1: 
 d07b579d11edacf99fda20986f38860dc75bc151 1199 ttf-kochi_1.0.20030809-5.dsc
 9e010c8f77aa07143de84cd212609d29812888c7 6779 ttf-kochi_1.0.20030809-5.diff.gz
 781da087f2a0a12200965a0ddb58ffe6255c1c76 5383544 
ttf-kochi-mincho_1.0.20030809-5_all.deb
 307c7b181b0252605b2fa6410802826cf556a448 4574356 
ttf-kochi-gothic_1.0.20030809-5_all.deb
Checksums-Sha256: 
 1be3d19333cf3f5e7a53662cbea666ad381214786622bb2d5e237f8232791fb9 1199 
ttf-kochi_1.0.20030809-5.dsc
 532c5fd1ed7015a1df5716738b0efaee7dc2f44de11c350e3d145b77b628f86f 6779 
ttf-kochi_1.0.20030809-5.diff.gz
 88b990c53892f6ff378414053df480d4a1d3efc4018cd5d3ca5e840e237c8675 5383544 
ttf-kochi-mincho_1.0.20030809-5_all.deb
 e9a7f22bc728483e3a43f52c7a786467f46eb8e46b57b184888cb372e1f4c156 4574356 
ttf-kochi-gothic_1.0.20030809-5_all.deb
Files: 
 209d09ad0e282caa44b3b7128fefc5c7 1199 x11 optional ttf-kochi_1.0.20030809-5.dsc
 e9c1bd18ba713724523dbcaa5d67583f 6779 x11 optional 
ttf-kochi_1.0.20030809-5.diff.gz
 547bbf2a5b8720f327e4bd39d75d8163 5383544 x11 optional 
ttf-kochi-mincho_1.0.20030809-5_all.deb
 f5ea3834c0d925565ea34b756f29e2bf 4574356 x11 optional 
ttf-kochi-gothic_1.0.20030809-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkilJYEACgkQQKW+7XLQPLEhRwCdFQOr2OFds4J9f1/gnPHVW9XD
D3UAoMlBqs6utzDdFqcSPA4TYv1CvBJm
=9QKn
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to