Your message dated Fri, 31 Mar 2000 17:40:13 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#61491: apt: Apt-get doesn't distinguish between `.' and `-'
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; 31 Mar 2000 22:00:34 +0000
Received: (qmail 25347 invoked from network); 31 Mar 2000 22:00:33 -0000
Received: from db.myokay.net (HELO smtp.myokay.net) (195.211.211.74)
by master.debian.org with SMTP; 31 Mar 2000 22:00:33 -0000
Received: (qmail 27713 invoked for bounce); 31 Mar 2000 22:00:27 -0000
Received: from unknown (HELO deep-thought) (194.29.45.113)
by smtp.myokay.net with SMTP; 31 Mar 2000 22:00:27 -0000
Received: from scum by deep-thought with local (Exim 3.12 #1 (Debian))
id 12b31d-0000A4-00; Fri, 31 Mar 2000 17:07:53 +0200
From: Lars Weber <[EMAIL PROTECTED]>
Subject: apt: Apt-get doesn't distinguish between `.' and `-'
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.10
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 31 Mar 2000 17:07:53 +0200
Package: apt
Version: 0.3.18
Severity: normal
I don't know if there is a real problem in the following behavior of
apt-get, or whether it is known to do this.
> root[~]: apt-get --purge remove kernel-image.2.2.14
^
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following packages will be REMOVED:
> kernel-image-2.2.14*
^
> 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
> Need to get 0B of archives. After unpacking 903kB will be freed.
> Do you want to continue? [Y/n]
Regards,
Lars
-- System Information
Debian Release: 2.2
Kernel Version: Linux deep-thought 2.2.14 #1 Tue Mar 14 21:35:51 CET 2000 i586
unknown
Versions of the packages apt depends on:
ii libc6 2.1.3-7 GNU C Library: Shared libraries and
Timezone data
ii libstdc++2.10 2.95.2-7 The GNU stdc++ library
---------------------------------------
Received: (at 61491-done) by bugs.debian.org; 1 Apr 2000 00:40:04 +0000
Received: (qmail 23370 invoked from network); 1 Apr 2000 00:40:04 -0000
Received: from wakko.powersurfr.com (HELO wakko.deltatee.com) ([EMAIL
PROTECTED])
by master.debian.org with SMTP; 1 Apr 2000 00:40:04 -0000
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
by wakko.deltatee.com with smtp (Exim 2.11 #1)
id 12bBxV-00076s-00 (Debian); Fri, 31 Mar 2000 17:40:13 -0700
Date: Fri, 31 Mar 2000 17:40:13 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Lars Weber <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#61491: apt: Apt-get doesn't distinguish between `.' and `-'
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Fri, 31 Mar 2000, Lars Weber wrote:
> I don't know if there is a real problem in the following behavior of
> apt-get, or whether it is known to do this.
You've discovered the regex pattern matcher.
Jason