]> git.wh0rd.org - fontconfig.git/blob - debian/control
Ignore more build detritus
[fontconfig.git] / debian / control
1 Source: fontconfig
2 Section: devel
3 Priority: optional
4 Maintainer: Keith Packard <keithp@debian.org>
5 Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 4.1.76), libfreetype6-dev (>= 2.1.7), libexpat1-dev, docbook-utils (>= 0.6.13), docbook-to-man, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9)
6 Standards-Version: 3.6.1
7
8 Package: fontconfig
9 Section: utils
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, defoma (>= 0.7.0), ucf (>= 0.29), ttf-bitstream-vera | ttf-freefont | gsfonts-x11 | msttcorefonts
12 Conflicts: libfontconfig1-dev (<< 2.2.2-1)
13 Description: generic font configuration library
14 Fontconfig is a font configuration and customization library, which
15 does not depend on the X Window System. It is designed to locate
16 fonts within the system and select them according to requirements
17 specified by applications.
18 .
19 Fontconfig is not a rasterization library, nor does it impose a
20 particular rasterization library on the application. The X-specific
21 library 'Xft' uses fontconfig along with freetype to specify and
22 rasterize fonts.
23 .
24 This package contains a program to maintain the fontconfig cache
25 (fc-cache), and a sample program to list installed fonts (fc-list).
26
27 Package: fontconfig-udeb
28 Section: debian-installer
29 Architecture: any
30 Depends: libexpat1-udeb, libfreetype6-udeb, zlib1g-udeb
31 Description: generic font configuration library (shared library)
32 Fontconfig is a font configuration and customization library, which
33 does not depend on the X Window System. It is designed to locate
34 fonts within the system and select them according to requirements
35 specified by applications.
36 .
37 See the "fontconfig" package description for more information.
38
39 Package: libfontconfig1-dev
40 Section: libdevel
41 Architecture: any
42 Depends: libfontconfig1 (= ${Source-Version}), libexpat1-dev, libfreetype6-dev (>= 2.1.7), pkg-config
43 Provides: libfontconfig-dev
44 Conflicts: libfontconfig-dev, fontconfig (<< 2.1-5)
45 Description: generic font configuration library (development headers)
46 Fontconfig is a font configuration and customization library, which
47 does not depend on the X Window System. It is designed to locate
48 fonts within the system and select them according to requirements
49 specified by applications.
50 .
51 See the "fontconfig" package description for more information.
52
53 Package: libfontconfig1
54 Section: libs
55 Architecture: any
56 Depends: ${shlibs:Depends}, fontconfig
57 Description: generic font configuration library (shared library)
58 Fontconfig is a font configuration and customization library, which
59 does not depend on the X Window System. It is designed to locate
60 fonts within the system and select them according to requirements
61 specified by applications.
62 .
63 See the "fontconfig" package description for more information.
64
65 Package: libfontconfig1-dbg
66 Section: libdevel
67 Priority: extra
68 Architecture: any
69 Depends: libfontconfig1 (= ${Source-Version})
70 Description: generic font configuration library (debugging symbols)
71 Fontconfig is a font configuration and customization library, which
72 does not depend on the X Window System. It is designed to locate
73 fonts within the system and select them according to requirements
74 specified by applications.
75 .
76 This package contains the debugging symbols associated with
77 libfontconfig1. They will automatically be used by gdb for debugging
78 fontconfig-related issues.