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

Re: [Pkg-ocaml-maint-commits] r5688 - in /trunk/packages/pycaml/trunk/debian: changelog control rules



On Sat, May 24, 2008 at 19:43:40 -0000, glondu-guest@users.alioth.debian.org wrote:

> Author: glondu-guest
> Date: Sat May 24 19:43:39 2008
> New Revision: 5688
> 
> URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5688
> Log:
>  * Fix dependencies and location of dllpycaml_stubs.so (thanks to
>    Michael Bienia).
> 
> Modified:
>     trunk/packages/pycaml/trunk/debian/changelog
>     trunk/packages/pycaml/trunk/debian/control
>     trunk/packages/pycaml/trunk/debian/rules
> 
> Modified: trunk/packages/pycaml/trunk/debian/control
> URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/pycaml/trunk/debian/control?rev=5688&op=diff
> ==============================================================================
> --- trunk/packages/pycaml/trunk/debian/control (original)
> +++ trunk/packages/pycaml/trunk/debian/control Sat May 24 19:43:39 2008
> @@ -10,7 +10,7 @@
>  
>  Package: pycaml
>  Architecture: any
> -Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
> +Depends: ocaml-base-nox-${F:OCamlABI}, ocaml-interp, ${shlibs:Depends}
>  Recommends: ocaml-nox-${F:OCamlABI}
>  Description: OCaml bindings to embed Python interpreter and objects
>   Pycaml is intended to allow users to build native OCaml libraries and
> 
Isn't the interpreter covered by the Recommends on ocaml-nox?

Cheers,
Julien


Reply to: