[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Java package of another java package



Hi there,

  I am continuing my task of packaging GDCM (http://gdcm.sf.net). It
provides a wrapped layer in java, which can easily be built using:

$ cat debian/control
...
Build-Depends: openjdk-6-jdk

  Everything builds fine. However I am now trying to link to
libvtk-java package, which seems to be a little different, and instead
uses:

$ apt-get source libvtk-java
$ cat vtk-5.2.1/debian/control
...
Build-Depends: default-jdk

  Which one is the correct one ? I am getting some weird include issue
where one package provide :
1. jni.h in /usr/lib/jvm/default-java/include
while the other in:
2. jni.h in /usr/lib/jvm/java-6-openjdk/include/

Thanks,
-- 
Mathieu


Reply to: