From: Marc Fournier Date: Tue, 6 Oct 2015 19:35:40 +0000 (+0200) Subject: update lintian override + bump changelog X-Git-Tag: collectd-5.5.0-4~1^2~1^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f54dd48a7906f7a787c2096f680a0c872c7f86c2;p=pkg-collectd.git update lintian override + bump changelog It looks like libjvm.so is now also found in /usr/lib/jvm/*/jre/lib/*/client/ --- diff --git a/debian/changelog b/debian/changelog index 1e4071c..500ceb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +collectd (5.5.0-4) UNRELEASED; urgency=medium + + * debian/collectd-core.overrides: + - Update 'binary-or-shlib-defines-rpath' lintian override. + + -- Marc Fournier Tue, 06 Oct 2015 21:27:57 +0200 + collectd (5.5.0-3) unstable; urgency=medium * debian/rules, debian/control: diff --git a/debian/collectd-core.overrides b/debian/collectd-core.overrides index 6caf953..ac35a35 100644 --- a/debian/collectd-core.overrides +++ b/debian/collectd-core.overrides @@ -11,5 +11,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/*/jre/lib/*/server +collectd-core: binary-or-shlib-defines-rpath usr/lib/collectd/java.so /usr/lib/jvm/*/jre/lib/*/*