Hi, On Fri, Jan 20, 2012 at 04:25:41PM +0100, Hendrik Tews wrote:
> 1. I would like to have a dependency on camlp4-extra requiring a > version >= 3.12.1 _and_ << 3.13. How can I express this? Depends: camlp4-extra (>= 3.12.1), camlp4-extra (< 3.13.) this works since in debian you can have installed only one version of a package at a time, so the version of campl4-extra that you install has to satisfy both constraints. -Ralf. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

