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

Guillaume Yziquel guillaume.yziquel at citycable.ch
Tue Oct 27 13:12:59 UTC 2009


The following commit has been merged in the master branch:
commit 730a1b17ca6996f613d750e213e05d81a4f143cb
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Tue Oct 27 14:12:27 2009 +0100

    debian/control file for two binary packages.

diff --git a/debian/control b/debian/control
index 7328d27..53932aa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ocaml-r
 Section: ocaml
 Priority: optional
-Maintainer: "Debian OCaml Maintainers" <debian-ocaml-maint at lists.debian.org>
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
 Build-Depends: quilt,
  cdbs (>= 0.4.52),
@@ -19,7 +19,8 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-r.git
 
 Package: libr-ocaml-dev
 Architecture: any
-Depends: r-base-core,
+Depends: libr-ocaml (= ${binary:Version}),
+ r-base-core,
  ${ocaml:Depends},
  ${shlibs:Depends},
  ${misc:Depends}
@@ -32,4 +33,25 @@ Description: OCaml bindings for the R interpreter
  OCaml-R is still in development. Most of the R math library
  functions are available. With the embedded R, it is already
  possible to evaluate R code, create R variables and exchange
- basic data between embedded R and OCaml sides. 
+ basic data between embedded R and OCaml sides.
+ .
+ This package contains development files for OCaml-R.
+
+Package: libr-ocaml
+Architecture: any
+Depends: r-base-core,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: {ocaml:Provides}
+Recommends: ocaml-findlib
+Description: OCaml bindings for the R interpreter
+ OCaml-R provides OCaml bindings to the R math library and
+ the R library usable to embed R in your application.
+ .
+ OCaml-R is still in development. Most of the R math library
+ functions are available. With the embedded R, it is already
+ possible to evaluate R code, create R variables and exchange
+ basic data between embedded R and OCaml sides.
+ .
+ This package contains dynamically loadable plugins for OCaml-R.

-- 
ocaml-r packaging



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