From 905512acb8b7763485544b221e6785c0c9ef85fc Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 28 Jul 2009 16:48:15 +0200 Subject: [PATCH] collectd.overrides: Documented the 'binary-or-shlib-defines-rpath' warning. The rpath is required by the java plugin. --- debian/changelog | 5 ++++- debian/collectd.overrides | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 160a96e..bbd7a67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 26 Jul 2009 22:14:25 +0200 + -- Sebastian Harl Tue, 28 Jul 2009 16:47:55 +0200 collectd (4.6.3-1) unstable; urgency=low diff --git a/debian/collectd.overrides b/debian/collectd.overrides index 669147c..5ec8db2 100644 --- a/debian/collectd.overrides +++ b/debian/collectd.overrides @@ -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/* + -- 2.30.2