]> git.saurik.com Git - apt.git/commitdiff
use GroupCount for package names in stats and add a package struct line
authorDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 4 May 2010 10:54:52 +0000 (12:54 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Tue, 4 May 2010 10:54:52 +0000 (12:54 +0200)
cmdline/apt-cache.cc
debian/changelog

index b0034bf6d682f1b120309ca0223ae0217e8b900e..b981e2fa71f993461f55fe3aa806af10d9bedfd9 100644 (file)
@@ -242,7 +242,9 @@ bool DumpPackage(CommandLine &CmdL)
 bool Stats(CommandLine &Cmd)
 {
    pkgCache &Cache = *GCache;
-   cout << _("Total package names: ") << Cache.Head().PackageCount << " (" <<
+   cout << _("Total package names: ") << Cache.Head().GroupCount << " (" <<
+      SizeToStr(Cache.Head().GroupCount*Cache.Head().GroupSz) << ')' << endl
+        << _("Total package structures: ") << Cache.Head().PackageCount << " (" <<
       SizeToStr(Cache.Head().PackageCount*Cache.Head().PackageSz) << ')' << endl;
 
    int Normal = 0;
index 5885f9246cc130d0c70f4840ce5ad59e725ef067..3fd3f0a33592facc112bdd9259818177ba7d979d 100644 (file)
@@ -30,6 +30,7 @@ apt (0.7.26~exp4) experimental; urgency=low
   * cmdline/apt-cache.cc:
     - align Installed and Candidate Version in policy so they can be compared
       easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
+    - use GroupCount for package names in stats and add a package struct line
   * doc/apt.ent:
     - Add a note about APT_CONFIG in the -c description (Closes: #578267)
   * doc/po/de.po: