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

Bug#98843: marked as done (package search clips package description line at quote character)



Your message dated Sun, 27 May 2001 15:04:42 -0400
with message-id <[🔎] 20010527150442.B27159@landru.home.link>
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 mkc@mathdogs.com Sat May 26 20:07:32 2001
Return-path: <mkc@mathdogs.com>
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 <mkc@mathdogs.com>
To: submit@bugs.debian.org
Subject: package search clips package description line at quote character
Message-Id: <[🔎] 20010527010731.71EE93414C@debian>
Date: Sat, 26 May 2001 20:07:31 -0500 (CDT)
Delivered-To: submit@bugs.debian.org

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 treacy@debian.org Sun May 27 13:46:58 2001
Return-path: <treacy@debian.org>
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" <treacy@debian.org>
To: Matt Kraai <kraai@debian.org>, 98843@bugs.debian.org
Cc: 98843-done@bugs.debian.org
Subject: Re: Bug#98843: patch to fix this
Message-ID: <[🔎] 20010527150442.B27159@landru.home.link>
References: <[🔎] 20010526200558.B278@brandx.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20010526200558.B278@brandx.net>
User-Agent: Mutt/1.3.18i
Sender: "James A. Treacy" <treacy@home.net>
Delivered-To: 98843-done@bugs.debian.org

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 &quot;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/"/&quot;/g;
>  	$DESC_LINE = "<meta name=\"Description\" content=\"$DESC\">";
>  }
>  else {
> 
Applied. Closing the bug.

-- 
James (Jay) Treacy
treacy@debian.org



Reply to: