[Python-apps-commits] r13890 - in packages/diamond/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 22 22:13:58 UTC 2017


    Date: Sunday, January 22, 2017 @ 22:13:56
  Author: morph
Revision: 13890

* debian/control
  - install python-pkg-resources with python-diamond

Modified:
  packages/diamond/trunk/debian/changelog
  packages/diamond/trunk/debian/control

Modified: packages/diamond/trunk/debian/changelog
===================================================================
--- packages/diamond/trunk/debian/changelog	2017-01-22 19:10:45 UTC (rev 13889)
+++ packages/diamond/trunk/debian/changelog	2017-01-22 22:13:56 UTC (rev 13890)
@@ -1,3 +1,10 @@
+diamond (4.0.515-3) UNRELEASED; urgency=medium
+
+  * debian/control
+    - install python-pkg-resources with python-diamond
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 22 Jan 2017 17:12:14 -0500
+
 diamond (4.0.515-2) unstable; urgency=medium
 
   * debian/control

Modified: packages/diamond/trunk/debian/control
===================================================================
--- packages/diamond/trunk/debian/control	2017-01-22 19:10:45 UTC (rev 13889)
+++ packages/diamond/trunk/debian/control	2017-01-22 22:13:56 UTC (rev 13890)
@@ -24,7 +24,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,




More information about the Python-apps-commits mailing list