Source: xrender
Section: x11
Priority: optional
Maintainer: Branden Robinson <branden@debian.org>
Build-Depends: debhelper (>= 4.0.0), xlibs-dev (>> 4.3.0)
Standards-Version: 3.5.9

Package: libxrender1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, xlibs (>> 4.3.0)
Description: X Rendering Extension client library
 The X Rendering Extension (Render) introduces digital image composition as
 the foundation of a new rendering model within the X Window System.
 Rendering geometric figures is accomplished by client-side tesselation into
 either triangles or trapezoids.  Text is drawn by loading glyphs into the
 server and rendering sets of them.  The Xrender library exposes this
 extension to X clients.
 .
 This package contains the Xrender shared library.

Package: libxrender1-dbg
Section: libdevel
Architecture: any
Depends: libxrender1 (= ${Source-Version}), ${shlibs:Depends}, xlibs-dbg (>> 4.3.0)
Description: X Rendering Extension client library (unstripped)
 The X Rendering Extension (Render) introduces digital image composition as
 the foundation of a new rendering model within the X Window System.
 Rendering geometric figures is accomplished by client-side tesselation into
 either triangles or trapezoids.  Text is drawn by loading glyphs into the
 server and rendering sets of them.  The Xrender library exposes this
 extension to X clients.
 .
 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/X11R6/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 libxrender1 instead.

Package: libxrender-dev
Section: libdevel
Architecture: any
Depends: libxrender1 (= ${Source-Version}), libc6-dev | libc-dev, xlibs-dev (>> 4.3.0)
Description: X Rendering Extension client library (development files)
 The X Rendering Extension (Render) introduces digital image composition as
 the foundation of a new rendering model within the X Window System.
 Rendering geometric figures is accomplished by client-side tesselation into
 either triangles or trapezoids.  Text is drawn by loading glyphs into the
 server and rendering sets of them.  The Xrender library exposes this
 extension to X clients.
 .
 This package contains the Xrender library's header files and a static object.
