On Wed, Mar 10, 2004 at 05:22:52PM +0100, Wichert Akkerman wrote: > Previously Matt Zimmerman wrote: > > It certainly sounds like a bug to me. > > In that case feel free to repen it and reassign it back to apt, since > calling apt-get update doesn't involve dpkg at all.
This bug has nothing to do with apt. 1. User runs dselect update. The result is a valid available file, containing Package: foo, Version: 1.0-1, Filename: .../foo_1.0-1_all.deb 2. User installs package foo, version 1.0-2 with dpkg --install. The result is an invalid available file, containing a stanza with Package: foo, Version: 1.0-2, Filename: .../foo_1.0-1_all.deb -- - mdz

