[Pkg-ocaml-maint-commits] [ocaml-batteries] 03/04: Disable test-compat (broken with OCaml 4.01.0)
Stéphane Glondu
glondu at moszumanska.debian.org
Thu Nov 21 10:45:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository ocaml-batteries.
commit 3506c69bedf5895f63995fe2779d67d9fd231f46
Author: Stephane Glondu <steph at glondu.net>
Date: Sat Nov 16 11:53:47 2013 +0100
Disable test-compat (broken with OCaml 4.01.0)
---
...able-test-compat-broken-with-OCaml-4.01.0.patch | 22 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/0005-Disable-test-compat-broken-with-OCaml-4.01.0.patch b/debian/patches/0005-Disable-test-compat-broken-with-OCaml-4.01.0.patch
new file mode 100644
index 0000000..82086e0
--- /dev/null
+++ b/debian/patches/0005-Disable-test-compat-broken-with-OCaml-4.01.0.patch
@@ -0,0 +1,22 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 16 Nov 2013 11:53:32 +0100
+Subject: Disable test-compat (broken with OCaml 4.01.0)
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 87d8f90..815b4ab 100644
+--- a/Makefile
++++ b/Makefile
+@@ -189,7 +189,7 @@ full-test: $(TEST_TARGET)
+ test-compat: src/batteries_compattest.ml
+ ocamlbuild src/batteries_compattest.byte -no-links
+
+-test: test-byte test-compat
++test: test-byte
+
+ ###############################################################################
+ # BENCHMARK SUITE
+--
diff --git a/debian/patches/series b/debian/patches/series
index 9bc96f6..e0bac3e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
0002-Do-not-call-git-in-clean-rule.patch
0003-Disable-qtest-based-tests.patch
0004-Fix-compilation-with-OCaml-4.01.0.patch
+0005-Disable-test-compat-broken-with-OCaml-4.01.0.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-batteries.git
More information about the Pkg-ocaml-maint-commits
mailing list