File: control

package info (click to toggle)
bernhard 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 251; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,115 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
Source: bernhard
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 12), dh-python,
               protobuf-compiler,
               python3-all,
               python3-protobuf,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/banjiewen/bernhard.git
Vcs-Git: https://salsa.debian.org/python-team/modules/bernhard.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/bernhard
Testsuite: autopkgtest-pkg-python

Package: python3-bernhard
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: bernhard
Description: client for the Riemann event stream processor - Python 3.X
 Riemann aggregates events from your servers and applications with a
 powerful stream processing language. This package provides a Python
 client for Riemann. It supports UDP, TCP and TLS transports.
 .
 This package contains the module for Python 3.