Code

control: No longer conflict/provide/replace the "collectd-$plugin" packages.
[pkg-collectd.git] / debian / changelog
index 335797a1923d69bc5fb857a563e9d49bae071d9d..a7d4745342cee5edfa4d3a5af8d1204765da14f7 100644 (file)
@@ -1,5 +1,6 @@
-collectd (4.8.1-3) unstable; urgency=low
+collectd (4.8.2-1) unstable; urgency=low
 
+  * New upstream release.
   * Split the "collectd" binary package into "collectd-core" and "collectd".
     The former provides the main program file and the plugins while the latter
     provides the configuration. This allows for much more flexible setups
@@ -10,6 +11,9 @@ collectd (4.8.1-3) unstable; urgency=low
     - Do not (try to) start collectd if the config file does not exist. Else,
       installation of "collectd-core" (which does not provide configuration)
       would fail.
+  * debian/collectd.postinst:
+    - Let the "collectd" package restart the daemon, since it provides the
+      config file.
   * debian/collectd.links:
     - Symlink /u/s/d/collectd/examples to /u/s/d/collectd-core/examples.
   * debian/control:
@@ -19,8 +23,29 @@ collectd (4.8.1-3) unstable; urgency=low
       net-snmp has been fixed to handle that correctly in 5.4.2.1~dfsg-4;
       thanks to Lamont Jones and Dann Frazier for reporting this
       (Closes: #559087).
+    - Build-depend on libsensors4-dev rather than libsensors-dev. libsnmp-dev,
+      starting with version 5.4.2.1~dfsg-5, supports libsensors4, thus making
+      that possible. This restores the full functionality of the "sensors"
+      plugin, which does not work well with libsensors3 and lm-sensors-3;
+      thanks to Anssi Kolehmainen for reporting this (Closes: #538795).
+    - Build-depend on libltdl-dev to make it possible to use the system-wide
+      libltdl.
+    - No longer conflict/provide/replace the pre-Lenny "collectd-$plugin"
+      packages.
+  * debian/patches:
+    - Removed gmond-fix-compile-error.dpatch -- included upstream.
+  * debian/rules:
+    - Pass --without-included-ltdl to configure to tell libtool 2 to not use
+      the shipped libltdl but rather the one available in the system.
+    - Pass --disable-static to configure to tell libtool 2 to not build any
+      static libraries.
+    - Install debian/collectd.conf as an example into "collectd-core".
+    - Output the content of config.log if configure fails -- this might help
+      debugging.
+  * debian/README.Debian:
+    - Added a short explanation of the package split.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 13 Dec 2009 22:14:47 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Thu, 24 Dec 2009 10:36:10 +0100
 
 collectd (4.8.1-2) unstable; urgency=low