Package validation: also detect packages that failed to install
authorMichael Prokop <mika@grml.org>
Sun, 15 Jan 2012 22:05:08 +0000 (23:05 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 15 Jan 2012 22:05:08 +0000 (23:05 +0100)
So far we detected only packages that have been requested for
installation but failed because the package isn't *available*
(as in not available in the configured Debian repositories).

Without checking for packages that have been requested for
installation but failed because of dependency issues we
might be left in a state with missing packages.

So let's check for both situations and generate according JUnit
reports.


No differences found