aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-23 11:03:16 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-23 11:03:16 +0000
commit868d462f65e3b860c13db31b9fe7ed8c0d3bf5bd (patch)
treeed58b33eec9d4e53760579be1d0dc57a22cb62d8
parent918988438da84d5c553cce7179af454b2be427fa (diff)
downloadpython-prometheus-client-868d462f65e3b860c13db31b9fe7ed8c0d3bf5bd.tar
python-prometheus-client-868d462f65e3b860c13db31b9fe7ed8c0d3bf5bd.tar.gz
Run cme fix dpkg-control
-rw-r--r--debian/control20
1 files changed, 14 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 5dde8b0..0bb4076 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,27 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
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)
+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}
+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.
+ See https://github.com/prometheus/client_python/blob/master/README.md
+ for documentation.
Package: python3-prometheus-client
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+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.
-
+ See https://github.com/prometheus/client_python/blob/master/README.md
+ for documentation.