Comment 7 for bug 1694697

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Using:
ii apt 1.2.24 amd64 commandline package manager

And executing:
(1) apt-get build-dep -s ./segv.dsc should succeed instead of crash
(2) apt-get build-dep -s ./failure.dsc should complain about "Depends: a-non-existing-package but it is not installable" instead of succeeding.

I correctly get success for positive test case (1) and an error for the negative test case (2).