jython (2.1.0-23ubuntu2) feisty; urgency=low * Move build-indep-dependencies to build-dependencies. -- Matthias Klose Fri, 8 Dec 2006 11:42:48 +0000 jython (2.1.0-23ubuntu1) feisty; urgency=low * Merge with Debian unstable; remaining changes: - New package jython-gcj. -- Matthias Klose Thu, 7 Dec 2006 14:46:35 +0000 jython (2.1.0-23) unstable; urgency=low * Install the upstream NEWS file as /usr/share/doc/changelog (closes: #314711) * Compile zxJDBC (closes: #137090) * Replaced the xml package by the PyXML distribution included in upstream binary package of Jython 2.1 (PyXML 0.6.6) * Replaced the drv_xmlproc.py file with a newer version from PyXML CVS (closes: #276873) * Do not include package dirs of the python-2.1 package in jython search path. * Removed the test for python2.1 from /usr/bin/jythonc (closes: #388046) * Depends on java-gcj-compat instead of gij directly (closes: #240213) * Build using java-gcj-compat-dev. -- Nicolas Duboc Tue, 3 Oct 2006 15:59:30 +0200 jython (2.1.0-22ubuntu1) edgy; urgency=low * Build using java-gcj-compat-dev. * New package jython-gcj. -- Matthias Klose Fri, 18 Aug 2006 15:37:36 +0000 jython (2.1.0-22) unstable; urgency=low * New maintainer (closes: #315289) * Binary package now includes the standard library modules and no longer depends on python2.1 (closes: #362292) * Debian policy compliance bumped to 3.7.2 (nothing to do) -- Nicolas Duboc Fri, 14 Jul 2006 15:41:57 +0200 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). -- Ben Burton Tue, 21 Feb 2006 23:28:19 +1100 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. -- Ben Burton Fri, 25 Mar 2005 15:25:34 +1100 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 Mon, 25 Oct 2004 18:59:38 +1000 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). -- Ben Burton Wed, 7 Jul 2004 20:46:25 +1000 jython (2.1.0-17) unstable; urgency=low * Use python's pixmap in the debian menu entry. -- Ben Burton Sun, 14 Mar 2004 14:11:15 +1100 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'). -- Ben Burton Sat, 3 Jan 2004 10:47:28 +1100 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). -- Ben Burton Tue, 30 Dec 2003 09:11:52 +1100 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. -- Ben Burton Tue, 30 Sep 2003 01:08:47 +1000 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. -- Ben Burton Wed, 27 Aug 2003 13:50:38 +1000 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. -- Ben Burton Tue, 19 Aug 2003 16:42:36 -0500 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. -- Ben Burton Thu, 5 Jun 2003 10:53:40 +1000 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! -- Ben Burton Sat, 25 Jan 2003 13:38:52 +0800 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. -- Ben Burton Tue, 29 Oct 2002 09:08:29 +1100 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. -- Ben Burton Thu, 3 Oct 2002 12:06:19 +1000 jython (2.1.0-7) unstable; urgency=low * Added support for passing options to the Java interpreter through environment variable $JAVA_OPTIONS (closes: #161187). -- Ben Burton Wed, 18 Sep 2002 09:00:48 +1000 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). -- Ben Burton Sat, 14 Sep 2002 17:56:37 +1000 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). -- Ben Burton Fri, 2 Aug 2002 14:16:08 +1000 jython (2.1.0-4) unstable; urgency=low * Empty input lines no longer break readline consoles (closes: Bug#145613). -- Ben Burton Mon, 24 Jun 2002 00:27:30 +1000 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. -- Ben Burton Fri, 31 May 2002 14:00:27 +1000 jython (2.1.0-2) unstable; urgency=high * Updated to reflect relocated kaffe classes. * Build-depends on newer (non-broken) jikes (closes: Bug#141259). -- Ben Burton Fri, 19 Apr 2002 19:54:19 +1000 jython (2.1.0-1) unstable; urgency=low * New upstream release (closes: Bug#129335). * Removed debugging output from startup scripts (closes: Bug#125681). -- Ben Burton Sat, 9 Feb 2002 18:22:49 +1100 jython (2.1-beta1-1) unstable; urgency=low * New upstream release. * Incorporated merge of libeditline-java and libreadline-java. -- Ben Burton Sun, 9 Dec 2001 14:45:15 -0600 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. -- Ben Burton Wed, 21 Nov 2001 10:19:03 -0600 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). -- Ben Burton Wed, 7 Nov 2001 18:01:22 -0600 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. -- Ben Burton Sat, 27 Oct 2001 18:32:39 -0500 jython (2.1-alpha3-3) unstable; urgency=low * Added support for new j2se1.3 packages. -- Ben Burton Sun, 23 Sep 2001 22:58:54 -0500 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. -- Ben Burton Mon, 3 Sep 2001 12:24:03 -0500 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). -- Ben Burton Sat, 1 Sep 2001 09:34:50 -0500 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. -- Ben Burton Tue, 14 Aug 2001 08:41:01 +1000 jython (2.1-alpha1-2) unstable; urgency=low * Made findjava* scripts use /bin/bash (closes: Bug#104522). -- Ben Burton Sun, 29 Jul 2001 02:22:22 +1000 jython (2.1-alpha1-1) unstable; urgency=low * Initial Release (Closes: Bug#68287). -- Ben Burton Mon, 2 Jul 2001 17:32:26 -0500 Local variables: mode: debian-changelog End: