python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

pysupport is deprecated in favour of dh-python #578

Closed labeneator closed 2 years ago

labeneator commented 7 years ago

Compiling a debian package on ubuntu 16.04 fails due to the removal of pysupport from the apt repos. We need to bump the buildtooling to use dh-python.

As a workaround, I used the provided solution in this ask ubuntu question

I'll try to do the port and file a PR

labeneator commented 7 years ago

Debian has a migration wiki document

shortdudey123 commented 7 years ago

See https://github.com/python-diamond/Diamond/pull/531 and https://github.com/python-diamond/Diamond/pull/565

shortdudey123 commented 2 years ago

Taken care of by #710