This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository lwt.

commit 98f0d6193b7989ec765098f910b22424d933c0dc
Author: Stephane Glondu <st...@glondu.net>
Date:   Thu Jul 28 10:39:42 2016 +0200

    Fix package description (Closes: #787012)
---
 debian/control | 65 ++++++++++++++++++++++++++--------------------------------
 1 file changed, 29 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index ae6122d..494cc15 100644
--- a/debian/control
+++ b/debian/control
@@ -41,11 +41,10 @@ Suggests:
  liblwt-glib-ocaml-dev
 Breaks: ocsigen (<< 1.2.1)
 Description: cooperative light-weight thread library for OCaml
- Lwt is a library of cooperative threads implemented in monadic style.
- With respect to preemptive threads, cooperative threads are not using
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains all the development stuff you need to use the
  core Lwt OCaml library in your programs.
@@ -60,11 +59,10 @@ Provides: ${ocaml:Provides}
 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
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains runtime libraries for programs using core Lwt.
 
@@ -81,11 +79,10 @@ Recommends:
  liblwt-ocaml-doc,
  ocaml-findlib
 Description: cooperative OpenSSL bindings for OCaml
- Lwt is a library of cooperative threads implemented in monadic style.
- With respect to preemptive threads, cooperative threads are not using
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains all the development stuff you need to use Lwt
  with cooperative OpenSSL in your programs.
@@ -100,11 +97,10 @@ Provides: ${ocaml:Provides}
 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
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains runtime libraries for programs using Lwt with
  cooperative OpenSSL.
@@ -122,11 +118,10 @@ Recommends:
  liblwt-ocaml-doc,
  ocaml-findlib
 Description: cooperative GLib bindings for OCaml
- Lwt is a library of cooperative threads implemented in monadic style.
- With respect to preemptive threads, cooperative threads are not using
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains all the development stuff you need to use Lwt
  with cooperative GLib in your programs.
@@ -141,11 +136,10 @@ Provides: ${ocaml:Provides}
 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
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains runtime libraries for programs using Lwt with
  cooperative GLib.
@@ -161,11 +155,10 @@ Depends: ${misc:Depends}
 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
- a scheduler to distribute processor time between threads. Instead of
- this, each thread must tell the others that he wants to let them
- work.
+ Lwt is a library for cooperative threads implemented in a monadic style.
+ Unlike preemptive threads, cooperative threads do not use a scheduler to
+ distribute processor time between threads. Instead, each thread must
+ announce that it wants to let the others run.
  .
  This package contains the complete API reference for Lwt, including
- OpenSSL, GLib bindings and examples.
+ OpenSSL, GLib bindings, and examples.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/lwt.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to