move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()
authorDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 26 Feb 2010 19:47:19 +0000 (20:47 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Fri, 26 Feb 2010 19:47:19 +0000 (20:47 +0100)
commit75ce206243e409b170d06723430eb85a4a747882
tree1e7f9aefe939d3c4a1cb8402ad0b88ea03c7b1dc
parentb7044b4b7483259f6dbca4fce56320dbde6da02a
move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()
responseable for displaying a package name and the architecture in a
uniform way. Pretty option can be used to not append the architecture if
it is the native architecture or all - and use it all over the place in
the commandline tools.
apt-pkg/cacheiterators.h
apt-pkg/pkgcache.cc
cmdline/apt-cache.cc
cmdline/apt-get.cc