pbuilder

pbuilder storing dependencies

Hi, I'm building only a limited number of packages, which have the same dependency set on every build. Unfortunately, pbuilder tries to install the dependencies on every rebuild instead of storing a prepared image and reusing it every time, for example. Is there a way to enable such functionality? Can I somehow skip the long step of ins...

Trying to create a package for debian with java

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 packag...