Source: libxpm
Section: x11
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
XSBC-Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends: debhelper (>= 10),
               libx11-dev,
               libxext-dev,
               libxt-dev,
               ncompress <!nocheck>,
               pkg-config,
               quilt,
               x11proto-dev,
               xutils-dev
Standards-Version: 3.9.8
Homepage: https://www.x.org
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxpm.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxpm

Package: libxpm4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: X11 pixmap library
 The X PixMap image format is an extension of the monochrome X BitMap
 format specified in the X protocol, and is commonly used in traditional
 X applications.
 .
 This package provides runtime support for XPM format.

Package: libxpm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libx11-dev,
         libxpm4 (= ${binary:Version}),
         x11proto-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: X11 pixmap library (development headers)
 The X PixMap image format is an extension of the monochrome X BitMap
 format specified in the X protocol, and is commonly used in traditional
 X applications.
 .
 This package contains the development headers for the libxpm4 library.
 Non-developers likely have little use for this package.

Package: xpmutils
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: X11 pixmap utilities
 The X PixMap image format is an extension of the monochrome X BitMap
 format specified in the X protocol, and is commonly used in traditional
 X applications.
 .
 This package provides two tools: cxpm (to check the integrity of an
 XPM file) and sxpm (to view XPM files).
