Source: jcc
Section: python
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Ludovico Cavedon <cavedon@debian.org>
Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6a9),
  openjdk-6-jdk (>= 6b23~pre9-1~), python-all-dev
Standards-Version: 3.9.2
Homepage: http://lucene.apache.org/pylucene/jcc/
Vcs-Git: git://git.debian.org/git/collab-maint/jcc.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/jcc.git
X-Python-Version: >= 2.3

Package: jcc
Architecture: any
Depends: openjdk-6-jdk (>= 6b23~pre9-1~), ${shlibs:Depends}, ${python:Depends},
 ${misc:Depends}
Breaks: ${python:Breaks}
Description: 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.
