- Package:
- java-policy
- Source:
- java-policy
- Submitter:
- Mathieu Malaterre
- Date:
- 2015-10-07 20:51:07 UTC
- Severity:
- important
Please consider applying the attached patch for the debian java policy
tags 676618 patch thanks Here is an updated version of the patch Thanks
severity 676618 important user 676618 multiarch-devel@lists.alioth.debian.org usertags 676618 multiarch thanks I am wondering if this make sense to remove /usr/lib/jni from openjdk and al. since we now have /usr/lib/$(DEB_MULTIARCH)/jni $ cat openjdk-6-6b27-1.12.6/debian/patches/deb-multiarch-original.diff [...] +#ifdef DEB_MULTIARCH +#define DEFAULT_LIBPATH "/usr/lib/" DEB_MULTIARCH "/jni" ":/lib/" DEB_MULTIARCH ":/usr/lib/" DEB_MULTIARCH ":/usr/lib/jni:/lib:/usr/lib" +#else #define DEFAULT_LIBPATH "/usr/lib/jni:/lib:/usr/lib" +#endif
Le 06/11/2013 15:23, Mathieu Malaterre a écrit : AFAIK, not all JNI-based packages have switched to multiarch installation path. So, we cannot do that yet. Sylvestre