pixman/debian/control
2007-05-28 19:33:55 +02:00

36 lines
1.2 KiB
Plaintext

Source: pixman
Section: devel
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Julien Cristau <jcristau@debian.org>
Build-Depends: quilt, debhelper
Standards-Version: 3.7.2
Package: libpixman0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: pixel-manipulation library for X and cairo
A library for manipulating pixel regions -- a set of Y-X banded
rectangles, image compositing using the Porter/Duff model
and implicit mask generation for geometric primitives including
trapezoids, triangles, and rectangles.
Package: libpixman0-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libpixman0 (= ${binary:Version})
Description: pixel-manipulation library for X and cairo (debugging symbols)
Debugging symbols for the Cairo pixel manipulation library. This is
needed to debug programs linked against libpixman0.
Package: libpixman-dev
Section: libdevel
Architecture: any
Depends: libpixman0 (= ${binary:Version})
Conflicts: libpixman1-dev
Description: pixel-manipulation library for X and cairo (development files)
Development libraries, header files and documentation needed by
programs that want to compile with the Cairo pixman library.