[Pkg-ocaml-maint-commits] [caml2html] 02/04: Fix FTBFS with OCaml 4.05

Stéphane Glondu glondu at moszumanska.debian.org
Fri Jul 21 22:55:01 UTC 2017


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

glondu pushed a commit to branch master
in repository caml2html.

commit bdb8db51844536d28d4e86da7cd011952da55441
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jul 22 00:46:29 2017 +0200

    Fix FTBFS with OCaml 4.05
---
 debian/patches/0002-Fix-FTBFS-with-OCaml-4.05.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0002-Fix-FTBFS-with-OCaml-4.05.patch b/debian/patches/0002-Fix-FTBFS-with-OCaml-4.05.patch
new file mode 100644
index 0000000..6d75af2
--- /dev/null
+++ b/debian/patches/0002-Fix-FTBFS-with-OCaml-4.05.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 22 Jul 2017 00:46:11 +0200
+Subject: Fix FTBFS with OCaml 4.05
+
+---
+ caml2html_test.ml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/caml2html_test.ml b/caml2html_test.ml
+index 86db0d7..7aa0ec1 100644
+--- a/caml2html_test.ml
++++ b/caml2html_test.ml
+@@ -39,7 +39,7 @@ struct
+   let n = 0X12 + truncate 1.2E-1_2
+   let the_Truth =
+     let ignore4 a b c d = false in
+-    not (ignore4 1._0_None 1.0E10E10)
++    not (ignore4 1._0_ None 1.0E10 E10)
+ end
+ 
+ let hel'Lo = "\"Hello \
diff --git a/debian/patches/series b/debian/patches/series
index ffd165d..26d698f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-fix-html-tags-inside-ocamldoc-comments.patch
+0002-Fix-FTBFS-with-OCaml-4.05.patch

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



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