Bug#919563: devscripts: simplify annotate-output

2019-02-28 Thread Johannes Schauer
On Thu, 17 Jan 2019 09:41:26 +0100 Johannes 'josch' Schauer wrote: > please correct me if I'm wrong but could annotate-output not be greatly > simplified by using this proof-of-concept: > > handler () { > while IFS= read -r line || [ -n "$line" ]; do > p

Bug#919563: devscripts: simplify annotate-output

2019-01-17 Thread Johannes 'josch' Schauer
Package: devscripts Version: 2.19.2 Severity: wishlist Hi, please correct me if I'm wrong but could annotate-output not be greatly simplified by using this proof-of-concept: handler () { while IFS= read -r line || [ -n "$line" ]; do printf "%s %s: