Re: include paths

2006-12-19 Thread Marcus Better
Matthew Johnson wrote: > Hmm, arbitrarily depending on one rather than the 'current installed > system' seems wrong. No, it's precisely the correct course. Please read the Java policy and the information on http://pkg-java.alioth.debian.org/ You should not build-depend on a virtual package, but

Re: include paths

2006-12-18 Thread Matthew Johnson
On Mon, 18 Dec 2006, Ola Lundqvist wrote: Hi You have a number of alternatives depending on what is sufficient for you: FILE PACKAGE Hmm, arbitrarily depending on one rather than the 'current installed system' seems wrong. I don't know i

Re: include paths

2006-12-18 Thread Ola Lundqvist
Hi You have a number of alternatives depending on what is sufficient for you: FILE PACKAGE usr/include/classpath/jni.h libs/classpath-common usr/include/iceape/java/jni.h devel/ic

include paths

2006-12-18 Thread Matthew Johnson
I have some java I'd like to package which contains JNI. This needs the location of jni.h to compile. I'm depending on java2-compiler, but depending on what package satisfies this, it will be in a different location. Is there a way to find this out so that I can set it in my rules file? Matt --