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
|
Source: libice
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>, Julien Cristau <jcristau@debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, x11proto-core-dev, xtrans-dev (>= 1.0.1-1)
Standards-Version: 3.7.2
XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libice
XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libice.git
Package: libice6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
Description: X11 Inter-Client Exchange library
This package provides the main interface to the X11 Inter-Client Exchange
library, which allows for communication of data between X clients.
.
More information about X.Org can be found at:
<URL:http://xorg.freedesktop.org>
<URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
Package: libice6-dbg
Architecture: any
Section: libdevel
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libice6 (= ${binary:Version})
Description: X11 Inter-Client Exchange library (debug package)
This package provides the main interface to the X11 Inter-Client Exchange
library, which allows for communication of data between X clients.
.
This package contains the debug versions of the library found in libice6.
Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://xorg.freedesktop.org>
<URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
Package: libice-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libice6 (= ${binary:Version}), x11proto-core-dev
Pre-Depends: x11-common (>= 1:7.0.0)
Description: X11 Inter-Client Exchange library (development headers)
This package provides the main interface to the X11 Inter-Client Exchange
library, which allows for communication of data between X clients.
.
This package contains the development headers for the library found in libice6.
Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://xorg.freedesktop.org>
<URL:http://lists.freedesktop.org/mailman/listinfo/xorg>
|