Package: isenkram-cli Version: 0.33 Severity: important The /usr/sbin/isenkram-autoinstall-firmware script is no longer able to install firmware from contrib or non-free, because apt-cache show no longer print any output when stdout is a pipe. Not sure when apt-cache changed behaviour, but it is at least happening with apt version 1.4.7.
The fix is to use 'apt-get install -s' instead, and check the exit code instead of the printed output. -- Happy hacking Petter Reinholdtsen