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