summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b80b4ca)
raw | patch | inline | side by side (parent: b80b4ca)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 28 Jul 2009 14:48:15 +0000 (16:48 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 28 Jul 2009 14:48:15 +0000 (16:48 +0200) |
The rpath is required by the java plugin.
debian/changelog | patch | blob | history | |
debian/collectd.overrides | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 160a96eedd7a4cf77ec222213fdf2f001c2322e4..bbd7a671873e18dfaa05ea7b580fef46d72f52be 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Removed the note about how to get collectd2html.pl working with
version 4 of collectd - the script now supports the --recursive option
which takes care of that.
+ * debian/collectd.overrides:
+ - Documented the 'binary-or-shlib-defines-rpath' warning - the rpath is
+ required by the java plugin.
- -- Sebastian Harl <tokkee@debian.org> Sun, 26 Jul 2009 22:14:25 +0200
+ -- Sebastian Harl <tokkee@debian.org> Tue, 28 Jul 2009 16:47:55 +0200
collectd (4.6.3-1) unstable; urgency=low
index 669147c9e657a6d2d43e9148fbf56fb3f8ed2a76..5ec8db2b889b3e5588a425a8787f2181527510de 100644 (file)
collectd: spelling-error-in-description mysql MySQL
collectd: spelling-error-in-description postgresql PostgreSQL
+# The "java" plugin uses libjvm.so which can only be found in a non-standard
+# directory. According to the Java guys the path name and the ABI is stable
+# though ...
+collectd: binary-or-shlib-defines-rpath ./usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/*
+