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 <pkg-fglrx-de...@lists.alioth.debian.org>
Uploaders:
 Patrick Matthäi <pmatth...@debian.org>,
 Michael Gilbert <michael.s.gilb...@gmail.com>,
 Andreas Beckmann <deb...@abeckmann.de>,
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, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to