Source: jffi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>,
 Tim Potter <tpot@hp.com>
Build-Depends: debhelper (>= 9),
 javahelper,
 maven-debian-helper,
 libmaven-antrun-plugin-java, libmaven-assembly-plugin-java,
 maven-repo-helper, libffi-dev, pkg-config, ant,
 ant-optional, default-jdk, junit4, bnd (>= 2.1.0),
 libltdl-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/jffi.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jffi.git
Homepage: http://github.com/jnr/jffi

Package: libjffi-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjffi-jni (>= ${source:Version})
Description: Java Foreign Function Interface
 JFFI is a wrapper for libffi, the foreign function interface library. A foreign
 function interface is the popular name for the interface that allows code
 written in one language to call code written in another language.
 Java-based codings helper classes for Joni and JRuby

Package: libjffi-jni
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libjffi-java
Description: Java Foreign Function Interface (JNI library)
 JFFI is a wrapper for libffi, the foreign function interface library. A foreign
 function interface is the popular name for the interface that allows code
 written in one language to call code written in another language.
 Java-based codings helper classes for Joni and JRuby
 .
 This package ships the Java native interface library.
