diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-07-20 12:32:46 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-10 17:27:59 +0200 |
commit | 7f8c0eed6983db7b8959f1498fc8bc80c98d719e (patch) | |
tree | afa7f6890867867cecbe84b4993d7d5026d79436 /test/integration/test-apt-update-nofallback | |
parent | 1d3eea5caf65aacd7f112d14030a0499f32b9c75 (diff) |
parse packages from all architectures into the cache
Now that we can dynamically create dependencies and provides as needed
rather than requiring to know with which architectures we will deal
before running we can allow the listparser to parse all records rather
than skipping records of "unknown" architectures.
This can e.g. happen if a user has foreign architecture packages in his
status file without dpkg knowing about this architecture (or apt
configured in this way).
A sideeffect is that now arch:all packages are (correctly) recorded as
available from any Packages file, not just from the native one – which
has its downsides for the resolver as mixed-arch source packages can
appear in different architectures at different times, but that is the
problem of the resolver and dealing with it in the parser is at best a
hack (and also depends on a helpful repository).
Another sideeffect is that his allows :none packages to appear in
Packages files again as we don't do any kind of checks now, but given
that they aren't really supported (anymore) by anyone we can live with
that.
Diffstat (limited to 'test/integration/test-apt-update-nofallback')
0 files changed, 0 insertions, 0 deletions