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

Re: Please hint aptitude into testing



* Steve Langasek (vorlon@debian.org) [050425 11:20]:
> 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)

not rather
  #if APT_PKG_MAJOR == 3 || (APT_PKG_MAJOR > 3 && APT_PKG_MINOR >= 5)

:)


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C



Reply to: