Source: xpm
Section: x11
Priority: optional
Maintainer: Daniel Stone <daniel.stone@nokia.com>
Build-Depends: x-build, libx11-dev
Standards-Version: 3.6.1.1

Package: libxpm4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: xlibs (<< 4.3.0)
Replaces: xlibs (<< 4.3.0)
Description: X pixmap library
 libXpm, the X pixmap library, is a set of routines used to store and retrieve
 X pixmaps (an X Window System data structure comprising a rectangular array
 of pixels) from files; the xpm file format is an extension of the monochrome
 bitmap file format in the X11 specification.  (Traditionally, libXpm was
 maintained and distributed separately from the X Window System, but XFree86
 has absorbed this library).

Package: libxpm4-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libxpm4 (= ${Source-Version}), ${misc:Depends}
Conflicts: xlibs-dbg (<< 4.3.0)
Replaces: xlibs-dbg (<< 4.3.0)
Description: X pixmap library (unstripped)
 This package is 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.  See the
 libxpm4 package for further information.

Package: libxpm-dev
Section: libdevel
Architecture: any
Depends: libxpm4 (= ${Source-Version}), libx11-dev, libc6-dev | libc-dev
Conflicts: xlibs-dev (<< 4.3.0)
Replaces: xlibs-dev (<< 4.3.0)
Description: X pixmap library development files
 Header files and a static version of the Xpm library are provided by this
 package.
 .
 See the libxpm4 package for further information.


