On Mon, Jun 03, 2002 at 12:17:44PM +0200, Jose Carlos Garcia Sogo wrote:
>   And I'm listed twice:
>    
>     - Once as Carlos Garcia Sogo, Jose with the homepage set to
>       http://p.d.o/~jsogo and neither email address nor packages.
>       
>     - Other as Sogo, Jose Carlos Garcia with email and packages but not
>       the homepage.
> 
>      Anyway, it should be Garcia Sogo, Jose Carlos but I don't know how
>      it's stored in LDAP database.

The following patch fixes the second listing to use correct
name.

As for the first listing, is `Garcia Sogo' considered your
surname, or just `Sogo'?  If the former, then your db.debian.org
record should be updated.  If the latter, the script should be
updated.

Matt

--- people.pl.orig      Mon Jun  3 08:29:59 2002
+++ people.pl   Mon Jun  3 08:18:53 2002
@@ -341,6 +341,9 @@
                elsif ($maintainer =~ /Esteban Manchado Vel?zquez.*<(.+)>/) {
                        $lastname = 'Manchado Vel?zquez' ; $firstname = 
'Esteban' ; $email = $1;
                }
+               elsif ($maintainer =~ /Jose Carlos Garcia Sogo.*<(.+)>/) {
+                       $lastname = 'Garcia Sogo' ; $firstname = 'Jose Carlos'; 
$email = $1;
+               }
 
 #
 # The following should handle almost everyone

Attachment: pgpu4Yonz0USN.pgp
Description: PGP signature

Reply via email to