[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please hint aptitude into testing



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)

:)

Cheers,
-- 
Steve Langasek
postmodern programmer

Attachment: signature.asc
Description: Digital signature


Reply to: