Comment 5 for bug 901741

Revision history for this message
Colin Watson (cjwatson) wrote : Re: perl-modules lucid->precise upgrade failure: debsums needs to restrict itself to Essential dependencies

Avoiding things like File::Find in debsums is rather difficult. There's another possibility: we could just have debsums bail out cleanly (with an error message) if File::Find can't be imported. apt will get round to running it again at a more convenient time anyway, and it will catch up with all the work it needs to do then.

The one wart is that debsums will have to exit 0 in this case to avoid breaking apt. That's unpleasant, but I think it's a necessary evil.