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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Jan 5 18:02:46 UTC 2017


    Date: Thursday, January 5, 2017 @ 18:02:44
  Author: morph
Revision: 13851

* debian/control
  - add configobj to depends on both bin packages; Closes: #824228

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

Modified: packages/diamond/trunk/debian/changelog
===================================================================
--- packages/diamond/trunk/debian/changelog	2017-01-05 09:39:21 UTC (rev 13850)
+++ packages/diamond/trunk/debian/changelog	2017-01-05 18:02:44 UTC (rev 13851)
@@ -1,3 +1,10 @@
+diamond (4.0.515-2) UNRELEASED; urgency=medium
+
+  * debian/control
+    - add configobj to depends on both bin packages; Closes: #824228
+
+ -- Sandro Tosi <morph at debian.org>  Thu, 05 Jan 2017 12:31:48 -0500
+
 diamond (4.0.515-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/diamond/trunk/debian/control
===================================================================
--- packages/diamond/trunk/debian/control	2017-01-05 09:39:21 UTC (rev 13850)
+++ packages/diamond/trunk/debian/control	2017-01-05 18:02:44 UTC (rev 13851)
@@ -11,7 +11,7 @@
 
 Package: diamond
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, adduser, python-diamond (= ${binary:Version})
+Depends: ${python:Depends}, ${misc:Depends}, adduser, 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 +24,7 @@
 Package: python-diamond
 Architecture: all
 Section: python
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-configobj
 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