[Python-apps-commits] r13892 - in packages/diamond/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 22 22:28:06 UTC 2017


    Date: Sunday, January 22, 2017 @ 22:28:05
  Author: morph
Revision: 13892

add lsb-base (>= 3.0-6) to diamond suggests, for those still using init.d;
Closes: #851745

Added:
  packages/diamond/trunk/debian/diamond.lintian-overrides
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 22:14:23 UTC (rev 13891)
+++ packages/diamond/trunk/debian/changelog	2017-01-22 22:28:05 UTC (rev 13892)
@@ -2,8 +2,10 @@
 
   * debian/control
     - install python-pkg-resources with python-diamond; Closes: #851198
+    - add lsb-base (>= 3.0-6) to diamond suggests, for those still using init.d;
+      Closes: #851745
 
- -- Sandro Tosi <morph at debian.org>  Sun, 22 Jan 2017 17:12:14 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 22 Jan 2017 17:15:05 -0500
 
 diamond (4.0.515-2) unstable; urgency=medium
 

Modified: packages/diamond/trunk/debian/control
===================================================================
--- packages/diamond/trunk/debian/control	2017-01-22 22:14:23 UTC (rev 13891)
+++ packages/diamond/trunk/debian/control	2017-01-22 22:28:05 UTC (rev 13892)
@@ -12,7 +12,7 @@
 Package: diamond
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, adduser, python-diamond (= ${binary:Version}), python-configobj
-Suggests: python-psutil
+Suggests: python-psutil, lsb-base (>= 3.0-6)
 Description: smart data producer for Graphite graphing package
  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,

Added: packages/diamond/trunk/debian/diamond.lintian-overrides
===================================================================
--- packages/diamond/trunk/debian/diamond.lintian-overrides	                        (rev 0)
+++ packages/diamond/trunk/debian/diamond.lintian-overrides	2017-01-22 22:28:05 UTC (rev 13892)
@@ -0,0 +1,2 @@
+# it is in Suggests
+diamond: init.d-script-needs-depends-on-lsb-base etc/init.d/diamond (line 42)




More information about the Python-apps-commits mailing list