On Mon, Apr 18, 2005 at 06:41:17PM -0400, Daniel Burrows wrote:
aptitude 0.2.15.9-2 is now old enough to go into testing. This version fixes a bunch of translation bugs and adds conditionally-compiled support for the security features of apt 0.6 (this support isn't compiled into the binary that I uploaded, of course, but it will make life easier for users who want to use the new features).
Approved. It may not be an issue at all post-sarge, but FWIW, I think that
#if APT_PKG_MAJOR >= 3 && APT_PKG_MINOR >= 5
was probably meant to be
#if APT_PKG_MAJOR > 3 || (APT_PKG_MAJOR > 3 && APT_PKG_MINOR >= 5)
Umm, that would reduce to 'if APT_PKG_MAJOR > 3' or is this some sort of inside joke which I am missing.
signature.asc
Description: OpenPGP digital signature