Rework script which checks for uninstallable packages
authorMichael Prokop <mika@grml.org>
Fri, 21 Mar 2014 07:49:37 +0000 (08:49 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 21 Mar 2014 07:49:37 +0000 (08:49 +0100)
While older versions of dpkg reported:

| No packages found matching ${package}.

newer ones report:

| dpkg-query: no packages found matching ${package}

Newer versions of dpkg also seem to mix stdout and stderr
(looking like buffering problems?), so the result is unreliable
for us. Therefore split handling of stdout and stderr output.

This fixes the problem that the junit output wasn't
really adequate anymore lately.


No differences found