File: control

package info (click to toggle)
xcb-util 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,840 kB
  • sloc: sh: 4,368; ansic: 789; makefile: 34
file content (81 lines) | stat: -rw-r--r-- 2,539 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
72
73
74
75
76
77
78
79
80
81
Source: xcb-util
Section: libdevel
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Arnaud Fontaine <arnau@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libxcb1-dev (>= 1.6),
 gperf,
 pkgconf,
 xutils-dev,
Standards-Version: 4.5.1
Homepage: http://xcb.freedesktop.org
Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util.git

Package: libxcb-util1
Section: libs
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Multi-Arch: same
Description: utility libraries for X C Binding -- atom, aux and event
 This package contains the library files needed to run software using
 libxcb-util.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.

Package: libxcb-util-dev
Conflicts:
 libxcb-atom1-dev,
 libxcb-aux0-dev,
 libxcb-event1-dev,
 libxcb-reply1-dev,
 libxcb-property1-dev
Breaks:
 libxcb-util0-dev (<< 0.4.0-1)
Replaces:
 libxcb-atom1-dev,
 libxcb-aux0-dev,
 libxcb-event1-dev,
 libxcb-reply1-dev,
 libxcb-property1-dev,
 libxcb-util0-dev (<< 0.4.0-1)
Architecture: any
Depends:
 libxcb-util1 (= ${binary:Version}),
 libxcb1-dev,
 ${misc:Depends}
Multi-Arch: same
Description: utility libraries for X C Binding -- atom, aux and event
 This package contains the header and library files needed to build software
 using libxcb-util.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.

Package: libxcb-util0-dev
Section: oldlibs
Architecture: any
Depends:
 libxcb-util-dev (= ${binary:Version}),
 ${misc:Depends}
Multi-Arch: same
Description: dummy transitional package for utility libraries for X C Binding
 This is a transitional dummy package for libxcb-util0-dev to
 libxcb-util-dev migration.
 .
 This package can be safely removed.