#597846 debi: option to force installation

Package:
devscripts
Source:
devscripts
Description:
scripts to make the life of a Debian Package maintainer easier
Submitter:
arno renevier
Date:
2010-09-23 15:18:04 UTC
Severity:
wishlist
#597846#5
Date:
2010-09-23 14:20:54 UTC
From:
To:
Hi,
sometimes for testing purpose, I'd like to install packages with debi even if
all dependencies are not resolved. Then i use dpkg -i --force-depends instead
../package.deb instead of debi because it does not pass --force-* options to
dpkg.
It would be nice to pass some options, or maybe all unknown options to debpkg.

regards,
arno
--- /etc/devscripts.conf ---
--- ~/.devscripts --- Not present
#597846#10
Date:
2010-09-23 14:36:52 UTC
From:
To:
Does «debi --with-depends …» not work?
#597846#15
Date:
2010-09-23 15:14:51 UTC
From:
To:
Le jeudi 23 septembre 2010, à 10:36:52 -0400, James a écrit :

I wasn't aware of --with-depends (it's not documented in the manual).
It's a really nice option but unfortunately, it won't work with my specific
use case:
I have multiple custom packages, not uploaded to a repository.