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
|
Source: libqb
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
Uploaders:
Ferenc Wágner <wferi@debian.org>,
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Build-Depends:
check,
debhelper-compat (= 13),
doxygen,
libglib2.0-dev,
libsystemd-dev [linux-any],
libxml2-dev,
pkgconf,
# for resources.test:
procps,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: libs
Homepage: https://github.com/clusterlabs/libqb/wiki
Vcs-Git: https://salsa.debian.org/ha-team/libqb.git
Vcs-Browser: https://salsa.debian.org/ha-team/libqb
X-Common-Description: libqb provides a set of high performance client-server
reusable features. It offers high performance logging, tracing, IPC and poll.
Its initial features were spun off the Corosync cluster communication suite
to make them accessible for other projects.
Package: doxygen2man
Architecture: any
Multi-Arch: no
Depends:
${misc:Depends},
${shlibs:Depends},
Section: devel
Description: generate man pages from Doxygen XML files
This is a tool to generate API manpages from a doxygen-annotated
header files. First run doxygen on the header files and then run this
program against the main XML file it created and the directory
containing the ancilliary files. It will then output a lot of *.3 man
page files which you can then ship with your library.
Package: libqb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libqb100 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: high performance client server features library (devel files)
${S:X-Common-Description}
.
This package contains libqb's development files. You will need it to develop
applications using libqb.
Package: libqb-tools
Architecture: any
Multi-Arch: no
Depends:
${misc:Depends},
${shlibs:Depends},
Section: devel
Description: high performance client server features library (tools)
${S:X-Common-Description}
.
This package contains the qb-blackbox utility, which prints out the
logs that were recorded using the libqb blackbox mechanism.
Package: libqb100
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: high performance client server features library
${S:X-Common-Description}
.
This package contains the libqb library itself.
|