The following commit has been merged in the master branch:
commit 2aa0034f27b406991db0a2e971f9398d35f3242e
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
Date:   Sat May 3 11:38:45 2008 +0200

    add stanza for the DLL package

diff --git a/debian/control b/debian/control
index c3b08e9..93a43d4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,14 @@ Section: libdevel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
 Uploaders: Stefano Zacchiroli <[EMAIL PROTECTED]>
-Build-Depends: ocaml-nox, ocaml-findlib, cdbs, debhelper (>= 7), dpatch
+Build-Depends: cdbs, debhelper (>= 7), dpatch,
+ ocaml-nox, camlp4, ocaml-findlib
 Standards-Version: 3.7.3
 
 Package: libcore-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}, 
${misc:Depends}
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ ${shlibs:Depends}, ${misc:Depends}
 Description: Jane Street Capital's alternative standard library for OCaml
  Core is Jane Street Capital's alternative standard library for OCaml.
  .
@@ -21,4 +23,27 @@ Description: Jane Street Capital's alternative standard 
library for OCaml
  Beware: Core extends some functionality from OCaml's standard
  library, and outright changes or replaces other. The goal is not to
  preserve complete compatibility with the standard.
+ .
+ This package contains the development stuff you need to use Core in
+ your programs.
 
+Package: libcore-ocaml
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ libcore-ocaml (= ${binary:Version}),
+ ${shlibs:Depends}, ${misc:Depends}
+Description: Jane Street Capital's alternative standard library for OCaml
+ Core is Jane Street Capital's alternative standard library for OCaml.
+ .
+ Core does a number of things: it provides tail recursive versions of
+ non tail recursive functions in the standard library; changes the
+ signature of many of the standard modules; includes generic
+ serialization for most types, and adds some entirely new modules and
+ new functionality within existing modules.
+ .
+ Beware: Core extends some functionality from OCaml's standard
+ library, and outright changes or replaces other. The goal is not to
+ preserve complete compatibility with the standard.
+ .
+ This package contains the runtime stuff you need to run programs using
+ Core.

-- 
core packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to