Re: debian/control package dependency list (how to exclude some version)
- From: Daniel Burrows <dburrows@xxxxxxxxxx>
- Date: Tue, 09 Oct 2007 07:16:09 -0700
On Mon, Oct 08, 2007 at 03:19:03PM -0700, qing zhao <qingzhao@xxxxxxxxx> was heard to say:
Is there a way that I can exclude some package version in package
dependency list. I understand that the current relationships between
packages are: <<, <=, =, >= and >> for strictly earlier, earlier or
equal, exactly equal, later or equal and strictly later, respectively.
But is there a plan to add sth. like != for NOT equal?
Depends: foo
Conflicts: foo (= ver)
This is logically equivalent:
Depends: foo (<< ver) | foo (>> ver)
but not idiomatic and I don't know if the tools will handle it well.
Daniel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- Prev by Date: Re: On defense of the sshd crackers
- Next by Date: Re: On defense of the sshd crackers
- Previous by thread: Re: debian/control package dependency list (how to exclude some version)
- Next by thread: Anyone knows what happened to this mailing list & web site?
- Index(es):
Relevant Pages
|