Romain Beauxis wrote: > I would propose to use versioned depends inside each binary package generated > by ocaml, that means for instance: >> Depends: libc6 (>= 2.7-1), libx11-6, ocaml-base-nox-3.10.1 > replaced by >> Depends: libc6 (>= 2.7-1), libx11-6, ocaml-base-nox (= 3.10.1) > > What do you think ?
You didn't answer to Zack's question: why not just put an inequality instead of an equality in the dependency? And would your "(= 3.10.1)" match version "3.10.1-1~bpo40+1"? I'd rather put (>= 3.10.1-1~bpo40) or such. -- Stéphane

