Package: diamond Version: 4.0.515-2 Followup-For: Bug #851745 Dear Maintainer,
Below, I've provided a patch that fixes this issue (#851745) but also #851198: ---<start_patch>--- diff -Nru diamond-4.0.515/debian/changelog diamond-4.0.515/debian/changelog --- diamond-4.0.515/debian/changelog 2017-01-05 18:04:13.000000000 +0000 +++ diamond-4.0.515/debian/changelog 2017-01-18 12:35:58.000000000 +0000 @@ -1,3 +1,13 @@ +diamond (4.0.515-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * debian/control + - add lsb-base (>= 3.0-6) to depend; Closes: #851745 + * debian/control + - add python-pkg-resources to depends; Closes: #851198 + + -- David Stapleton <[email protected]> Wed, 18 Jan 2017 12:00:03 +0000 + diamond (4.0.515-2) unstable; urgency=medium * debian/control diff -Nru diamond-4.0.515/debian/control diamond-4.0.515/debian/control --- diamond-4.0.515/debian/control 2017-01-05 18:02:44.000000000 +0000 +++ diamond-4.0.515/debian/control 2017-01-18 12:02:37.000000000 +0000 @@ -11,7 +11,8 @@ Package: diamond Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, adduser, python-diamond (= ${binary:Version}), python-configobj +Depends: ${python:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6), + python-diamond (= ${binary:Version}), python-configobj Suggests: python-psutil Description: smart data producer for Graphite graphing package Diamond is a python daemon that collects system metrics and publishes them to @@ -24,7 +25,7 @@ Package: python-diamond Architecture: all Section: python -Depends: ${python:Depends}, ${misc:Depends}, python-configobj +Depends: ${python:Depends}, ${misc:Depends}, python-configobj, python-pkg- resources Description: smart data producer for Graphite graphing package (Python module) 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, ---<end_patch>--- Hopefully this is useful. Thanks, David -- System Information: Debian Release: 8.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

