If readme file contains any whitespace-only line, dpkg -i failed with "blank line in value of field 'Description'".
For example, I failed to install chmln/sd due to this issue.
split_by_chars() should convert not only empty lines, but also whitespace lines.
If readme file contains any whitespace-only line,
dpkg -i
failed with "blank line in value of field 'Description'". For example, I failed to install chmln/sd due to this issue.split_by_chars()
should convert not only empty lines, but also whitespace lines.