[Pkg-ocaml-maint-commits] [SCM] react packaging branch, master, updated. debian/0.9.3-1-6-g27c8db6

Stephane Glondu steph at glondu.net
Wed May 8 15:36:31 UTC 2013


The following commit has been merged in the master branch:
commit 28c3148125184fb9cd2f988970607363df4cc857
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed May 8 17:29:12 2013 +0200

    Adapt packaging to new build system

diff --git a/debian/libreact-ocaml.install.in b/debian/libreact-ocaml.install.in
index 6fdeba2..a1f27ff 100644
--- a/debian/libreact-ocaml.install.in
+++ b/debian/libreact-ocaml.install.in
@@ -1,3 +1,3 @@
      @OCamlStdlibDir@/react/META
      @OCamlStdlibDir@/react/react.cma
-DYN: _build/src/react.cmxs @OCamlStdlibDir@/react
+DYN: @OCamlStdlibDir@/react/react.cmxs
diff --git a/debian/rules b/debian/rules
index 73282a1..6effe8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,6 @@ override_dh_auto_configure:
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
 	ocaml setup.ml -build
-ifeq ($(OCAML_NATDYNLINK),yes)
-	ocamlopt -shared -o _build/src/react.cmxs _build/src/react.cmx
-endif
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:

-- 
react packaging



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