File: control

package info (click to toggle)
libqb 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,796 kB
  • ctags: 2,139
  • sloc: ansic: 18,844; sh: 11,559; makefile: 359
file content (63 lines) | stat: -rw-r--r-- 2,371 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
Source: libqb
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders:
           Richard B Winters <rik@mmogp.com>,
           Ferenc Wágner <wferi@debian.org>,
           Christoph Berg <myon@debian.org>,
           Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Build-Depends:
               check,
               debhelper (>= 9),
               dh-autoreconf,
               doxygen,
               libglib2.0-dev,
               pkg-config
Build-Depends-Indep:
 graphviz,
Standards-Version: 3.9.8
Section: libs
Homepage: http://github.com/clusterlabs/libqb/wiki
Vcs-Git: https://alioth.debian.org/anonscm/git/debian-ha/libqb.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-ha/libqb.git

Package: libqb-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libqb0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Suggests: libqb-doc
Description: high performance client server features library (devel files)
 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.
 .
 This package contains libqb's development files. You will need it to develop
 applications using libqb.

Package: libqb-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: high performance client server features library (API docs)
 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.
 .
 This package contains the API documentation for libqb.

Package: libqb0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: high performance client server features library
 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.
 .
 This package contains the libqb library itself.