From: David Kalnischkies Date: Thu, 19 Jun 2014 09:00:02 +0000 (+0200) Subject: deprecate Pkg->Name in favor of Grp->Name X-Git-Tag: 1.1.exp4~52 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fe86debbae914b51d2799e7b24abfd1f944f8caf?hp=fe86debbae914b51d2799e7b24abfd1f944f8caf 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. ---