[Pkg-ocaml-maint-commits] [SCM] core packaging branch, master, updated. b8f2462fac28be994600d355b4c885c419fec5a9

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 20:15:08 UTC 2008


The following commit has been merged in the master branch:
commit f7697d2b184ea4fc7e48faa810b82912825d00f2
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 22:05:00 2008 +0200

    fix bogus deps to self

diff --git a/debian/control b/debian/control
index 7722f3d..18c14b3 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Package: libcore-ocaml-dev
 Section: libdevel
 Architecture: any
 Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
+ libcore-ocaml (= ${binary:Version}),
  libtype-conv-camlp4-dev,
  libbin-prot-camlp4-dev,
  libsexplib-camlp4-dev,
@@ -43,7 +44,6 @@ Package: libcore-ocaml
 Section: libs
 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 packaging



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