- Package:
- live-wrapper
- Source:
- live-wrapper
- Submitter:
- Witold Baryluk
- Date:
- 2022-06-24 14:51:58 UTC
- Severity:
- normal
- Tags:
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', '', 'firmware-b']
Use split() that automatically removes empty elements (equivelent to
strip + remove if empty), and splits on tabs and newlines.
This makes human provided arguments be handled more robustly.
"
Thanks.
Contro: tag -1 pending Apologies for the delay. I've just pushed this change into git now. It'll also get picked up by our builds from ths point. (Glad I checked - they were still trying to pull from alioth!)
Dear submitter, as the package live-wrapper has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1009282 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)