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

Bug#148859: marked as done (www.debian.org: http://www.debian.org/devel/people; webpage on wrong user)



Your message dated Mon, 3 Jun 2002 22:18:59 +0200
with message-id <20020603201858.GA28123@cibalia.gkvk.hr>
and subject line Bug#148859: www.debian.org: http://www.debian.org/devel/people; webpage on wrong user
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Jun 2002 01:09:10 +0000
>From bam@snoopy.apana.org.au Sun Jun 02 20:09:10 2002
Return-path: <bam@snoopy.apana.org.au>
Received: from snoopy.apana.org.au [203.12.237.97] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17EgLM-0001aw-00; Sun, 02 Jun 2002 20:09:09 -0500
Received: from localhost (localhost [127.0.0.1])
	by snoopy.apana.org.au (Postfix) with ESMTP
	id 4133B5768; Mon,  3 Jun 2002 11:09:06 +1000 (EST)
Received: from scrooge.chocbit.org.au (scrooge.apana.org.au [203.12.237.100])
	by snoopy.apana.org.au (Postfix) with ESMTP
	id B8A8C2564; Mon,  3 Jun 2002 11:09:02 +1000 (EST)
Received: from localhost (localhost [127.0.0.1])
	by scrooge.chocbit.org.au (Postfix) with ESMTP
	id AE814CCDC; Mon,  3 Jun 2002 11:09:06 +1000 (EST)
Received: by scrooge.chocbit.org.au (Postfix, from userid 1003)
	id 7A720CC94; Mon,  3 Jun 2002 11:09:03 +1000 (EST)
From: Brian May <bam@snoopy.apana.org.au>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: www.debian.org: http://www.debian.org/devel/people; webpage on wrong user
X-Mailer: reportbug 1.50
Date: Mon, 03 Jun 2002 11:09:03 +1000
Message-Id: <[🔎] 20020603010903.7A720CC94@scrooge.chocbit.org.au>
X-Virus-Scanned: by AMaViS snapshot-20020316
X-Virus-Scanned: by AMaViS snapshot-20020316
Delivered-To: submit@bugs.debian.org

Package: www.debian.org
Version: N/A; reported 2002-06-03
Severity: normal

Hello,

Mays, Brian has the home page http://snoopy.apana.org.au/~bam/.

However, that is my web page, not Brian Mays web page.

I am listed about 4 entries above Brian Mays without a home page.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scrooge 2.4.18 #1 Wed Apr 3 13:18:14 EST 2002 i686
Locale: LANG=C, LC_CTYPE=


---------------------------------------
Received: (at 148859-done) by bugs.debian.org; 3 Jun 2002 20:15:21 +0000
>From joy@gkvk.hr Mon Jun 03 15:15:21 2002
Return-path: <joy@gkvk.hr>
Received: from cibalia.gkvk.hr [161.53.211.3] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17EyEa-0006k4-00; Mon, 03 Jun 2002 15:15:21 -0500
Received: from joy by cibalia.gkvk.hr with local (Exim 3.35 #1 (Debian))
	id 17EyI7-0007LO-00; Mon, 03 Jun 2002 22:18:59 +0200
Date: Mon, 3 Jun 2002 22:18:59 +0200
To: Matt Kraai <kraai@debian.org>, 148859-done@bugs.debian.org
Subject: Re: Bug#148859: www.debian.org: http://www.debian.org/devel/people; webpage on wrong user
Message-ID: <20020603201858.GA28123@cibalia.gkvk.hr>
References: <[🔎] 20020603010903.7A720CC94@scrooge.chocbit.org.au> <[🔎] 20020603145405.GC214@catalonia>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20020603145405.GC214@catalonia>
User-Agent: Mutt/1.3.27i
From: Josip Rodin <joy@gkvk.hr>
Delivered-To: 148859-done@bugs.debian.org

On Mon, Jun 03, 2002 at 07:54:05AM -0700, Matt Kraai wrote:
> tag 148859 patch
> thanks
> 
> The following patch fixes this problem.  It also fixes the home
> page links for An Thi-Nguyen, James LewisMoss, James Moss, Ean
> Schussler, and R Garth Wood.
> 
> --- people.pl.orig	Mon Jun  3 07:42:51 2002
> +++ people.pl	Mon Jun  3 07:41:55 2002
> @@ -464,7 +464,7 @@
>  				($firstname,$lastname) = ($2,$1);
>  				# the following looks wierd, but you really do need to check first
>  				# names both ways
> -				if ($lastname =~ /$ldap_sn/i and ($firstname =~ /$ldap_cn/i or $ldap_cn =~ /$firstname/i)) {
> +				if ($lastname =~ /^$ldap_sn$/i and ($firstname =~ /$ldap_cn/i or $ldap_cn =~ /$firstname/i)) {
>  					# print STDERR $person." ".$ldap_sn." ".$homepageurl."\n";
>  					$People{$person}{homepage} = $homepageurl;
>  					$has_package = 1;

Figured it was something like this... thanks for determining the exact
place. I've applied the patch.

-- 
     2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to debian-www-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: