File: control

package info (click to toggle)
riemann-c-client 1.10.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 528 kB
  • sloc: ansic: 4,059; makefile: 122; sh: 35
file content (54 lines) | stat: -rw-r--r-- 2,103 bytes parent folder | download | duplicates (3)
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
Source: riemann-c-client
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10~),
               pkg-config,
               protobuf-c-compiler, libprotobuf-c-dev,
               libjson-c-dev,
               libgnutls28-dev (>= 3.3.0~),
               check
Standards-Version: 4.2.1
Section: libs
Homepage: https://git.madhouse-project.org/algernon/riemann-c-client
Vcs-Git:  https://git.madhouse-project.org/algernon/riemann-c-client.git -b debian/master
Vcs-Browser: https://git.madhouse-project.org/algernon/riemann-c-client/src/branch/debian/master

Package: libriemann-client0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C language client library for the Riemann event stream processor
 Riemann is a network event stream processor, intended for analyitics,
 metrics and alerting; and to glue various monitoring systems together.
 .
 This library provides a C language client, with a simple but
 convenient API, to connect to Riemann, send events and run queries
 against it.

Package: libriemann-client-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libriemann-client0 (= ${binary:Version}), libprotobuf-c-dev,
         ${misc:Depends}
Description: Development files for the Riemann C client library
 The riemann-c-client library provides a C language client, with a
 simple but convenient API, to connect to Riemann, send events and run
 queries against it
 .
 This package is needed to compile programs linked against
 librliemann-client0, as only this includes the header files and
 static libraries needed for compiling.

Package: riemann-c-client
Section: net
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Client utility for the Riemann event stream processor
 Riemann is a network event stream processor, intended for analyitics,
 metrics and alerting; and to glue various monitoring systems together.
 .
 This package provides a simple utility to send events to, or query a
 Riemann server.