[Pkg-ocaml-maint-commits] [SCM] ocaml-csv packaging branch, master, updated. debian/1.3.0-1-1-ga01d830

Lifeng Sun lifongsun at gmail.com
Sat Jul 6 15:50:02 UTC 2013


The following commit has been merged in the master branch:
commit a01d83083bb95e52c79df381ed4c9001960f6f41
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sat Jul 6 20:18:43 2013 +0800

    Install bytecode csvtool on non-native arches.

diff --git a/debian/changelog b/debian/changelog
index 5cedb8f..e200df1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-csv (1.3.0-2) unstable; urgency=low
+
+  * Install bytecode csvtool on non-native arches.
+
+ -- Lifeng Sun <lifongsun at gmail.com>  Sat, 06 Jul 2013 20:18:57 +0800
+
 ocaml-csv (1.3.0-1) unstable; urgency=low
 
   [ Sylvain Le Gall ]
diff --git a/debian/rules b/debian/rules
index 753e9f8..9113007 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,9 @@ override_dh_auto_configure:
 .PHONY: override_dh_auto_build
 override_dh_auto_build: debian/csvtool.1
 	ocaml setup.ml -build
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 	mv -f _build/examples/csvtool.native _build/examples/csvtool
+endif
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:

-- 
ocaml-csv packaging



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