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

Bug#145025: debugging cruft in package search results



Package: www.debian.org
Version: N/A; reported on 2002-04-29
Severity: minor

Searching package descriptions prints each keyword preceded by an
X[1].  The following patch removes the debugging code.

Matt

1.
http://packages.debian.org/cgi-bin/search_packages.pl?keywords=foo+bar&searchon=all&subword=1&version=stable&release=all

--- search_packages.pl.orig	Mon Apr 29 10:15:57 2002
+++ search_packages.pl	Mon Apr 29 10:16:17 2002
@@ -114,7 +114,6 @@
 		keywordsearch = ''
 		tmp = string.split(safekeywords, ' ')
 		for key in tmp:
-			print "X" + key
 			keywordsearch = keywordsearch + key + '* '
 	else:
 		keywordsearch = safekeywords

Attachment: pgpFN0sFth87r.pgp
Description: PGP signature


Reply to: