Package: devscripts
Version: 2.11.1
Severity: normal
File: /usr/bin/debchange

Hi,

dch auto-nmu detection fails (on the last uploader) if the last uploader
has a trailing comma (so that adding a new uploader just requires
appending a new line (with trailing comma) without editing the previous
line).  I just experienced this myself with fglrx-driver which has

...
Maintainer: Fglrx packaging team <[email protected]>
Uploaders:
 Patrick Matthäi <[email protected]>,
 Michael Gilbert <[email protected]>,
 Andreas Beckmann <[email protected]>,
DM-Upload-Allowed: yes
...

Changing
   my @uploaders = split(/,\s+/, $uploader);
to
   my @uploaders = split(/,\s*/, $uploader);
fixes this. I don't really see why a space after the comma should be
neccessary.

Andreas




--
To unsubscribe, send mail to [email protected].

Reply via email to