Bug#783630: wrap-and-sort: wrongly wraps Uploaders: field

2015-04-28 Thread Thomas Goirand
Package: devscripts
Version: 2.15.3
Severity: normal

When running: wrap-and-sort -t -a
I get the below result:

Uploaders: Thomas Goirand z...@debian.org,
   John Doe f...@debian.org,
   ,

Each subsequent run adds a line with a comma and nothing more:

Uploaders: Thomas Goirand z...@debian.org,
   John Doe f...@debian.org,
   ,
   ,

There's obviously something wrong here that should be fixed.

Cheers,

Thomas Goirand (zigo)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#783630: wrap-and-sort: wrongly wraps Uploaders: field

2015-04-28 Thread James McCoy
On Apr 28, 2015 10:30 AM, Thomas Goirand z...@debian.org wrote:
 When running: wrap-and-sort -t -a
 I get the below result:

 Uploaders: Thomas Goirand z...@debian.org,
John Doe f...@debian.org,
,

 Each subsequent run adds a line with a comma and nothing more:

 There's obviously something wrong here that should be fixed.

Yes. You're missing the closing  in John Doe's email address.

Cheers,
James