]> git.wh0rd.org - fontconfig.git/blob - debian/control
Move fontconfig source package to libs as per override
[fontconfig.git] / debian / control
1 Source: fontconfig
2 Section: libs
3 Priority: optional
4 Maintainer: Keith Packard <keithp@debian.org>
5 Uploaders: Keith Packard <keithp@debian.org>, Josselin Mouette <joss@debian.org>
6 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)
7 Standards-Version: 3.6.1
8
9 Package: fontconfig
10 Section: utils
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, defoma (>= 0.7.0), ucf (>= 0.29), ttf-bitstream-vera | ttf-freefont | gsfonts-x11 | msttcorefonts
13 Conflicts: libfontconfig1-dev (<< 2.2.2-1)
14 Description: 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
28 Package: fontconfig-udeb
29 Section: debian-installer
30 Architecture: any
31 Depends: libexpat1-udeb, libfreetype6-udeb, zlib1g-udeb
32 Description: 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
40 Package: libfontconfig1-dev
41 Section: libdevel
42 Architecture: any
43 Depends: libfontconfig1 (= ${Source-Version}), libexpat1-dev, libfreetype6-dev (>= 2.1.7), pkg-config
44 Provides: libfontconfig-dev
45 Conflicts: libfontconfig-dev, fontconfig (<< 2.1-5)
46 Description: 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
54 Package: libfontconfig1
55 Section: libs
56 Architecture: any
57 Depends: ${shlibs:Depends}, fontconfig
58 Description: 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
66 Package: libfontconfig1-dbg
67 Section: libdevel
68 Priority: extra
69 Architecture: any
70 Depends: libfontconfig1 (= ${Source-Version})
71 Description: 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.