File: control

package info (click to toggle)
ttfautohint 1.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,120 kB
  • sloc: ansic: 42,761; sh: 5,584; cpp: 4,222; perl: 340; javascript: 78; sed: 52; makefile: 34
file content (61 lines) | stat: -rw-r--r-- 2,353 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: ttfautohint
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
 qt5-qmake, qtbase5-dev, qtchooser,
 bison, flex,
 libfreetype-dev,
 pkgconf,
 libharfbuzz-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/fonts-team/ttfautohint.git
Vcs-Browser: https://salsa.debian.org/fonts-team/ttfautohint
Homepage: https://www.freetype.org/ttfautohint/

Package: libttfautohint1t64
Provides: ${t64:Provides}
Replaces: libttfautohint1
Breaks: libttfautohint1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
 ${shlibs:Depends}
Description: Automatic font hinter - library
 This project provides a library which takes a TrueType font as the input,
 removes its bytecode instructions (if any), and returns a new font where all
 glyphs are bytecode hinted using the information given by FreeType's
 autohinting module. The idea is to provide the excellent quality of the
 autohinter on platforms which don't use FreeType.
 .
 This package provides a ttfautohint library.

Package: libttfautohint-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
 libttfautohint1t64 (= ${binary:Version})
Description: Automatic font hinter - development files
 This project provides a library which takes a TrueType font as the input,
 removes its bytecode instructions (if any), and returns a new font where all
 glyphs are bytecode hinted using the information given by FreeType's
 autohinting module. The idea is to provide the excellent quality of the
 autohinter on platforms which don't use FreeType.
 .
 This package provides ttfautohint library development files.

Package: ttfautohint
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libttfautohint1t64 (= ${binary:Version})
Description: Automatic font hinter
 This project provides a library which takes a TrueType font as the input,
 removes its bytecode instructions (if any), and returns a new font where all
 glyphs are bytecode hinted using the information given by FreeType's
 autohinting module. The idea is to provide the excellent quality of the
 autohinter on platforms which don't use FreeType.
 .
 This includes a cli and a gui version of the tool.