Source: libotf
Section: libs
Priority: optional
Maintainer: Harshula Jayasuriya <harshula@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libtool, libfreetype6-dev, zlib1g-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev
Standards-Version: 3.9.6
Homepage: http://www.nongnu.org/m17n/
Vcs-Git: git://anonscm.debian.org/pkg-ime/libotf.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/libotf.git

Package: libotf0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for handling OpenType Font - runtime
 The libotf library provides the following facilities:
  - Read Open Type Layout Tables from OTF file.  Currently these
    tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
  - Convert a Unicode character sequence to a glyph code sequence by
    using the above tables.
 .
 The combination of libotf and the FreeType library (Ver.2) realizes
 CTL (complex text layout) by OpenType fonts.
 .
 This package contains the runtime part of libotf.

Package: libotf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libotf0 (= ${binary:Version}), pkg-config
Description: Library for handling OpenType Font - development
 The libotf library provides the following facilities:
  - Read Open Type Layout Tables from OTF file.  Currently these
    tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
  - Convert a Unicode character sequence to a glyph code sequence by
    using the above tables.
 .
 The combination of libotf and the FreeType library (Ver.2) realizes
 CTL (complex text layout) by OpenType fonts.
 .
 This package contains the header and development files needed to build
 programs and packages using libotf.

Package: libotf0-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libotf0 (= ${binary:Version})
Description: libotf libraries and debugging symbols
 The libotf library provides the following facilities:
  - Read Open Type Layout Tables from OTF file.  Currently these
    tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
  - Convert a Unicode character sequence to a glyph code sequence by
    using the above tables.
 .
 The combination of libotf and the FreeType library (Ver.2) realizes
 CTL (complex text layout) by OpenType fonts.
 .
 This package contains unstripped shared libraries. it is provided
 primarily to provide a backtrace with names in a debugger, this makes
 it somewhat easier to interpret core dumps.  The libraries are installed
 in /usr/lib/debug and can be used by placing that directory in
 LD_LIBRARY_PATH.
 Most people will not need this package.

Package: libotf-bin
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: otf-trace
Description: Library for handling OpenType Font - utilities
 The libotf library provides the following facilities:
  - Read Open Type Layout Tables from OTF file.  Currently these
    tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
  - Convert a Unicode character sequence to a glyph code sequence by
    using the above tables.
 .
 The combination of libotf and the FreeType library (Ver.2) realizes
 CTL (complex text layout) by OpenType fonts.
 .
 This package contains the support utilities of libotf.

