]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
make http size check work
[apt.git] / cmdline / apt-cache.cc
index 5a5dde08814608c9f0f9e596243982b171473682..0f4f7e1ce1e9ef30a9ce9bd716e9c46bd5263988 100644 (file)
@@ -389,6 +389,8 @@ static bool Stats(CommandLine &)
            stritems.insert(V->VerStr);
         if (V->Section != 0)
            stritems.insert(V->Section);
+        stritems.insert(V->SourcePkgName);
+        stritems.insert(V->SourceVerStr);
         for (pkgCache::DepIterator D = V.DependsList(); D.end() == false; ++D)
         {
            if (D->Version != 0)