1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: libxres
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>, Cyril Brulebois <kibi@debian.org>
Build-Depends:
dpkg-dev (>= 1.16.1),
debhelper (>= 8.1.3),
libx11-dev (>= 1:0.99.2),
libxext-dev (>= 1:0.99.1),
x11proto-resource-dev,
x11proto-xext-dev,
pkg-config,
quilt,
automake,
libtool,
xutils-dev (>= 1:7.5+4),
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
Package: libxres1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: X11 Resource extension library
libXRes provides an X Window System client interface to the Resource
extension to the X protocol.
.
The Resource extension allows for X clients to see and monitor the X resource
usage of various clients (pixmaps, et al).
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXRes
Package: libxres1-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${binary:Version})
Description: X11 Resource extension library (debug package)
libXRes provides an X Window System client interface to the Resource
extension to the X protocol.
.
The Resource extension allows for X clients to see and monitor the X resource
usage of various clients (pixmaps, et al).
.
This package contains the debug versions of the library found in libxres1.
Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXRes
Package: libxres-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxres1 (= ${binary:Version}), libx11-dev, libxext-dev, x11proto-resource-dev
Conflicts: x11proto-resource-dev (<< 1.0+cvs.20050712-1)
Description: X11 Resource extension library (development headers)
libXRes provides an X Window System client interface to the Resource
extension to the X protocol.
.
The Resource extension allows for X clients to see and monitor the X resource
usage of various clients (pixmaps, et al).
.
This package contains the development headers for the library found in
libxres1. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXRes
|