[Pkg-ocaml-maint-commits] [SCM] ocaml-fileutils packaging branch, master, updated. debian/0.4.5-2-1-g2195c59

Hendrik Tews hendrik at askra.de
Wed Jun 5 08:23:32 UTC 2013


The following commit has been merged in the master branch:
commit 2195c59b174ae44d268ba90045532c19679f1861
Author: Hendrik Tews <hendrik at askra.de>
Date:   Wed Jun 5 10:23:05 2013 +0200

    enable tests

diff --git a/debian/changelog b/debian/changelog
index 83480df..b84c718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-fileutils (0.4.5-3) unstable; urgency=low
+
+  * enable tests again
+
+ -- Hendrik Tews <hendrik at askra.de>  Wed, 05 Jun 2013 10:22:53 +0200
+
 ocaml-fileutils (0.4.5-2) unstable; urgency=low
 
   * delete lintian spelling error override
diff --git a/debian/rules b/debian/rules
index 7832bee..38451b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ export OCAMLFIND_LDCONF
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
-	ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libfileutils-ocaml-dev/html
+	ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libfileutils-ocaml-dev/html --enable-tests
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
ocaml-fileutils packaging



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