[Pkg-ocaml-maint-commits] [ocaml-reins] 02/06: Disable blocking warnings new in OCaml 4.05.0

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 19 08:07:39 UTC 2017


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

glondu pushed a commit to branch master
in repository ocaml-reins.

commit 717ffe50aaa4d88c682054b1a03905e1f72e4bca
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 19 09:49:25 2017 +0200

    Disable blocking warnings new in OCaml 4.05.0
---
 ...able-blocking-warnings-new-in-OCaml-4.05.0.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0006-Disable-blocking-warnings-new-in-OCaml-4.05.0.patch b/debian/patches/0006-Disable-blocking-warnings-new-in-OCaml-4.05.0.patch
new file mode 100644
index 0000000..ac15cfb
--- /dev/null
+++ b/debian/patches/0006-Disable-blocking-warnings-new-in-OCaml-4.05.0.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Wed, 19 Jul 2017 09:48:26 +0200
+Subject: Disable blocking warnings new in OCaml 4.05.0
+
+---
+ OMakefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/OMakefile b/OMakefile
+index c5b6a4e..4d15909 100644
+--- a/OMakefile
++++ b/OMakefile
+@@ -1,7 +1,7 @@
+ 
+ include config.omake
+ 
+-OCAMLFLAGS += -dtypes -w +a-3-4-27-50-k
++OCAMLFLAGS += -dtypes -w +a-3-4-27-50-52-60-k
+ 
+ .SUBDIRS: src doc
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4be3bdd..c01ce6a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Fix-test-suite-with-new-oUnit.patch
 0004-Fix-version-in-META.patch
 0005-Fix-FTBFS-with-OCaml-4.02.3.patch
+0006-Disable-blocking-warnings-new-in-OCaml-4.05.0.patch

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



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