File: control

package info (click to toggle)
libice 2%3A1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,320 kB
  • sloc: xml: 6,396; ansic: 6,003; sh: 4,150; makefile: 88
file content (71 lines) | stat: -rw-r--r-- 2,093 bytes parent folder | download
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
Source: libice
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
 debhelper-compat (= 12),
 quilt,
 pkg-config,
 x11proto-dev,
 xtrans-dev (>= 1.0.1),
 xutils-dev (>= 1:7.6+2),
 libbsd-dev,
Build-Depends-Indep:
 xmlto (>= 0.0.22),
 xorg-sgml-doctools (>= 1:1.8),
 w3m,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libice.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libice

Package: libice6
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
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://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libICE

Package: libice-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libice6 (= ${binary:Version}), x11proto-dev
Suggests: libice-doc
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://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libICE

Package: libice-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Replaces:
 libice-dev (<< 2:1.0.8),
Breaks:
 libice-dev (<< 2:1.0.8),
Description: documentation for the X11 ICE protocol and library
 The Inter-Client Exchange (ICE) Protocol allows for communication of data
 between X clients.
 .
 This package contains the ICE protocol specification and documentation for the
 ICE library.