]> git.saurik.com Git - apt.git/commit
debListParser: ParseDepends: Only query native arch if needed
authorJulian Andres Klode <jak@debian.org>
Sun, 27 Dec 2015 01:19:20 +0000 (02:19 +0100)
committerJulian Andres Klode <jak@debian.org>
Sun, 27 Dec 2015 01:25:49 +0000 (02:25 +0100)
commit0e0bff781d58a2b02c5b812fc9acd929a07105a9
treed824af9b2e2aed08d03d851075075c4b34914047
parente9185eca390435b4060ef26c7c69d39f994da7a7
debListParser: ParseDepends: Only query native arch if needed

This makes the code parsing architecture lists slower, but on
the other hand, improves the more generic case of reading
dependencies from Packages files.
apt-pkg/deb/deblistparser.cc