[Pkg-ocaml-maint-commits] [lwt] 09/11: Fix FTBFS

Stéphane Glondu glondu at moszumanska.debian.org
Wed Oct 14 09:07:49 UTC 2015


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

glondu pushed a commit to branch master
in repository lwt.

commit 7fa7d5066ce8565d20dc0ec2e83d5415d6a2fbe2
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Jun 16 14:10:51 2015 +0200

    Fix FTBFS
---
 debian/patches/0002-Fix-FTBFS.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/0002-Fix-FTBFS.patch b/debian/patches/0002-Fix-FTBFS.patch
new file mode 100644
index 0000000..cf2c7bd
--- /dev/null
+++ b/debian/patches/0002-Fix-FTBFS.patch
@@ -0,0 +1,29 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Tue, 16 Jun 2015 14:10:31 +0200
+Subject: Fix FTBFS
+
+---
+ src/react/lwt_react.mli | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/react/lwt_react.mli b/src/react/lwt_react.mli
+index 0d77370..36029b7 100644
+--- a/src/react/lwt_react.mli
++++ b/src/react/lwt_react.mli
+@@ -102,6 +102,7 @@ module S : sig
+   val return : 'a -> 'a signal
+     (** Same as [const]. *)
+ 
++(*
+   val bind : ?eq : ('b -> 'b -> bool) -> 'a signal -> ('a -> 'b signal) -> 'b signal
+     (** [bind ?eq s f] is initially [f x] where [x] is the current
+         value of [s]. Each time [s] changes to a new value [y], [bind
+@@ -111,6 +112,7 @@ module S : sig
+   val bind_s : ?eq : ('b -> 'b -> bool) -> 'a signal -> ('a -> 'b signal Lwt.t) -> 'b signal Lwt.t
+     (** Same as {!bind} except that [f] returns a thread. Calls to [f]
+         are serialized. *)
++*)
+ 
+   (** {2 Lwt-specific utilities} *)
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 97db22b..6e9b1fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Do-not-build-manual-manual.pdf.patch
+0002-Fix-FTBFS.patch

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



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