The following commit has been merged in the master branch:
commit 62217ce115f8ce7533231d6524a6ccdfbd9b0fad
Author: Stephane Glondu <[EMAIL PROTECTED]>
Date: Sun Jun 29 23:32:35 2008 +0200
Fix FTBFS when there is no ocamlopt
diff --git a/debian/rules b/debian/rules
index 4bb1e4e..bb6ed47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ OCAML_OCAMLDOC_PACKAGES := $(OCAML_LIBDEV_PACKAGES)
OCAML_OCAMLDOC_FLAGS := -I +ssl
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DESTDIR)
-DEB_MAKE_BUILD_TARGET := META byte
+DEB_MAKE_BUILD_TARGET := META byte OCAMLBUILD="ocamlbuild -byte-plugin"
ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
DEB_MAKE_BUILD_TARGET += opt
--
Cooperative light-weight thread library for OCaml
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits