#391715 pbuilder: Allow to provide additional available .deb files on the command line

#391715#5
Date:
2006-10-08 10:06:40 UTC
From:
To:
I have the common situation, that I want to build my package "foo"
against a library "bar" which has not yet hit the archive, but I
have the .deb for the new library available.
To achieve this, I could create a local mirror containing the
bar .deb and add this directory for building foo through the
--other-mirror option. However this is somehwat complicated.
I would like to have a simpler way of doing this, something like:
    pbuilder build --with-additional-packages="libbar-dev_0.1_i386.deb"


Thanks,

Ben