[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "family name, personal name" in devel/people



On Thu, Jan 30, 2003 at 12:02:26PM +0100, Josip Rodin wrote:
> On Wed, Jan 29, 2003 at 11:06:59PM -0800, Matt Kraai wrote:
> >  		elsif ($maintainer =~ /Sylvain LE GALL <(.+)>/) {
> >  			$lastname = 'Le Gall'; $firstname = 'Sylvain'; $email = $1;
> >  		}
> 
> I was wondering if you'd get the above to work, too :o)

Given my limited knowledge of perl, the cure would be worse than
the disease.

> > -		elsif ($maintainer =~ /A Menucc1? <(.+)>/) {
> > -			$lastname = 'Menucci'; $firstname = 'Andrea'; $email = $1;
> > +		elsif ($maintainer =~ /A Mennucc1? <(.+)>/) {
> > +			$lastname = 'Mennucci'; $firstname = 'Andrea'; $email = $1;
> 
> > +		elsif ($maintainer =~ /W\. Borgert <(.+)>/) {
> > +			$lastname = 'Borgert'; $firstname = 'W.'; $email = $1;
> 
> Random bug fixes?

The first is, the second keeps it from mistaking "W." for
$lastname.  It should set $firstname to "Wolfgang" instead, but I
was too lazy to look that up last night.

> > -		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).

Matt



Reply to: