jython (2.1.0-19) unstable; urgency=low
* Replaced /usr/bin/jython with a perl script rewritten from scratch.
It behaves in much the same way, except that:
- all command-line options and $JAVA_OPTIONS are scanned for JNI
library path components (-Djava.library.path=...), which are then
merged with /usr/lib/jni into a single JNI library path that is
passed to the java runtime (closes: #278007);
- all other command-line options of the form -Djava.... are assumed
to be java options and are thus merged into $JAVA_OPTIONS instead
(i.e., they are passed to the java runtime and not jython itself).
* Added /usr/lib/python2.1/site-packages and /usr/lib/site-python to the
python path (along with /usr/lib/python2.1 which was already present).
-- Ben Burton <email address hidden> Mon, 25 Oct 2004 18:59:38 +1000