aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-22 18:04:42 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-22 18:05:19 +0000
commit4f6f331149386c145af42b0cb287dfd3ae6e0020 (patch)
tree4bd8085676afcdfe47e79c9927854624d95d1bc9 /debian/control
parent977daa17ce6db99ad1b6ec88bbc9c7a42baf22d6 (diff)
downloadpython-prometheus-client-4f6f331149386c145af42b0cb287dfd3ae6e0020.tar
python-prometheus-client-4f6f331149386c145af42b0cb287dfd3ae6e0020.tar.gz
Initial Debian package
Using py2dsc.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5dde8b0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+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 (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), 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.
+