jython (2.5.3-1+dyson1) unstable; urgency=low

  * Package for Dyson

 -- Igor Pashev <pashev.igor@gmail.com>  Fri, 29 Nov 2013 23:43:07 +0400

jython (2.5.3-1) unstable; urgency=low

  * New upstream release (Closes: #690116)
  * Adopt the package under the pkg-java umbrella
    (Closes: #705825)
  * Standards-Version updated to 3.9.5
  * Import in the pkg-java VCS
  * Switch to dpkg-source 3.0 (quilt) format
  * jython should work unde virtualenv (Closes: #705146)
    Thanks to Arthur Noel for the patch
  * Update of the description (Closes: #676831)

 -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 21 Nov 2013 14:25:27 +0100

jython (2.5.2-2) unstable; urgency=low

  * Orphaning this package.

 -- Nicolas Duboc <nduboc@debian.org>  Sat, 20 Apr 2013 16:43:20 +0200

jython (2.5.2-1) unstable; urgency=low

  * New upstream release 2.5.2 (closes: #623625)
  * Bumped version of Debian policy compliance to 3.9.3 (nothing to do)
  * Added some lintian overrides to ignore some very special cases.
  * Tests are no longer installed (saving about 1/3 of the package size).
  * Fixed dependency declarations.

 -- Nicolas Duboc <nduboc@debian.org>  Sun, 06 May 2012 10:26:34 +0200

jython (2.5.1-2) unstable; urgency=low

  * Added missing build-dependency declaration on jline (closes: #591114)
  * Bumped version of Debian policy compliance to 3.9.1 (nothing to do)
  * sys.executable Python variable is now set by perl launcher
    (closes: #591478)

 -- Nicolas Duboc <nduboc@debian.org>  Wed, 04 Aug 2010 09:09:00 +0200

jython (2.5.1-1) unstable; urgency=low

  * New upstream release (closes: #497352)
  * Acknowledged 2.2.1-2.1 NMU.
  * Added Homepage field in control file.
  * libservlet-java is now a suggestion, needed only to
    write servlets in jython
  * Removed the jythonc command, which is no longer available in 2.5.
  * Removed the obsolete html documentation.

 -- Nicolas Duboc <nduboc@debian.org>  Fri, 09 Jul 2010 18:02:19 +0200

jython (2.2.1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update build/runtime dependencies to appropriate default-j* packages.
    (Closes: #463114, #570195)
  * lintian error/warning fixes.
    - debian/control
      - Move ant to build-depends.
      - Add misc:Depends to dependencies.
      - Update standards version to 3.8.4.
    - debian/*.doc-base.*
      - Remove 'Apps' from 'Section' value.
      - Remove single white space at the end of file.
    - debian/copyright
      - Convert to UTF-8 encoding.

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Sat, 20 Mar 2010 13:25:59 +0530

jython (2.2.1-2) unstable; urgency=low

  * Fixed typo in Recommends (java-gcp-compat-dev -> java-gcj-compat-dev)
    (closes: #454791)

 -- Nicolas Duboc <nduboc@debian.org>  Sat, 09 Aug 2008 14:53:53 +0200

jython (2.2.1-1) unstable; urgency=low

  * New upstream release. (closes: #440148, #281038)
  * Default config is now set by jython start script through Java properties
  * Updated the jython(1) man page for new options in version 2.2.
  * Updated menu entry for the renamed 'Applications' entry.
  * Replaced the DH_COMPAT line in rules by the debian/compat file.
  * Use an editline-compatile method to inhibit completion on Tab.

 -- Nicolas Duboc <nduboc@debian.org>  Thu, 18 Oct 2007 17:28:08 +0200

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 <nduboc@debian.org>  Tue,  3 Oct 2006 15:59:30 +0200

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 <nduboc@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <bab@debian.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  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 <benb@acm.org>  Sun, 29 Jul 2001 02:22:22 +1000

jython (2.1-alpha1-1) unstable; urgency=low

  * Initial Release (Closes: Bug#68287).

 -- Ben Burton <benb@acm.org>  Mon,  2 Jul 2001 17:32:26 -0500