Changelog
jython (2.1.0-21) unstable; urgency=low
* Orphaning package (see #315289 for details).
* Switched from debhelper compatibility level 3 to 5 (updated
build-depends, no other changes required).
* Bumped standards-version to 3.6.2 (no changes required).
jython (2.1.0-20) unstable; urgency=low
* Use libservlet2.3-java instead of libservlet2.2-java (closes: #301042).
* If /usr/bin/java is broken or missing, use $JAVA_HOME/bin/java as a
final fallback (closes: #297546). Displays prominent warnings if this
is necessary, since it means the system is misconfigured.
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).
jython (2.1.0-18) unstable; urgency=low
* Build with -target 1.3 so that jikes doesn't treat "assert" as a keyword.
* Changed recommends from www-browser to (w3m | www-browser) in jython-doc.
* Fixed typo in jythonc manpage (closes: #258002).
jython (2.1.0-17) unstable; urgency=low
* Use python's pixmap in the debian menu entry.
jython (2.1.0-16) unstable; urgency=low
* Build using jikes-gij instead of gcj to avoid crashes under kaffe
(assertion `e->start_pc <= e->end_pc').
jython (2.1.0-15) unstable; urgency=low
* Changed recommends python2.1 to depends - the recommends seems to have
caused a little too much confusion (closes: #224922).
jython (2.1.0-14) unstable; urgency=low
* Build in servlet material now that libservlet2.2-java is back in main.
* Build in other previously-excluded material that is now supported by gcj.
* Quit with a polite error message if users try to run jythonc without
python2.1.
* Bumped standards-version to 3.6.1.
jython (2.1.0-13) unstable; urgency=low
* Inhibit tab completion in the readline console where possible
(closes: #184838).
* Minor update for manpage jython.conf.5.
jython (2.1.0-12) unstable; urgency=low
* Include /usr/lib/jni in JNI path since some JVMs still don't reflect
java policy.
* Bumped standards-version to 3.6.0.
* Slight manpage cleanup.
jython (2.1.0-11) unstable; urgency=low
* Builds using gcj (default version) instead of gcj-3.2 (closes: #196068).
* Builds with -fno-assert.
* Moving into section python.
* Bumped standards-version to 3.5.10.0.
jython (2.1.0-10) unstable; urgency=low
* Suggest defaults for virtual package dependencies.
* Added lintian/linda overrides.
* New maintainer email address.
* linux.conf.au rocks!
jython (2.1.0-9) unstable; urgency=low
* Patch for exception printing in interactive interpreter (closes: #166843).
* Bumped standards-version to 3.5.7.0.
jython (2.1.0-8) unstable; urgency=low
* Finally get rid of whichjava. It's only needed for jikes users, and if
people have /usr/bin/javac pointing to jikes (and not jikes-gij, etc),
they should have $CLASSPATH set anyway to make javac behave properly.
jython (2.1.0-7) unstable; urgency=low
* Added support for passing options to the Java interpreter through
environment variable $JAVA_OPTIONS (closes: #161187).
jython (2.1.0-6) unstable; urgency=low
* Build uses gcj-3.2 instead of jikes.
* Pruned jython dependencies since JVMs are now providing virtual
java packages.
* Updated whichjava to recognise gij-3.2.
* Added /usr/lib to java.library.path since some JVMs don't include it
by default (closes: Bug#160765).
jython (2.1.0-5) unstable; urgency=low
* Don't build PyServlet.class since servlet libraries have moved from
main to contrib (closes: Bug#154051).
jython (2.1.0-4) unstable; urgency=low
* Empty input lines no longer break readline consoles (closes: Bug#145613).
jython (2.1.0-3) unstable; urgency=low
* Don't search for bootstrap classes unless you really have to
(closes: Bug#148591).
* Added gij-3.1 details to whichjava script.
jython (2.1.0-2) unstable; urgency=high
* Updated to reflect relocated kaffe classes.
* Build-depends on newer (non-broken) jikes (closes: Bug#141259).
jython (2.1.0-1) unstable; urgency=low
* New upstream release (closes: Bug#129335).
* Removed debugging output from startup scripts (closes: Bug#125681).
jython (2.1-beta1-1) unstable; urgency=low
* New upstream release.
* Incorporated merge of libeditline-java and libreadline-java.
jython (2.1-alpha3-6) unstable; urgency=low
* Depends: made more flexible until all of the JVM packages provide
javaN-runtime.
* Looks for (and recommends) CPython 2.1 and no other version.
jython (2.1-alpha3-5) unstable; urgency=low
* Updated to conform to new python policy (closes: Bug#118250).
* Recommends python (>= 2.1.1-2) (closes: Bug#118429).
* Improved CPython path determination in /usr/bin/jython.
* Updated to conform to new java policy.
* Added patched imaplib.py to /usr/share/jython/Lib (thanks dman).
jython (2.1-alpha3-4) unstable; urgency=low
* Adapted to renaming of lib-editline-java to libeditline-java.
* Replaced Build-Depends with Build-Depends-Indep.
jython (2.1-alpha3-3) unstable; urgency=low
* Added support for new j2se1.3 packages.
jython (2.1-alpha3-2) unstable; urgency=low
* Oops, I buggered up the cachedir in the previous upload - fixed.
* Brought in warnings.py from CPython 2.1 for use with jythonc.
* Updated whichjava and whichjavac.
jython (2.1-alpha3-1) unstable; urgency=low
* New upstream release.
* Added readline support using lib-editline-java.
* Serious reworking of startup scripts.
* Made all scripts sh-compilant.
* No longer clobbers $CLASSPATH (closes: Bug#110830).
jython (2.1-alpha1-3) unstable; urgency=low
* Added recognition of the Open Runtime Platform (which Jython cannot use).
* Ensures findjava and findjavac specifically start by checking for
/usr/bin/java and /usr/bin/javac respectively.
* Removed debian/conffiles since debhelper picks these up anyway.
* Updated standards-version to 3.5.6.
* Cleaned up debian/rules.
jython (2.1-alpha1-2) unstable; urgency=low
* Made findjava* scripts use /bin/bash (closes: Bug#104522).
jython (2.1-alpha1-1) unstable; urgency=low
* Initial Release (Closes: Bug#68287).
Local variables:
mode: debian-changelog
End:
-- Scott James Remnant <email address hidden> Fri, 16 Jun 2006 14:46:38 +0100