[jffi-1.2.7] 01/01: Add back arch:any binary package for arch-specific code

Tim Potter tpot-guest at moszumanska.debian.org
Tue Feb 24 22:57:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository jffi-1.2.7.

commit 2e176167ee9ef047522bfc4ff9f18ebcb282574d
Author: Tim Potter <tpot at hp.com>
Date:   Wed Feb 25 09:53:06 2015 +1100

    Add back arch:any binary package for arch-specific code
---
 debian/control | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7574fd8..c5294ec 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,21 @@ Homepage: http://github.com/wmeissner/jffi
 
 Package: libjffi-java
 Architecture: all
-Depends: ${misc:Depends}
+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
+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 foreig
+ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-1.2.7.git



More information about the pkg-java-commits mailing list