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
|
Source: xcb-util-errors
Section: libs
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
pkgconf,
python3:any,
libxcb1-dev,
xcb-proto,
xutils-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://gitlab.freedesktop.org/xorg/lib/libxcb-errors
Vcs-Git: https://salsa.debian.org/debian/xcb-util-errors.git
Vcs-Browser: https://salsa.debian.org/debian/xcb-util-errors
Description: Helper library for printing information about X11 errors
xcb-util-errors is a utility library that gives human readable names
to error codes and event codes and also to major and minor numbers.
.
The necessary information is drawn from xcb-proto's protocol descriptions.
.
This library is especially useful when working with extensions and is mostly
useful for debugging.
Package: libxcb-errors-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libxcb-errors0 (= ${binary:Version}),
${misc:Depends},
Description: ${source:Synopsis} (dev)
${source:Extended-Description}
.
This package contains the header and development files needed to build
software using xcb-util-errors library.
Package: libxcb-errors0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (shared library)
${source:Extended-Description}
.
This package contains the shared library files needed for software using
xcb-util-errors library.
|