From: Sebastian Harl Date: Fri, 21 Aug 2015 11:20:35 +0000 (+0200) Subject: Update the JRE path for the rpath override. X-Git-Tag: collectd-5.5.0-1~3 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=4ccfcb3b74a952602e057914064ceab57e81d1e6 Update the JRE path for the rpath override. --- diff --git a/debian/changelog b/debian/changelog index beb9e8e..63ff54a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,8 @@ collectd (5.5.0-1) UNRELEASED; urgency=medium - Renamed patch files from *.dpatch to *.patch and drop the dpatch header. - Changed debian/patches/00list to debian/patches/series. - Drop all patch operations from debian/rules. + * debian/collectd-core.overrides: + - Update the JRE path for the rpath override. -- Marc Fournier Tue, 30 Jun 2015 07:08:39 +0200 diff --git a/debian/collectd-core.overrides b/debian/collectd-core.overrides index b67a020..0d46c24 100644 --- a/debian/collectd-core.overrides +++ b/debian/collectd-core.overrides @@ -10,5 +10,5 @@ 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/default-java/jre/lib/*/server +collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/*/jre/lib/*/server