Bug#714352: [coreutils] seq -s not working

2016-01-09 Thread Andrew McCarthy
On Fri, 28 Jun 2013 12:44:25 -0600 Bob Proulx wrote: > Upstream bug reference. > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13227 > > Bob The upstream report shows the bug to have been specific to coreutils 8.20, which is no longer in Debian. I can't reproduce it in Wheezy (coreutils 8.13)

Bug#714352: [coreutils] seq -s not working

2013-06-28 Thread Bob Proulx
Upstream bug reference. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13227 Bob signature.asc Description: Digital signature

Bug#714352: [coreutils] seq -s not working

2013-06-28 Thread Bob Proulx
tag 714352 + fixed pending thanks Török Edwin wrote: > On Debian sid (incorrect): > $ /usr/bin/seq -s 'a' 3 > 1 > 2a3a Thank you for the report. This bug was introduced in coreutils-8.19 and was fixed in the coreutils-8.21 release (2013-02-14) and will propagate to Sid in the next upload. Bob

Bug#714352: [coreutils] seq -s not working

2013-06-28 Thread Török Edwin
Package: coreutils Version: 8.20-3 Severity: normal --- Please enter the report below this line. --- On Debian sid (incorrect): $ /usr/bin/seq -s 'a' 3 1 2a3a On Debian wheezy (correct): $ /usr/bin/seq -s 'a' 3 1a2a3 The manpage says for -s: "use STRING to separate numbers (default: \n)". And t