[Pkg-ocaml-maint-commits] [oasis] 01/02: Fix "FTBFS: Error: Unbound module ExtString" (Closes: #746095)

Mehdi Dogguy mehdi at moszumanska.debian.org
Sat May 10 10:51:44 UTC 2014


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

mehdi pushed a commit to branch jessie/debian
in repository oasis.

commit 08a278c435d6022dfb6a788112c2301c565cc7af
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sat May 10 12:35:40 2014 +0200

    Fix "FTBFS: Error: Unbound module ExtString" (Closes: #746095)
---
 debian/changelog                                   |  8 ++++++
 ...t.byte-requires-Extlib-through-TestCommon.patch | 29 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 38 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5f28543..2d319de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+oasis (0.3.0-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * text.byte requires Extlib through TestCommon. Fixes "FTBFS: Error:
+    Unbound module ExtString" (Closes: #746095)
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sat, 10 May 2014 12:34:23 +0200
+
 oasis (0.3.0-4) unstable; urgency=low
 
   * Team upload
diff --git a/debian/patches/0009-test.byte-requires-Extlib-through-TestCommon.patch b/debian/patches/0009-test.byte-requires-Extlib-through-TestCommon.patch
new file mode 100644
index 0000000..fd7bf21
--- /dev/null
+++ b/debian/patches/0009-test.byte-requires-Extlib-through-TestCommon.patch
@@ -0,0 +1,29 @@
+From: Mehdi Dogguy <mehdi at debian.org>
+Date: Sat, 10 May 2014 12:42:23 +0200
+Subject: test.byte requires Extlib through TestCommon
+
+---
+ _tags |    2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/_tags b/_tags
+index 74d8daa..84e4825 100644
+--- a/_tags
++++ b/_tags
+@@ -96,6 +96,7 @@
+ "test/test.byte": pkg_expect.pcre
+ "test/test.byte": pkg_unix
+ "test/test.byte": pkg_odn
++"test/test.byte": pkg_extlib
+ <test/*.ml{,i}>: use_builtin-plugins
+ <test/*.ml{,i}>: use_base
+ <test/*.ml{,i}>: use_oasis
+@@ -105,6 +106,7 @@
+ <test/*.ml{,i}>: pkg_expect.pcre
+ <test/*.ml{,i}>: pkg_unix
+ <test/*.ml{,i}>: pkg_odn
++<test/*.ml{,i}>: pkg_extlib
+ # Library plugin-loader
+ "src/ext/plugin-loader/src/plugin-loader.cmxs": use_plugin-loader
+ <src/ext/plugin-loader/src/*.ml{,i}>: pkg_dynlink
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 5ba9f30..2f21ac8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0006-require-ocamlbuild-for-test.patch
 0007-fix-testsuite-on-bytecode-archs.patch
 0008-Update-ocamldoc-test-for-OCaml-4.01.0.patch
+0009-test.byte-requires-Extlib-through-TestCommon.patch

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



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