From: Michael Prokop Date: Fri, 21 Mar 2014 07:49:37 +0000 (+0100) Subject: Rework script which checks for uninstallable packages X-Git-Tag: v0.23.1~2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=c701eefdfc1608c1655defece1c2e3f8ff5cde66;hp=c701eefdfc1608c1655defece1c2e3f8ff5cde66;p=grml-live.git Rework script which checks for uninstallable packages 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. ---