]> git.saurik.com Git - apt.git/commit - apt-pkg/pkgcachegen.cc
deprecate Pkg->Name in favor of Grp->Name
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 19 Jun 2014 09:00:02 +0000 (11:00 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 26 Sep 2014 22:09:09 +0000 (00:09 +0200)
commitfe86debbae914b51d2799e7b24abfd1f944f8caf
tree8c97eca81decc53d63f6b74cef78eb3eef29d0cf
parentd36b27305dae21f9b3b6de056853ecd8bbd157e6
deprecate Pkg->Name in favor of Grp->Name

They both store the same information, so this field just takes up space
in the Package struct for no good reason. We mark it "just" as deprecated
instead of instantly removing it though as it isn't misleading like
Section was and is potentially used in the wild more often.
apt-pkg/cacheiterators.h
apt-pkg/pkgcache.cc
apt-pkg/pkgcache.h
apt-pkg/pkgcachegen.cc
apt-private/private-cachefile.cc