[Pkg-ocaml-maint-commits] [SCM] ocaml-zarith packaging branch, master, updated. debian/1.2.1-1-1-g3920b42

Mehdi Dogguy mehdi at debian.org
Wed Jun 26 19:40:10 UTC 2013


The following commit has been merged in the master branch:
commit 3920b429a33b33f218193daf32740ff328e769b4
Author: Mehdi Dogguy <mehdi at 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 <mehdi at 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



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