Your message dated Sun, 27 May 2001 15:04:42 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#98843: patch to fix this
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.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 27 May 2001 01:07:32 +0000
>From [EMAIL PROTECTED] Sat May 26 20:07:32 2001
Return-path: <[EMAIL PROTECTED]>
Received: from fe2.rdc-kc.rr.com (mail2.kc.rr.com) [24.94.163.49]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 153p1o-00046v-00; Sat, 26 May 2001 20:07:32 -0500
Received: from debian ([65.26.104.73]) by mail2.kc.rr.com with Microsoft
SMTPSVC(5.5.1877.537.53);
Sat, 26 May 2001 20:07:31 -0500
Received: by debian (Postfix, from userid 1000)
id 71EE93414C; Sat, 26 May 2001 20:07:31 -0500 (CDT)
From: Mike Coleman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: package search clips package description line at quote character
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 26 May 2001 20:07:31 -0500 (CDT)
Delivered-To: [EMAIL PROTECTED]
Package: www.debian.org
Severity: minor
If you search for package 'subterfugue' in testing, you get
subterfugue 0.2-1 (63.5k)
Tool for subverting programs--
but you should get
subterfugue 0.2-1 (63.5k)
Tool for subverting programs--"strace meets expect"
---------------------------------------
Received: (at 98843-done) by bugs.debian.org; 27 May 2001 18:46:58 +0000
>From [EMAIL PROTECTED] Sun May 27 13:46:58 2001
Return-path: <[EMAIL PROTECTED]>
Received: from 187-37.speede.golden.net (landru.home.net) [64.39.187.37] (8)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 1545Z3-0002H4-00; Sun, 27 May 2001 13:46:58 -0500
Received: from treacy by landru.home.net with local (Exim 3.22 #1 (Debian))
id 1545qG-00075v-00; Sun, 27 May 2001 15:04:44 -0400
Date: Sun, 27 May 2001 15:04:42 -0400
From: "James A. Treacy" <[EMAIL PROTECTED]>
To: Matt Kraai <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#98843: patch to fix this
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.18i
Sender: "James A. Treacy" <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
On Sat, May 26, 2001 at 08:05:58PM -0700, Matt Kraai wrote:
>
> This problem is caused by the use of "s in the short description
> (obviously). The short description is used in the meta line, and
> these "s causes it to think that the attribute is finished before
> it is. The following patch changes these into "s, which
> should behave correctly. I'd have applied it myself, but the file
> is owned by the debwww group of which I am not a member.
>
> Matt
>
> --- /org/packages.debian.org/htmlscripts/html.pl Sat Dec 23 11:51:34 2000
> +++ html.pl Sat May 26 20:04:38 2001
> @@ -5,6 +5,7 @@
> my ($TITLE, $PACKTOP, $ROOT, $DESC, $KEYWORDS) = @_;
> $ROOT = 'http://www.debian.org';
> if (defined $DESC) {
> + $DESC =~ s/"/"/g;
> $DESC_LINE = "<meta name=\"Description\" content=\"$DESC\">";
> }
> else {
>
Applied. Closing the bug.
--
James (Jay) Treacy
[EMAIL PROTECTED]