From 42868217eb8a194237af550e39b49c73bbcbd716 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 4 Jan 2012 19:18:34 +0000 Subject: [PATCH] debian/collectd-core.overrides: fix usage of path in binary-or-shlib-defines-rpath This is supposed to fix the lintian error: | E: collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server From: Michael Prokop --- debian/collectd-core.overrides | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/collectd-core.overrides b/debian/collectd-core.overrides index 1d38090..4e6322e 100644 --- a/debian/collectd-core.overrides +++ b/debian/collectd-core.overrides @@ -10,5 +10,4 @@ collectd-core: capitalization-error-in-description python Python # 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-core: binary-or-shlib-defines-rpath ./usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/* - +collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/java-6-openjdk/jre/lib/*