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

Re: Buildd rejected my Build-depends:



On Mon, Jan 28, 2002 at 02:38:52PM +0100, Judica?l Courant wrote:

> Build-depends: debhelper (>= 3), ocaml (>= 3.01), camlp4 (>= 3.01)
> 
> in the control file of my package.
> 
> The latest upstream version of ocaml now provides camlp4, and the debian
> package Replaces:, Provides:, and Conflicts: camlp4. I expected that
> just replacing "camlp4 (>= 3.01)" by "camlp4" (as virtual package do not
> have any version number) would make my package ok both for the former
> and the newer version of the ocaml package.

You might try:

Build-depends: debhelper (>= 3), ocaml (>= 3.01), ocaml (>= X) | camlp4 (>= 3.01)

where X is the version which incorporates the former contents of camlp4.

-- 
 - mdz



Reply to: