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

Bug#131298: marked as done (www.debian.org: bad names on Project Participants page)



Your message dated Fri, 1 Feb 2002 19:26:41 +0100
with message-id <20020201192641.G1833@cibalia.gkvk.hr>
and subject line Bug#131298: www.debian.org: bad names on Project Participants page
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; 28 Jan 2002 17:42:48 +0000
>From kraai@lafn.org Mon Jan 28 11:42:48 2002
Return-path: <kraai@lafn.org>
Received: from svfulraptor1.beckman.com (catalonia) [134.217.237.30] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16VFns-0000T5-00; Mon, 28 Jan 2002 11:42:48 -0600
Received: from kraai by catalonia with local (Exim 3.34 #1 (Debian))
	id 16VFo9-0000Zk-00
	for <submit@bugs.debian.org>; Mon, 28 Jan 2002 09:43:05 -0800
Date: Mon, 28 Jan 2002 09:43:05 -0800
From: Matt Kraai <kraai@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: www.debian.org: bad names on Project Participants page
Message-ID: <20020128174305.GA2142@lafn.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1"
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
X-Reportbug-Version: 1.41.14213
Sender: Matt Kraai <kraai@lafn.org>
Delivered-To: submit@bugs.debian.org


--n8g4imXOkfNTN/H1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: www.debian.org
Version: N/A; reported 2002-01-28
Severity: minor
Tags: patch

The entry for Richard A Nelson on the Project Participants page is
incorrect.  It appears as

A, Richard  <cowboy@debian.org>

instead of

Nelson, Richard A  <cowboy@debian.org>

There are similar problems for David D.W. Downey, Gregory J.
Oschwald, and Luca De Vitis.

The following patch fixes all of these problems, and leaves the
rest of the entries unchanged.

--- /org/www.debian.org/cron/scripts_weekly/people/people.pl	Sat Jan  5 17:27:17 2002
+++ people.pl	Mon Jan 28 09:36:27 2002
@@ -331,22 +331,8 @@ sub canonical_names() {
 		#
 		# elsif ($maintainer =~ /"?([\w~'-]+?)\s+(.*?)\s*(([vV]an |Di |de |Le )?[\w~'-]+),?\s*[IV]*"?\s+<(.+)>\s*/o) {
 		#	($firstname,$middlename,$lastname,$email) = ($1,$2,$3,$5);
-		elsif ($maintainer =~ /"?(.+?)\s+(([vV][ao]n )?(da |de |Di |Le )?[\w~'-]+),?\s*([IV]*|Jr\.?)"?\s+<(.+)>\s*/o) {
-			($firstname,$lastname,$email) = ($1,$2,$6);
-		}
-		# Only a single word is given for the name, or something
-		elsif ($maintainer =~ /(.+)?\s+<(.+)>/o) {
-			$whatever = $1;
-			$email = $2;
-			# Check if there's one of those stupid STUPID S T U P I D comments within the name
-			if ($whatever =~ /"?(.+?)\s+(([vV][ao]n )?(da |de |Di |Le )?[\w~'-]+),?\s*([IV]*|Jr\.?)"?.*\((.*)\)/o) {
-				($firstname,$lastname) = ($1,$2);
-#				warn "discarded a comment in $whatever\n";
-			} else {
-				print "$1 <$2>\n";
-				die "Unknown maintainer format \$1 = $1 and \$2 = $2";
-				# send mail to webmaster@debian.org
-			}
+		elsif ($maintainer =~ /"?(.+?)\s+(([vV][ao]n )?(da |de |Di |Le )?[\w~'-]+),?\s*([IV]*|Jr\.?)"?(\s+\(.*\))?\s+<(.+)>\s*/o) {
+			($firstname,$lastname,$email) = ($1,$2,$7);
 		}
 		# Only an email address is given
 		elsif ($maintainer =~ /(.+)*/o) {

-- System Information
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux catalonia 2.4.16-newpmac #1 Mon Jan 7 20:51:25 EST 2002 ppc
Locale: LANG=C, LC_CTYPE=C

--n8g4imXOkfNTN/H1
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8VY2pfNdgYxVXvBARArJfAKCRdtoNFZY96qHWLkfHb0lROz/quACgkyiN
Ug5673S72bGzuYfrwC9D28A=
=30XJ
-----END PGP SIGNATURE-----

--n8g4imXOkfNTN/H1--

---------------------------------------
Received: (at 131298-done) by bugs.debian.org; 1 Feb 2002 18:23:40 +0000
>From joy@cibalia.gkvk.hr Fri Feb 01 12:23:40 2002
Return-path: <joy@cibalia.gkvk.hr>
Received: from cibalia.gkvk.hr [161.53.211.3] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16WiLa-0005l3-00; Fri, 01 Feb 2002 12:23:40 -0600
Received: from joy by cibalia.gkvk.hr with local (Exim 3.33 #1 (Debian))
	id 16WiOX-0000gi-00; Fri, 01 Feb 2002 19:26:41 +0100
Date: Fri, 1 Feb 2002 19:26:41 +0100
To: Matt Kraai <kraai@debian.org>, 131298-done@bugs.debian.org
Subject: Re: Bug#131298: www.debian.org: bad names on Project Participants page
Message-ID: <20020201192641.G1833@cibalia.gkvk.hr>
References: <20020128174305.GA2142@lafn.org> <[🔎] 20020201190701.D1833@cibalia.gkvk.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <[🔎] 20020201190701.D1833@cibalia.gkvk.hr>; from joy@cibalia.gkvk.hr on Fri, Feb 01, 2002 at 07:07:01PM +0100
From: Josip Rodin <joy@cibalia.gkvk.hr>
Delivered-To: 131298-done@bugs.debian.org

On Fri, Feb 01, 2002 at 07:07:01PM +0100, Josip Rodin wrote:
> > The following patch fixes all of these problems, and leaves the
> > rest of the entries unchanged.
> 
> Ooh! Ooh! The brevity!
> 
> (You tested this?)

Seems to work. Thanks!

-- 
     2. That which causes joy or happiness.



Reply to: