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

Mehdi Dogguy mehdi at debian.org
Tue May 15 11:50:37 UTC 2012


The following commit has been merged in the master branch:
commit 3b97afff522219844315cdad7976e781bb1db8ac
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue May 15 13:47:13 2012 +0200

    Call "make test" before executing the test file.

diff --git a/debian/changelog b/debian/changelog
index 4e4b470..c9c719f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ocaml-zarith (1.1-1) unstable; urgency=low
     - ocamldoc is called with "-charset" command-line flag, which
       comes with OCaml 3.12.1. Update Build-Depends accordingly.
   * Bump Standards-Version to 3.9.3 (no changes needed).
+  * Call "make test" before executing the test file.
 
  -- Mehdi Dogguy <mehdi at debian.org>  Tue, 15 May 2012 13:39:48 +0200
 
diff --git a/debian/rules b/debian/rules
index 256393a..a26066a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ endif
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	$(MAKE) test
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 	./test
 else

-- 
ocaml-zarith packaging



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