From 868d462f65e3b860c13db31b9fe7ed8c0d3bf5bd Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 23 Dec 2015 11:03:16 +0000 Subject: Run cme fix dpkg-control --- debian/control | 20 ++++++++++++++------ 1 file 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 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. -- cgit v1.2.3