On Thu, Jan 30, 2003 at 07:46:13AM -0800, Matt Kraai wrote: > > > - elsif ($maintainer =~ /Taku YASUI <(.+)>/) { > > > - $lastname = 'Yasui'; $firstname = 'Taku'; $email = $1; > > > + elsif ($maintainer =~ /Hatta Shuzo <(.+)>/) { > > > + $lastname = 'Hatta'; $firstname = 'Shuzo'; $email = $1; > > > > You were working off an outdated commit? > > It's based on /org/www.debian.org/cron/people_scripts/people.pl. > If I don't do this, HATTA Shuzo's has two entries, one for escm > (which has "HATTA Shuzo" in the Maintainer field), and one for > gauche and jfbterm (which have "Hatta Shuzo" in the Maintainer > field).
Hmm. I committed: + elsif ($maintainer =~ /(?:Hatta|HATTA) Shuzo <(.+)>/) { + $lastname = 'Hatta'; $firstname = 'Shuzo'; $email = $1; + } the other day. In any case, I'll start applying all this now. -- 2. That which causes joy or happiness.