Code

control: add missing build-deps for kfreebsd archs
[pkg-collectd.git] / debian / changelog
index 46cfeaa22e50c1eda67c4bf3868ae5a99abdafce..13659cd468a91aa39c8c1bb22338fa2be6d4aede 100644 (file)
@@ -1,7 +1,37 @@
+collectd (5.6.1-2) UNRELEASED; urgency=medium
+
+  * debian/control: add libdevstat-dev and libgeom-dev to kfreebsd build-deps,
+    as they're needed by the disk plugin. Thanks to Florian Forster for
+    pointing this out.
+
+ -- Marc Fournier <marc@bl.uem.li>  Mon, 10 Oct 2016 13:58:55 +0200
+
+collectd (5.6.1-1) unstable; urgency=medium
+
+  * New upstream release.
+    - write_graphite plugin is no longer linked against libyajl. Thanks to
+      Shish for reporting this (Closes: #839771).
+    - rrdcached plugin now reconnects to daemon. Thanks to Matthias Urlichs
+      for reporting this (Closes: #657877).
+  * debian/control:
+    - Add "Multi-Arch: same" to libcollectdclient-dev, as suggested by the
+      Multiarch hinter.
+  * debian/patches:
+    - Update configure_find_lc_all.patch to reliably pick the same JVM for
+      each build, making the process reproducible.
+  * debian/rules:
+    - Disable building the barometer, drbd, fhcount and ipc plugins on
+      kfreebsd architectures, as they are Linux-only.
+    - Run the test suite using dh_auto_test.
+
+ -- Marc Fournier <marc@bl.uem.li>  Sun, 09 Oct 2016 21:42:29 +0200
+
 collectd (5.6.0-1) unstable; urgency=medium
 
   * New upstream release.
     - The disk plugin now supports FreeBSD; enable it in debian/rules.
+    - Suppress spammy debug messages; thanks to Antonio Russo for reporting
+      this (Closes: #797687).
     New plugins:
     - Chrony daemon statistics: chrony
     - CPU sleep: Time spent in suspend: cpusleep (Linux-specific)