Code

collectd.overrides: Documented the 'binary-or-shlib-defines-rpath' warning.
authorSebastian Harl <sh@tokkee.org>
Tue, 28 Jul 2009 14:48:15 +0000 (16:48 +0200)
committerSebastian 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
debian/collectd.overrides

index 160a96eedd7a4cf77ec222213fdf2f001c2322e4..bbd7a671873e18dfaa05ea7b580fef46d72f52be 100644 (file)
@@ -37,8 +37,11 @@ collectd (4.7.2-1) unstable; urgency=low
     - 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)
@@ -3,3 +3,8 @@ collectd: spelling-error-in-description apache Apache
 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/*
+