Index: policy.xml
===================================================================
--- policy.xml	(revision 16122)
+++ policy.xml	(working copy)
@@ -174,8 +174,9 @@
 	language (such as C).  This native code is compiled and stored
 	in dynamic libraries (such as JNI modules) that are loaded at
 	runtime.  If a virtual machine supports native code, it &must;
-	include the directory <filename>/usr/lib/jni</filename> in its
-	search path for these dynamic libraries.
+	include the directory <filename>/usr/lib/jni</filename> or
+  <filename>/usr/lib/$(DEB_HOST_MULTIARCH)/jni/</filename>
+  in its search path for these dynamic libraries.
       </para>
     </sect1>
     
@@ -277,7 +278,9 @@
       <para>
 	If a Java library relies on native code, the dynamic libraries
 	containing this compiled native code &should; be installed into
-	the directory <filename>/usr/lib/jni</filename>.  These dynamic
+  the directory <filename>/usr/lib/jni</filename> or in
+  <filename>/usr/lib/$(DEB_HOST_MULTIARCH)/jni/</filename> for
+  multi-arch system. These dynamic
 	libraries &should; be shipped in a separate architecture-specific
 	package named libXXX[version]-jni.  The package containing the Java
 	bytecode (generally libXXX[version]-java) &should; depend on
