package aptitude retitle 476951 There should be a way to invoke apt-listbugs before downloading packages. reassign 476951 apt-listbugs,apt thanks
On Sun, Apr 20, 2008 at 12:51:46PM -0500, Luca Bruno <[EMAIL PROTECTED]> was heard to say: > Currently aptitude first downloads packages then check for bugs. > I think it's better to ask the user whether to continue or not downloading > packages after checking critical bugs. apt-listbugs is invoked because it's listed in Dpkg::Pre-Install-Pkgs. This is the hook for commands that are invoked just before dpkg is called to install the new packages. aptitude doesn't even invoke this directly; it happens behind the scenes when the apt library is told to run dpkg. In order to get the effect you want, you would need a new hook that ran before any download started, and aptitude would have to explicitly ask to invoke it (as would all the other apt frontends). Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]