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:
 ant,
 ant-optional,
 bnd (>= 2.1.0),
 debhelper (>= 11),
 default-jdk,
 javahelper,
 junit4,
 libffi-dev,
 libltdl-dev,
 libmaven-antrun-plugin-java,
 libmaven-assembly-plugin-java,
 maven-debian-helper,
 maven-repo-helper,
 pkg-config
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/jffi.git
Vcs-Browser: https://salsa.debian.org/java-team/jffi
Homepage: https://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.
