[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#405377: marked as done (freetype1-tools: Updated Unicode.sfd with full Unicode support)



Your message dated Tue, 11 Sep 2007 02:02:02 +0000
with message-id <E1IUv4k-0000fg-Mp@ries.debian.org>
and subject line Bug#405377: fixed in freetype1 1.4pre.cvs20060210-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: freetype1-tools
Version: 1.4pre.20050518-0.5
Severity: normal


Hi!


Werner Lemberg has released an updated Unicode.sfd version almost
a year ago, which provides full Unicode support, id est Unicode
glyphs above u+FFFF up to u+10FFFF.  This is very important for
Chinese, since it covers glyphs from CJK Extension B.

With this updated version, I can build other more elaborate
Chinese fonts to be used with "latex-cjk".

You can find the file here:
http://lists.ffii.org/pipermail/cjk/2006-February/001355.html

Just rename .obj into .bz2 and bunzip2 it.


Thanks



Danai SAE-HAN
韓達耐

-- 
題目:《王充道送水仙花五十支》
作者:黃庭堅(1045-1105)

凌波仙子生塵襪,水上輕盈步微月。
是誰招此斷腸魂,種作寒花寄愁絕。
含香體素欲傾城,山礬是弟梅是兄。
坐對真成被花惱,出門一笑大江橫。


-- System Information:
Debian Release: unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'sarge-unsupported')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-tiberius
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)

Versions of packages freetype1-tools depends on:
ii  libc6                2.3.6.ds1-9         GNU C Library: Shared libraries
ii  libice6              1:1.0.1-2           X11 Inter-Client Exchange library
ii  libkpathsea4         3.0-28              path search library for teTeX (run
ii  libsm6               1:1.0.1-3           X11 Session Management library
ii  libttf2              1.4pre.20050518-0.5 FreeType 1, The FREE TrueType Font
ii  libx11-6             2:1.0.3-4           X11 client-side library

freetype1-tools recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: freetype1
Source-Version: 1.4pre.cvs20060210-1

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

freetype1-tools_1.4pre.cvs20060210-1_i386.deb
  to pool/main/f/freetype1/freetype1-tools_1.4pre.cvs20060210-1_i386.deb
freetype1_1.4pre.cvs20060210-1.diff.gz
  to pool/main/f/freetype1/freetype1_1.4pre.cvs20060210-1.diff.gz
freetype1_1.4pre.cvs20060210-1.dsc
  to pool/main/f/freetype1/freetype1_1.4pre.cvs20060210-1.dsc
freetype1_1.4pre.cvs20060210.orig.tar.gz
  to pool/main/f/freetype1/freetype1_1.4pre.cvs20060210.orig.tar.gz
libttf-dev_1.4pre.cvs20060210-1_i386.deb
  to pool/main/f/freetype1/libttf-dev_1.4pre.cvs20060210-1_i386.deb
libttf2_1.4pre.cvs20060210-1_i386.deb
  to pool/main/f/freetype1/libttf2_1.4pre.cvs20060210-1_i386.deb



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 405377@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anthony Fok <foka@debian.org> (supplier of updated freetype1 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 11 Sep 2007 08:43:02 +0800
Source: freetype1
Binary: libttf2 freetype1-tools libttf-dev
Architecture: source i386
Version: 1.4pre.cvs20060210-1
Distribution: unstable
Urgency: low
Maintainer: Anthony Fok <foka@debian.org>
Changed-By: Anthony Fok <foka@debian.org>
Description: 
 freetype1-tools - Bundled tests, demos and tools for FreeType 1
 libttf-dev - Old FreeType 1 development files (static library and headers)
 libttf2    - Old FreeType 1 TrueType font engine, shared library files
Closes: 200796 395686 405377 407204 432579
Changes: 
 freetype1 (1.4pre.cvs20060210-1) unstable; urgency=low
 .
   * Old maintainer adopting this package again.  :-)  (Closes: #432579)
   * New upstream version from CVS. Changes are in freetype1-contrib only:
      - Extended Unicode.sfd to cover characters beyond BMP (Closes: #405377)
      - Added HKSCS.sfd
   * Applied Davide Viti's patch which extends ftstrpnm for non-ASCII input.
     (Closes: #407204)
   * The binary-indep target was empty and was not listed as .PHONY.
     Fixed.  (Closes: #395686)
   * Revised package description to make it more concise and clear
     about libfreetype6-dev superceding libttf2-dev.  (Closes: #200796)
   * Acknowledged NMU patches.  Thank you very much!
   * Use dpatch to maintain patches.
   * [07_type-punned.dpatch]: Inserted intermediate (void*) cast to silence
         GCC "dereferencing type-punned pointer will break strict-aliasing
         rules" warnings.
   * [98_configure_in.dpatch]: Updated configure.{in,ac}, Makefile.in and net.m4
         for newer Autoconf.  Also changed 'test "x$CC" = xgcc' to
         'test "x$GCC" = yes'
   * [99_autogen.dpatch]: My try at a dpatch-based autogen to keep configure
         scripts up-to-date while keeping the Debian .diff.gz small.
         See /usr/share/doc/autotools-dev/README.Debian.gz for details.
   * Upgraded Standards-Version from 3.6.2 to 3.7.2.
   * Migrated from dh_movefiles to dh_install.
   * Fixed Lintian warnings:
      - W: freetype1 source: debian-rules-ignores-make-clean-error
      - W: freetype1 source: substvar-source-version-is-deprecated libttf-dev
Files: 
 36c846ed0a390efe09c93744c7934b59 804 oldlibs optional freetype1_1.4pre.cvs20060210-1.dsc
 a5301032506aa03692b95a28dc87598d 1455880 oldlibs optional freetype1_1.4pre.cvs20060210.orig.tar.gz
 265fc040187331613f2c2d172f0891f8 25908 oldlibs optional freetype1_1.4pre.cvs20060210-1.diff.gz
 4b8d4127073192e5cc076024ae3295b8 153002 oldlibs optional libttf2_1.4pre.cvs20060210-1_i386.deb
 9149874ded4c8642bccebf87b799798c 462392 oldlibs extra libttf-dev_1.4pre.cvs20060210-1_i386.deb
 7080e1ea4bd10943508bc08fbb636731 493400 utils optional freetype1-tools_1.4pre.cvs20060210-1_i386.deb

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

iD8DBQFG5eb1La8qZm1n95ARAp1HAJ9Ca9uB6d+RslSBOqwaja4mguHy5QCcCNPz
8GNCdTGthsy9z8oKnfk7NFc=
=av2U
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: