Hi, I'm trying to create a package which depends exactly on sun-java6-jre
(other variants don't work in this case) and build-depends on sun-java6-jdk
. Unfortunately pbuilder doesn't want to work this way:
- it installs
openjdk-6-jre
as a dependency - it returns
pbuilder-satisfydepends-dummy: Depends: sun-java6-jdk which is a virtual package.
Which I don't understand since this is not a virtual package and my debian/control
explicitly lists:
Build-Depends: debhelper (>= 7), sun-java6-jdk, sun-java6-jre, java2-runtime, java-virtual-machine, libunixsocket-java, ant
Depends: ${shlibs:Depends}, ${misc:Depends}, sun-java6-jre, cron, sqlite3, libunixsocket-java
I'm using the pbuilder
environment with basic lenny.