The following commit has been merged in the master branch:
commit 3920b429a33b33f218193daf32740ff328e769b4
Author: Mehdi Dogguy <me...@debian.org>
Date:   Wed Jun 26 21:39:35 2013 +0200

    Run test "testb" instead of (old) "test.b"
    
    Upstream provided test "test.b" has been renamed to "testb". Update
    debian/rules accordingly to fix FTBFS on bytecode architectures.

diff --git a/debian/changelog b/debian/changelog
index 0961e91..e8acede 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-zarith (1.2.1-2) UNRELEASED; urgency=low
+
+  * Upstream provided test "test.b" has been renamed to "testb". Update
+    debian/rules accordingly to fix FTBFS on bytecode architectures.
+
+ -- Mehdi Dogguy <me...@debian.org>  Wed, 26 Jun 2013 21:38:28 +0200
+
 ocaml-zarith (1.2.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index fde94fc..cda5552 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,8 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
        $(MAKE) test
        ./test
 else
-       $(MAKE) test.b
-       CAML_LD_LIBRARY_PATH=$(CURDIR) ./test.b
+       $(MAKE) testb
+       CAML_LD_LIBRARY_PATH=$(CURDIR) ./testb
 endif
 endif
 

-- 
ocaml-zarith packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to