1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: perlftlib
Section: perl
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 3.0.5), freetype2-dev, perl (>= 5.8)
Standards-Version: 3.5.6
Package: libft-perl
Section: interpreters
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Conflicts: libfreetype-perl
Replaces: libfreetype-perl
Description: Perl module for the FreeType library
This module lets you use the FreeType library from perl.
Package: fttools
Section: utils
Architecture: all
Depends: ${perl:Depends}, libft-perl, libjcode-pm-perl
Conflicts: ftinfo, mkttfdir
Replaces: ftinfo, mkttfdir
Suggests: ttmkfdir
Description: FreeType font utilities.
mkttfdir utility generates font.dir file for TrueType font.
ftinfo utility reports TrueType font info.
.
mkttfdir only supports iso8859-1 and JIS encodings. For other font
encoding try the ttmkfdir package.
|