> Shouldn't it be: > > Depends: j2sdk (>= 1.3) | java-common (or java2-common?)
Hi. I think (assuming the package requires java2 to run) that what you want is: Depends: j2re1.4 | java2-runtime Only the JVMs themselves actually depend on java{,2}-common. The apps depend on java{1,2}-runtime instead. See the java policy for details (don't know the URL offhand but it's linked to from http://www.debian.org/devel/). Ben.