]> git.saurik.com Git - apt.git/commit
store source name and version in binary cache
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 20 Jun 2014 17:34:40 +0000 (19:34 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 23:45:37 +0000 (01:45 +0200)
commita221efc331693f8905da870141756c892911c433
treefd7c329816aeb573731516600adc2a32d406a7d8
parent84361defb573c52d9a5368069254d1e18105aa62
store source name and version in binary cache

Accessing the package records to acquire this information is pretty
costly, so that information wasn't used so far in many places. The most
noticeable user by far is EDSP at the moment, but there are ideas to
change that which this commit tries to enable.
apt-pkg/cacheiterators.h
apt-pkg/deb/deblistparser.cc
apt-pkg/deb/dpkgpm.cc
apt-pkg/edsp.cc
apt-pkg/pkgcache.h
cmdline/apt-cache.cc
cmdline/apt-get.cc