[Pkg-ocaml-maint-commits] [SCM] ocaml-zarith packaging branch, master, updated. debian/1.0-2-3-g37ccc53

Mehdi Dogguy mehdi at debian.org
Thu Oct 13 17:17:46 UTC 2011


The following commit has been merged in the master branch:
commit 02717b4662888af8b65a66e4ee67660704fc8af8
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Oct 5 14:24:40 2011 +0200

    CAML_LD_LIBRARY_PATH=$(CURDIR) ./test.b

diff --git a/debian/changelog b/debian/changelog
index b718e39..06511ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ ocaml-zarith (1.0-3) UNRELEASED; urgency=low
 
   * Do not try to build zarith.a on bytecode only architectures.
     - Update 0003-Make-it-byte-arch-aware.patch
+  * Set CAML_LD_LIBRARY_PATH to $(CURDIR) before running test.b on
+    bytecode only architectures.
 
- -- Mehdi Dogguy <mehdi at debian.org>  Wed, 05 Oct 2011 14:21:16 +0200
+ -- Mehdi Dogguy <mehdi at debian.org>  Wed, 05 Oct 2011 14:23:10 +0200
 
 ocaml-zarith (1.0-2) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a1cef2c..0e82de8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_test:
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 	./test
 else
-	./test.b
+	CAML_LD_LIBRARY_PATH=$(CURDIR) ./test.b
 endif
 
 override_dh_auto_configure:

-- 
ocaml-zarith packaging



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