Your message dated Tue, 5 Oct 1999 16:45:15 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#46717: apt: apt-get | apt-cache fail to merge lists
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; 5 Oct 1999 19:56:58 +0000
Received: (qmail 23776 invoked from network); 5 Oct 1999 19:56:55 -0000
Received: from smtp6.jps.net (209.63.224.103)
by master.debian.org with SMTP; 5 Oct 1999 19:56:55 -0000
Received: from journey (216-224-143-85.stk.jps.net [216.224.143.85])
by smtp6.jps.net (8.9.3/8.9.0) with ESMTP id MAA29809
for <[EMAIL PROTECTED]>; Tue, 5 Oct 1999 12:55:27 -0700 (PDT)
Received: by jps.net
via sendmail from stdin
id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102)
for [EMAIL PROTECTED]; Tue, 5 Oct 1999 12:55:08 -0700 (PDT)
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 5 Oct 1999 12:55:08 -0700 (PDT)
From: Erik Bernhardson <[EMAIL PROTECTED]>
Subject: apt: apt-get | apt-cache fail to merge lists
To: [EMAIL PROTECTED]
X-Mailer: bug 3.2.5
Package: apt
Version: 0.3.13
Severity: normal
If a package has a line like
Provides: foo (=1.2.3)
in its control, apt fails to merge the lists. dpkg and the dh_* scripts dont
complain about this, infact the dh_* scripts complain if its just (1.2.3) saying
that the reference to foo has an 'implicit exact match on version number.'
-- System Information
Debian Release: potato
Kernel Version: Linux journey 2.2.12 #13 Wed Sep 15 16:57:07 PDT 1999 i586
unknown
Versions of the packages apt depends on:
ii libc6 2.1.2-5 GNU C Library: Shared libraries and timezone
ii libstdc++2.10 2.95.2-0pre2 The GNU stdc++ library
---------------------------------------
Received: (at 46717-done) by bugs.debian.org; 5 Oct 1999 22:45:37 +0000
Received: (qmail 14166 invoked from network); 5 Oct 1999 22:45:36 -0000
Received: from async20-13.remote.ualberta.ca (HELO localhost) ([EMAIL
PROTECTED])
by master.debian.org with SMTP; 5 Oct 1999 22:45:36 -0000
Received: from localhost [127.0.0.1] (jgg)
by localhost with smtp (Exim 2.11 #1)
id 11YdKe-0004hj-00 (Debian); Tue, 5 Oct 1999 16:45:16 -0600
Date: Tue, 5 Oct 1999 16:45:15 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
Reply-To: Jason Gunthorpe <[EMAIL PROTECTED]>
To: Erik Bernhardson <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#46717: apt: apt-get | apt-cache fail to merge lists
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Tue, 5 Oct 1999, Erik Bernhardson wrote:
> If a package has a line like
>
> Provides: foo (=1.2.3)
> in its control, apt fails to merge the lists. dpkg and the dh_* scripts
> dont complain about this, infact the dh_* scripts complain if its just
> (1.2.3) saying that the reference to foo has an 'implicit exact match on
> version number.'
This is not valid syntax and is explicitly rejected to make sure we don't
have problems when we add real versioned provides. You must NOT put any
bracketed expression in a provides line.
dpkg it seems will parse that but will not actually do anything with it,
the result simply goes into the bitbucket.
Jason