jcc 2.22-1 source package in Ubuntu

Changelog

jcc (2.22-1) unstable; urgency=medium

  * Imported Upstream version 2.22 (Closes: #838263).
  * Update ppc64el-stacksize.patch to fix FTBFS on powerpc, thanks to
    Dmitry Nezhevenko (Closes: #833857).
  * Add gnukfreebsd.patch to fix FTBFS on kfreebsd, thanks to
    Dmitry Nezhevenko (Closes: #834102).
  * Refresh patches.
  * Update Standards-Version to 3.9.8.
  * Add build-dependency on dh-python.
  * Remove reference to invalid python:Breaks variable.
  * Remove no longer needed binary-or-shlib-defines-rpath lintian override.
  * Disable automatic building jcc-dbgsym for now, as _jcc.so is built without
    .debug section (despite -g being present).

 -- Ludovico Cavedon <email address hidden>  Wed, 07 Dec 2016 00:52:54 -0800

Upload details

Uploaded by:
Ludovico Cavedon
Uploaded to:
Sid
Original maintainer:
Ludovico Cavedon
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Downloads

File Size SHA-256 Checksum
jcc_2.22-1.dsc 1.8 KiB 79fce92bde706327632c5e8f032cc436ad1d10f80c160dfe8505061c0fcb0ddf
jcc_2.22.orig.tar.gz 94.9 KiB 8c7b31afd7dc24bb45fc777cf03be06e3492594df2023b386af5dbc4eef2a297
jcc_2.22-1.debian.tar.xz 6.0 KiB fe0ed048a8a6459c573e3d9e7c751ba82aa5b3f329cc6e5b072e81536829c8f2

Available diffs

No changes file available.

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.