]> git.saurik.com Git - apt.git/commit - apt-pkg/deb/deblistparser.cc
store ':any' pseudo-packages with 'any' as architecture
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 5 Sep 2015 10:58:04 +0000 (12:58 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 14 Sep 2015 13:22:18 +0000 (15:22 +0200)
commitf6ce7ffce526432a855166074332f97b37ad98db
tree104eb431835c1cc1c7f6957fc27f3f8fada31976
parent1501a2c9d8672775bc3f706a17ee1a4a534ca1dd
store ':any' pseudo-packages with 'any' as architecture

Previously we had python:any:amd64, python:any:i386, … in the cache and
the dependencies of an amd64 package would be on python:any:amd64, of an
i386 on python:any:i386 and so on. That seems like a relatively
pointless endeavor given that they will all be provided by the same
packages and therefore also a waste of space.

Git-Dch: Ignore
apt-pkg/deb/deblistparser.cc
apt-pkg/pkgcache.cc
test/integration/test-multiarch-allowed