[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. upstream/2.3.0-12-g4cbebcb
Nicolas Dandrimont
Nicolas.Dandrimont at crans.org
Sun Apr 24 09:47:30 UTC 2011
The following commit has been merged in the master branch:
commit 5328fcb0c5676cb0f80cb83d1e4c23c381b47435
Author: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
Date: Sun Apr 24 11:29:48 2011 +0200
Bump Breaks/Replaces for lwt packages
diff --git a/debian/control b/debian/control
index be4fd32..ef0a94a 100644
--- a/debian/control
+++ b/debian/control
@@ -56,8 +56,8 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
-Replaces: liblwt-ocaml-dev (<< 2.0.0)
-Breaks: liblwt-ocaml-dev (<< 2.0.0)
+Replaces: liblwt-ocaml-dev (<< 2.3.0)
+Breaks: liblwt-ocaml-dev (<< 2.3.0)
Description: cooperative light-weight thread library for OCaml (runtime)
Lwt is a library of cooperative threads implemented in monadic style.
With respect to preemptive threads, cooperative threads are not using
@@ -74,8 +74,8 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
-Replaces: liblwt-ocaml-dev (<= 2.0.0)
-Breaks: liblwt-ocaml-dev (<= 2.0.0)
+Replaces: liblwt-ocaml-dev (<= 2.3.0)
+Breaks: liblwt-ocaml-dev (<= 2.3.0)
Recommends:
liblwt-ocaml-doc,
ocaml-findlib
@@ -96,8 +96,8 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
-Replaces: liblwt-ocaml-dev (<= 2.0.0)
-Breaks: liblwt-ocaml-dev (<= 2.0.0)
+Replaces: liblwt-ocaml-dev (<= 2.3.0)
+Breaks: liblwt-ocaml-dev (<= 2.3.0)
Description: cooperative OpenSSL bindings for OCaml (runtime)
Lwt is a library of cooperative threads implemented in monadic style.
With respect to preemptive threads, cooperative threads are not using
@@ -115,8 +115,8 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
-Replaces: liblwt-ocaml-dev (<= 2.0.0)
-Breaks: liblwt-ocaml-dev (<= 2.0.0)
+Replaces: liblwt-ocaml-dev (<= 2.3.0)
+Breaks: liblwt-ocaml-dev (<= 2.3.0)
Recommends:
liblwt-ocaml-doc,
ocaml-findlib
@@ -137,8 +137,8 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
-Replaces: liblwt-ocaml-dev (<= 2.0.0)
-Breaks: liblwt-ocaml-dev (<= 2.0.0)
+Replaces: liblwt-ocaml-dev (<= 2.3.0)
+Breaks: liblwt-ocaml-dev (<= 2.3.0)
Description: cooperative GLib bindings for OCaml (runtime)
Lwt is a library of cooperative threads implemented in monadic style.
With respect to preemptive threads, cooperative threads are not using
@@ -157,8 +157,8 @@ Enhances:
liblwt-ssl-ocaml-dev,
liblwt-glib-ocaml-dev
Depends: ${misc:Depends}
-Replaces: liblwt-ocaml-dev (<= 2.0.0)
-Breaks: liblwt-ocaml-dev (<= 2.0.0)
+Replaces: liblwt-ocaml-dev (<= 2.3.0)
+Breaks: liblwt-ocaml-dev (<= 2.3.0)
Description: cooperative light-weight thread library (documentation)
Lwt is a library of cooperative threads implemented in monadic style.
With respect to preemptive threads, cooperative threads are not using
--
Cooperative light-weight thread library for OCaml
More information about the Pkg-ocaml-maint-commits
mailing list