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

Re: what to put in Maintainer fields [was Re: Accepted po-debconf 0.2.2 (all source)]



>> Josip Rodin <joy@gkvk.hr> writes:

 >   if ($maintainer =~ /Debian Quality Assurance.*<(.+)>/) {
 >   	$lastname = 'Debian QA Group'; $firstname = ''; $email = $1;
 >   }
 >   [...]

 >   elsif ($maintainer =~ /David Martínez Moreno <(.+)>/) {
 >   	$lastname = 'Martínez' ; $firstname = 'David' ; $email = $1;
 >   }

 I wonder why the last name here is taken to be "Martínez" and in other
 similar cases (e.g., Amaya, IIRC) you use both surnames.

 I guess that answer relates to the reason why Lingua::EN::NameParse and
 Lingua::EN::NameCase aren't useful here.

-- 
Marcelo             | "Art thou a witch, *viva espana*?"
mmagallo@debian.org |         -- The Spanish Inquisition (Tadfield version)
                    |         in action
                    |            (Terry Pratchett & Neil Gaiman, Good Omens)



Reply to: