Code

control: Let collectd-core / collectd suggest / recommend default-jre-headless
authorSebastian Harl <sh@tokkee.org>
Tue, 17 Sep 2013 07:09:33 +0000 (09:09 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 17 Sep 2013 07:09:33 +0000 (09:09 +0200)
debian/changelog
debian/control

index ca5a877408a5287a0a3c5ebd9c58623fbae041e4..5327bf8b58dfbb3e035a9bbfc580e973aeed3199 100644 (file)
@@ -43,6 +43,7 @@ collectd (5.4.0-1) unstable; urgency=low
     - Let libcollectdclient-dev replace/break collectd-dev (<< 5.2.0-1)
       because it ships files previously shipped by that package; thanks to
       Andreas Beckmann for reporting this (Closes: #717973).
+    - Let collectd-core / collectd suggest / recommend default-jre-headless.
   * debian/collectd-core.collectd.init.d:
     - Do not use different PID files for collectd and collectdmon. Else, a
       process might be left-over after changing USE_COLLECTDMON and restarting
index e5a53fd9d20e29be8780c8a836ffdfc39e3fffd8..057d973e56e6fb335d33a635c7aab30d09ca5e4b 100644 (file)
@@ -63,7 +63,7 @@ Suggests: collectd-dev,
  apache2, apcupsd, bind9, hddtemp, iptables, ipvsadm, lm-sensors, mbmon,
  memcached, mysql-server, nginx, notification-daemon, nut, openvpn, olsrd,
  pdns-server, postgresql, time-daemon,
- ${shlibs:Suggests}
+ ${shlibs:Suggests}, default-jre-headless
 Replaces: collectd (<< 4.8.2-1~)
 Description: statistics collection and monitoring daemon (core system)
  collectd is a small daemon which collects system information periodically and
@@ -180,7 +180,7 @@ Description: statistics collection and monitoring daemon (core system)
 Package: collectd
 Architecture: any
 Depends: collectd-core, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${shlibs:Recommends}
+Recommends: ${shlibs:Recommends}, default-jre-headless
 Description: statistics collection and monitoring daemon
  collectd is a small daemon which collects system information periodically and
  provides mechanisms to monitor and store the values in a variety of ways.