jython 2.5.1-2ubuntu2 source package in Ubuntu

Changelog

jython (2.5.1-2ubuntu2) precise; urgency=low

  * Stop building the jython-gcj package.

jython (2.5.1-2ubuntu1) natty; urgency=low

  [ Artur Rona ]
  * Merge from debian unstable.  Remaining changes: (LP: #390403, #682216)
    - debian/ant.properties: Build-Depends on libservlet2.5-java
      instead of libservlet2.4-java.
    - debian/control, debian/rules: Add jython-gcj package.
    - debian/control: Don't use architecture independent build dependencies.
  * debian/control: Build-Depends on libgcj-common, fixes FTBFS
    due to missing file /usr/share/gcj/debian_defaults.

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)

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.
 -- Matthias Klose <email address hidden>   Tue, 18 Oct 2011 14:00:10 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jython_2.5.1.orig.tar.gz 6.8 MiB cfdf109a076cbaf61ace46e65969ed730dd2f53031ba1b1833bd3d273d6918d9
jython_2.5.1-2ubuntu2.diff.gz 62.0 KiB d6a620f19671ce542a2c93b63f37f7f55f1d3becd8b78b1b02de1a2b43f750f8
jython_2.5.1-2ubuntu2.dsc 1.4 KiB 7ba5307a4652e7d958967efed30ba7ac4099a85f3bc6254d42bc50148505eedc

View changes file

Binary packages built by this source

jython: Python seamlessly integrated with Java

 Jython is an implementation of the high-level, dynamic, object-oriented
 language Python seamlessly integrated with the Java platform. The
 predecessor to Jython, JPython, is certified as 100% Pure Java.
 .
 Jython is complementary to Java and allows the two languages to be freely
 mixed. It is especially suited for embedded scripting, interactive
 experimentation and rapid application development, and it can
 interact with Java packages or with running Java applications.

jython-doc: Jython documentation including API docs

 Official documentation for Jython, an implementation of Python
 seamlessly integrated with Java. This includes detailed Jython usage
 information as well as the API documentation for the Jython classes.
 .
 This package only contains documentation specific to Jython; for general
 Python documentation including a Python language reference and tutorial,
 see Python web site : http://www.python.org/doc/2.2.3/ .