[Pkg-ocaml-maint-commits] [SCM] Cooperative light-weight thread library for OCaml branch, master, updated. debian/2.3.1-1-7-g680ad25

Stephane Glondu steph at glondu.net
Sat Dec 31 11:46:26 UTC 2011


The following commit has been merged in the master branch:
commit 253521a231fbcfa83b8a9ccc5a6d8f5187627319
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Dec 31 12:32:52 2011 +0100

    Remove buggy dependencies causing FTBFS on no-natdynlink archs

diff --git a/debian/patches/0002-Remove-buggy-dependencies-causing-FTBFS-on-no-natdyn.patch b/debian/patches/0002-Remove-buggy-dependencies-causing-FTBFS-on-no-natdyn.patch
new file mode 100644
index 0000000..76d34fd
--- /dev/null
+++ b/debian/patches/0002-Remove-buggy-dependencies-causing-FTBFS-on-no-natdyn.patch
@@ -0,0 +1,42 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 31 Dec 2011 12:31:28 +0100
+Subject: Remove buggy dependencies causing FTBFS on no-natdynlink archs
+
+---
+ _tags |    9 ---------
+ 1 files changed, 0 insertions(+), 9 deletions(-)
+
+diff --git a/_tags b/_tags
+index 81f7f8e..1c24e3b 100644
+--- a/_tags
++++ b/_tags
+@@ -141,18 +141,12 @@
+ <examples/unix/relay.{native,byte}>: use_lwt-unix
+ <examples/unix/relay.{native,byte}>: use_lwt
+ <examples/unix/relay.{native,byte}>: pkg_unix
+-<examples/unix/relay.{native,byte}>: pkg_camlp4.quotations.o
+-<examples/unix/relay.{native,byte}>: pkg_camlp4.lib
+-<examples/unix/relay.{native,byte}>: pkg_camlp4.extend
+ <examples/unix/relay.{native,byte}>: pkg_bigarray
+ # Executable logging
+ <examples/unix/logging.{native,byte}>: use_lwt-syntax
+ <examples/unix/logging.{native,byte}>: use_lwt-unix
+ <examples/unix/logging.{native,byte}>: use_lwt
+ <examples/unix/logging.{native,byte}>: pkg_unix
+-<examples/unix/logging.{native,byte}>: pkg_camlp4.quotations.o
+-<examples/unix/logging.{native,byte}>: pkg_camlp4.lib
+-<examples/unix/logging.{native,byte}>: pkg_camlp4.extend
+ <examples/unix/logging.{native,byte}>: pkg_bigarray
+ # Library lwt-syntax-log
+ "syntax/lwt-syntax-log.cmxs": use_lwt-syntax-log
+@@ -184,9 +178,6 @@
+ <examples/unix/parallelize.{native,byte}>: use_lwt-unix
+ <examples/unix/parallelize.{native,byte}>: use_lwt
+ <examples/unix/parallelize.{native,byte}>: pkg_unix
+-<examples/unix/parallelize.{native,byte}>: pkg_camlp4.quotations.o
+-<examples/unix/parallelize.{native,byte}>: pkg_camlp4.lib
+-<examples/unix/parallelize.{native,byte}>: pkg_camlp4.extend
+ <examples/unix/parallelize.{native,byte}>: pkg_bigarray
+ <examples/unix/*.ml{,i}>: use_lwt-syntax
+ <examples/unix/*.ml{,i}>: use_lwt-unix
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 97db22b..8f6c51e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Do-not-build-manual-manual.pdf.patch
+0002-Remove-buggy-dependencies-causing-FTBFS-on-no-natdyn.patch

-- 
Cooperative light-weight thread library for OCaml



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