[Pkg-ocaml-maint-commits] [SCM] ocaml-r packaging branch, master, updated. upstream/0.1-37-gf6390c5

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Nov 6 22:26:17 UTC 2009


The following commit has been merged in the master branch:
commit f6390c5a6214b14fe472ef6acd2864cdd378154b
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Fri Nov 6 23:26:20 2009 +0100

    Adding dependency on r-mathlib.

diff --git a/debian/control b/debian/control
index 2ff66a9..6af0445 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: quilt,
  camlp4 (>=3.11),
  ocaml-findlib,
  camlp4-extra,
- r-base-core
+ r-base-core,
+ r-mathlib
 Standards-Version: 3.8.3
 Homepage: http://home.gna.org/ocaml-r/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-r.git
@@ -21,6 +22,7 @@ Package: libr-ocaml-dev
 Architecture: any
 Depends: libr-ocaml (= ${binary:Version}),
  r-base-core,
+ r-mathlib,
  ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
@@ -40,6 +42,7 @@ Description: OCaml bindings for the R interpreter
 Package: libr-ocaml
 Architecture: any
 Depends: r-base-core,
+ r-mathlib,
  ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}

-- 
ocaml-r packaging



More information about the Pkg-ocaml-maint-commits mailing list