gluegen2 2.3.2-3 source package in Ubuntu

Changelog

gluegen2 (2.3.2-3) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Fix support for architectures s390x, powerpc, ppc64el, and armhf
    (closes: #779482):
    - New patch s390x-support.diff: add support for s390x.
    - Simplify patch ppc64el-support.diff: the preferred pagesize is
      the runtime one, then no need to define the size_ppc_64_unix
      record where only the pagesize is different from size_lp64_unix.
    - d/rules: drop useless DEB_ANT_BUILD_TARGET override which
      disabled test cases build for armhf.

 -- Gilles Filippini <email address hidden>  Tue, 27 Oct 2015 11:34:36 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
any all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe java

Downloads

File Size SHA-256 Checksum
gluegen2_2.3.2-3.dsc 1.8 KiB 7d0bf0ec880aed56c63f862e29b0db381636372a3d30f9adc564a27bda094384
gluegen2_2.3.2.orig.tar.xz 507.3 KiB 57b5376129bd3825800fae58a67213727af3a5fb8cd8ab56daed0559d51d094b
gluegen2_2.3.2-3.debian.tar.xz 20.2 KiB c1366aea11e5fc83515efcc11a3a20d07c28278bbd65fbad62c4433996dad09d

Available diffs

No changes file available.

Binary packages built by this source

libgluegen2-build-java: Tool to automatically generate the Java and JNI code

 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package contains some Java sources necessary to build gluegen-based
 packages.

libgluegen2-doc: Tool to automatically generate the Java and JNI code

 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package includes the API documentation for Gluegen package.

libgluegen2-jni: Tool to automatically generate the Java and JNI code

 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package includes the architecture specific java native interface part.

libgluegen2-rt-java: Tool to automatically generate the Java and JNI code

 Gluegen reads as input ANSI C header files and separate configuration files
 which provide control over many aspects of the glue code generation. GlueGen
 uses a complete ANSI C parser and an internal representation (IR) capable of
 representing all C types to represent the APIs for which it generates
 interfaces. It has the ability to perform significant transformations on the
 IR before glue code emission. GlueGen is currently powerful enough to bind
 even low-level APIs such as the Java Native Interface (JNI) and the AWT Native
 Interface (JAWT) back up to the Java programming language.
 .
 This package contains the gluegen 2 runtime files.