jcc 2.21-1ubuntu1 source package in Ubuntu

Changelog

jcc (2.21-1ubuntu1) wily; urgency=medium

  * Merge with Debian; no remaining changes.
  * Fix build on ppc64el. Closes: #799713.

jcc (2.21-1) unstable; urgency=low

  [ Fernando Seiti Furusato ]
  * Increase JVM stack size on ppc64el (Closes: #768064, LP: #1371761).

  [ Ludovico Cavedon ]
  * Imported Upstream version 2.21
  * Update watch file to use pypi.debian.net

 -- Matthias Klose <email address hidden>  Thu, 01 Oct 2015 09:49:05 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Ludovico Cavedon
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jcc_2.21.orig.tar.gz 94.9 KiB 1087e00acb740fa9f9d58accb032359e841b530467120d9cb5edb63485ce0899
jcc_2.21-1ubuntu1.debian.tar.xz 5.1 KiB 7a9e6836270adce7ecebcc3ec88ca42cde7770363dce5518aa97d5d393036a4a
jcc_2.21-1ubuntu1.dsc 1.8 KiB 6f5964fb943dbdc869041fd465e7558381c86de3cadc157266ac1f3058b0a6ef

View changes file

Binary packages built by this source

jcc: code generator producing a Python extension from Java classes

 JCC is a code generator for producing a Python extension providing
 access to a set of Java classes. For every Java class, JCC generates
 a C++ wrapper class that hides the gory details necessary for
 accessing methods and fields from C++ via Java's Native Invocation
 Interface. JCC can also generate C++ wrappers that make it possible
 to access these classes from Python. When generating Python
 wrappers, JCC produces a complete Python extension via the distutils
 package that makes it readily available to the Python interpreter.
 JCC is a project maintained by the Open Source Applications
 Foundation.