File: control

package info (click to toggle)
fonttools 2.3-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,880 kB
  • ctags: 1,806
  • sloc: python: 37,507; ansic: 149; makefile: 14; sh: 6
file content (29 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download
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
Source: fonttools
Section: fonts
Priority: optional
Maintainer: Paul Wise <pabs@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.4), python-all, python-all-dev, python-support, python-numpy
Standards-Version: 3.8.3
Homepage: http://sourceforge.net/projects/fonttools/

Package: fonttools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-numpy
Recommends: fonttools-eexecop (>= ${source:Version})
Description: Converts OpenType and TrueType fonts to and from XML
 FontTools/TTX is a library to manipulate font files from Python.
 It supports reading and writing of TrueType/OpenType fonts, reading
 and writing of AFM files, reading (and partially writing) of PS Type 1
 fonts.  It also contains a tool called "TTX" which converts
 TrueType/OpenType fonts to and from an XML-based format.

Package: fonttools-eexecop
Architecture: any
Enhances: fonttools
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Description: python extension to speed up fonttools
 This is an optional C implementation of part of fonttools that speeds
 up the eexec and charstring encryption algorithms as used by PostScript
 Type 1 fonts. fonttools is much faster with it, it is quite small but
 most people will be using fonttools with TrueType or OpenType fonts
 so fonttools recommends it instead of depending on it.