Bug#913001: live-wrapper: Handle firmware list more robustly by using proper whitespace split

2018-12-07 Thread Steve McIntyre
Contro: tag -1 pending On Mon, Nov 05, 2018 at 07:50:37PM +, Witold Baryluk wrote: >Package: live-wrapper >Version: 0.7 >Severity: normal >Tags: patch > >Hi, > >Patch against current master branch in attachement. > >" >Fix splitting of firmare package names > >split(' ') literally

Bug#913001: live-wrapper: Handle firmware list more robustly by using proper whitespace split

2018-11-05 Thread Witold Baryluk
Package: live-wrapper Version: 0.7 Severity: normal Tags: patch Hi, Patch against current master branch in attachement. " Fix splitting of firmare package names split(' ') literally splits on a single space: 'firmware-a firmware-b'.split(' ') == ['firmware-a', '', 'firmwar