aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 0bb4076bd4ea2e7b3adb668e9dd9278eabfd722f (plain)
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
Source: python-prometheus-client
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Baines <mail@cbaines.net>
Section: python
Priority: optional
Build-Depends: dh-python,
               python-setuptools,
               python3-setuptools,
               python-all,
               python3-all,
               debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/prometheus/client_python

Package: python-prometheus-client
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Python client for the Prometheus monitoring system.
 See https://github.com/prometheus/client_python/blob/master/README.md
 for documentation.

Package: python3-prometheus-client
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python client for the Prometheus monitoring system.
 See https://github.com/prometheus/client_python/blob/master/README.md
 for documentation.