File: control

package info (click to toggle)
python-protobix 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 368 kB
  • ctags: 248
  • sloc: python: 2,320; sql: 35; sh: 32; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,602 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
Source: python-protobix
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jean Baptiste Favre <debian@jbfavre.org>
Build-Depends: debhelper (>= 8), dh-python,
               python-all (>= 2.6.6-3), python-setuptools,
               python3-all, python3-setuptools,
               python-configobj, python3-configobj,
               python-simplejson, python3-simplejson,
               python-mock, python3-mock,
               python-pytest, python3-pytest
Standards-Version: 3.9.8
Homepage: https://github.com/jbfavre/python-protobix
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-protobix.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-protobix.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-protobix
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Implementation of Zabbix Sender protocol
 This module implements Zabbix Sender Protocol.
 It allows one to build list of items and send items and send them as trapper.
 It currently supports items as well as Low Level Discovery.
 .
 This is the Python 2 version of the package.

Package: python3-protobix
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Implementation of Zabbix Sender protocol
 This module implements Zabbix Sender Protocol.
 It allows one to build list of items and send items and send them as trapper.
 It currently supports items as well as Low Level Discovery.
 .
 This is the Python 3 version of the package.