Your message dated Wed, 29 Jan 2003 19:42:39 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#178993: apt: "apt-cache search -something" doesn't work
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; 29 Jan 2003 23:38:16 +0000
>From [EMAIL PROTECTED] Wed Jan 29 17:38:16 2003
Return-path: <[EMAIL PROTECTED]>
Received: from smtp-out1.iol.cz [194.228.2.86]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18e1mZ-0008HJ-00; Wed, 29 Jan 2003 17:38:16 -0600
Received: from quirk.cic (a175-128.dialup.iol.cz [194.228.128.175])
by smtp-out1.iol.cz (Internet on Line ESMP server) with ESMTP
id 2B692168D43; Thu, 30 Jan 2003 00:37:44 +0100 (CET)
Received: from michal by quirk.cic with local (Exim 3.35 #1 (Debian))
id 18e1lC-0007YB-00; Thu, 30 Jan 2003 00:36:50 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Michal Cihar <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt: "apt-cache search -something" doesn't work
X-Mailer: reportbug 2.10
Date: Thu, 30 Jan 2003 00:36:50 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Michal Cihar <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.6 required=5.0
tests=SPAM_PHRASE_00_01
version=2.41
X-Spam-Level:
Package: apt
Version: 0.5.4
Severity: minor
Searching for anything that begins with - fails, as it is treated like
parameter. From man page it seems that it should work (search regex),
but it doesn't...
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux quirk.cic 2.4.20-ck #1 Wed Jan 15 20:44:58 CET 2003 i686
Locale: LANG=C, LC_CTYPE=cs_CZ
Versions of packages apt depends on:
ii libc6 2.3.1-9 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-15 The GNU stdc++ library
-- no debconf information
---------------------------------------
Received: (at 178993-done) by bugs.debian.org; 30 Jan 2003 02:42:41 +0000
>From [EMAIL PROTECTED] Wed Jan 29 20:42:40 2003
Return-path: <[EMAIL PROTECTED]>
Received: from shawidc-mo1.cg.shawcable.net (pd4mo1so.prod.shaw.ca)
[24.71.223.10]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18e4f2-0007Rc-00; Wed, 29 Jan 2003 20:42:40 -0600
Received: from pd6mr3so.prod.shaw.ca
(pd6mr3so-qfe3.prod.shaw.ca [10.0.141.218]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Wed,
29 Jan 2003 19:42:40 -0700 (MST)
Received: from pn2ml9so.prod.shaw.ca (pn2ml9so-qfe0.prod.shaw.ca [10.0.121.7])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Wed,
29 Jan 2003 19:42:40 -0700 (MST)
Received: from wakko.debian.net ([24.86.195.248])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Wed,
29 Jan 2003 19:42:40 -0700 (MST)
Received: from localhost ([127.0.0.1] helo=wakko.debian.net ident=jgg)
by wakko.debian.net with smtp (Exim 3.35 #1 (Debian))
id 18e4f1-0000bY-00; Wed, 29 Jan 2003 19:42:39 -0700
Date: Wed, 29 Jan 2003 19:42:39 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
Subject: Re: Bug#178993: apt: "apt-cache search -something" doesn't work
In-reply-to: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Michal Cihar <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Cc: APT Development Team <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.1 required=5.0
tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,
SPAM_PHRASE_00_01,USER_AGENT_PINE
version=2.41
X-Spam-Level:
On Thu, 30 Jan 2003, Michal Cihar wrote:
> Searching for anything that begins with - fails, as it is treated like
> parameter. From man page it seems that it should work (search regex),
> but it doesn't...
POSIX requires you use '--' before using any non-option arguments that
start with -
Jason