[Pkg-ocaml-maint-commits] [ocaml-reins] 01/02: Fix FTBFS with OCaml 4.02.3

Mehdi Dogguy mehdi at moszumanska.debian.org
Fri Oct 16 21:08:35 UTC 2015


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

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

commit d32180a57c5f87142881fba0ea3ca1b269c5d7fc
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Fri Oct 16 22:48:19 2015 +0200

    Fix FTBFS with OCaml 4.02.3
---
 debian/changelog                                   |  7 +++++++
 .../patches/0005-Fix-FTBFS-with-OCaml-4.02.3.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b780f64..2766615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-reins (0.1a-6) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix FTBFS with OCaml 4.02.3
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Fri, 16 Oct 2015 22:47:35 +0200
+
 ocaml-reins (0.1a-5) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/0005-Fix-FTBFS-with-OCaml-4.02.3.patch b/debian/patches/0005-Fix-FTBFS-with-OCaml-4.02.3.patch
new file mode 100644
index 0000000..9bea545
--- /dev/null
+++ b/debian/patches/0005-Fix-FTBFS-with-OCaml-4.02.3.patch
@@ -0,0 +1,22 @@
+From: Mehdi Dogguy <mehdi at debian.org>
+Date: Fri, 16 Oct 2015 22:45:57 +0200
+Subject: Fix FTBFS with OCaml 4.02.3
+
+---
+ OMakefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/OMakefile b/OMakefile
+index b741412..c5b6a4e 100644
+--- a/OMakefile
++++ b/OMakefile
+@@ -1,7 +1,7 @@
+ 
+ include config.omake
+ 
+-OCAMLFLAGS += -dtypes
++OCAMLFLAGS += -dtypes -w +a-3-4-27-50-k
+ 
+ .SUBDIRS: src doc
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index a995e85..4be3bdd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Install-cmi.patch
 0003-Fix-test-suite-with-new-oUnit.patch
 0004-Fix-version-in-META.patch
+0005-Fix-FTBFS-with-OCaml-4.02.3.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