Source: xft
Section: devel
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 libfontconfig1-dev,
 libfreetype6-dev,
 libx11-dev (>= 2:1.3.3-2),
 libxrender-dev (>= 1:0.9.5-2),
 zlib1g-dev | libz-dev,
 quilt,
 automake,
 libtool,
 xutils-dev (>= 1:7.5+4),
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/xft
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xft.git

Package: libxft2
Section: libs
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
#Multi-Arch: same
Replaces: x11-library-libxft
Description: FreeType-based font drawing library for X
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients.  Fontconfig is used for font
 specification resolution.  Where available, the RENDER extension handles
 glyph drawing; otherwise, the core X protocol is used.

#Package: libxft2-udeb
#XC-Package-Type: udeb
#Section: debian-installer
#Architecture: any
#Depends:
# ${shlibs:Depends},
#Description: FreeType-based font drawing library for X
# This is a udeb, or a microdeb, for the debian-installer.

Package: libxft-dev
Section: libdevel
Architecture: any
Depends:
 libxft2 (= ${binary:Version}),
 libc-dev,
 libfontconfig1-dev,
 libfreetype6-dev,
 libx11-dev (>= 2:1.0.0),
 libxrender-dev,
 zlib1g-dev | libz-dev,
 ${misc:Depends},
Provides: libxft2-dev
Replaces: x11-library-libxft
Description: FreeType-based font drawing library for X (development files)
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients.  Fontconfig is used for font
 specification resolution.  Where available, the RENDER extension handles
 glyph drawing; otherwise, the core X protocol is used.
 .
 This package provides a static library and C header files.
