--- xft.old/debian/xcontrol Sat Jun 14 22:41:06 2008 +++ /opt/emdebian/trunk/x/xft/trunk/xft-2.1.12/debian/xcontrol Sat Jun 14 22:41:02 2008 @@ -0,0 +1,57 @@ +Source: xft +Section: devel +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: David Nusinow , Andres Salomon , Julien Cristau +Build-Depends: libfontconfig1-dev, libfreetype6-dev, libx11-dev, libxrender-dev, zlib1g-dev | libz-dev, x11-common +Build-Depends-Tools: debhelper (>= 5.0.0), quilt +Standards-Version: 3.7.3 +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} +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-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libxft2 (= ${binary:Version}), ${shlibs:Depends} +Description: FreeType-based font drawing library for X (unstripped) + 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 an unstripped shared object with debugging symbols, + useful to provide a backtrace with symbol names in a debugger; this + facilitates interpretation of core dumps, and aids in finding logic errors in + programs using this library (or the library itself). The library is + installed in /usr/lib/debug and can be used by placing that directory in the + LD_LIBRARY_PATH environment variable when the code to be debugged is + executed. Non-programmers will likely have little use for this package, and + should use libxft2 instead. + +Package: libxft-dev +Section: libdevel +Architecture: any +Depends: libxft2 (= ${binary:Version}), libc6-dev | libc-dev, libfontconfig1-dev, libfreetype6-dev, libx11-dev (>= 2:1.0.0), libxrender-dev, zlib1g-dev | libz-dev +Conflicts: libxft2-dev, xlibs-dev (<< 4.3.0) +Provides: libxft2-dev +Pre-Depends: x11-common (>= 1:7.0.0) +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. + +