diff --git a/debian/control b/debian/control index 23f7ed3..12c13a8 100644 --- a/debian/control +++ b/debian/control @@ -16,27 +16,6 @@ Build-Depends-Indep: dh-python, python3-setuptools, Standards-Version: 4.4.1 -Package: python-prometheus-client-rus -Architecture: all -Depends: python-decorator (>= 4.0.10-1), - ${misc:Depends}, - ${python:Depends}, -Description: Python 2 client for the Prometheus monitoring system - This library provides an API for exporting metrics from a Python application. - It provides classes for the metric types, and an HTTP server to expose the - metrics to Prometheus. - . - When using Linux, the process CPU, RAM, file descriptor usage and start time - will also be exported. - . - Along with the HTTP server to expose metrics, you can also write the metrics - to a text file to be exported by the prometheus-node-exporter, or push them to - the prometheus-pushgateway. - . - This library also includes support for re-exporting Graphite metrics to - Prometheus, custom collectors to proxy metrics for other systems and a parser - for the Prometheus text format. - Package: python3-prometheus-client-rus Architecture: all Depends: python3-decorator (>= 4.0.10-1), diff --git a/debian/python-prometheus-client-rus.docs b/debian/python-prometheus-client-rus.docs deleted file mode 100644 index b43bf86..0000000 --- a/debian/python-prometheus-client-rus.docs +++ /dev/null @@ -1 +0,0 @@ -README.md diff --git a/debian/rules b/debian/rules index deb8709..4a3f699 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ export http_proxy= export https_proxy= %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild