Your message dated Fri, 1 Feb 2002 19:26:41 +0100
with message-id <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED] Mon Jan 28 11:42:48 2002
Return-path: <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>; Mon, 28 Jan 2002 09:43:05 -0800
Date: Mon, 28 Jan 2002 09:43:05 -0800
From: Matt Kraai <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: www.debian.org: bad names on Project Participants page
Message-ID: <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
--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 <[EMAIL PROTECTED]>
instead of
Nelson, Richard A <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
- }
+ 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 [EMAIL PROTECTED] Fri Feb 01 12:23:40 2002
Return-path: <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#131298: www.debian.org: bad names on Project Participants page
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Fri, Feb 01, 2002
at 07:07:01PM +0100
From: Josip Rodin <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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.