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

Re: depends for *exact* upstream matches?



> >       Depends: gcc (>= 2.7.2.1), gcc (<< 2.7.2.2)
> > a correct way to indicate that I want exactly 2.7.2.1 upstream
> > release, but I don't care what debian revision?
> 
> seem's so (see other comments). but why do you expect that future
> upstream versions of gcc break existing code for ada support?

I suggested to Ian at one point that the "=" comparison only compare
the number of characters provided instead of an exact match.  This
is basically a suggestion to use "strncmp" instead of "strcmp".  Thus,
if you left off the Debian revision, then any debian revision would
match.  In  fact, you could do something like

	Depends: gcc (=2.)

to match any gcc with major revision "2".
                                             
                                          Brian
                                 ( bcwhite@verisim.com )
                                             
-------------------------------------------------------------------------------
 the difference between theory and practice is less in theory than in practice



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: