[Pkg-ocaml-maint-commits] [SCM] ocaml-csv packaging branch, master, updated. debian/1.3.0-2-1-g3a86091
Lifeng Sun
lifongsun at gmail.com
Sun Jul 7 04:02:05 UTC 2013
The following commit has been merged in the master branch:
commit 3a860910a2afc5d636e94d3559b53a4998af5d80
Author: Lifeng Sun <lifongsun at gmail.com>
Date: Sun Jul 7 12:00:54 2013 +0800
Fix csvtool installation on non-native arches.
diff --git a/debian/changelog b/debian/changelog
index e200df1..a5c79b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-csv (1.3.0-3) unstable; urgency=low
+
+ * Fix csvtool installtion on non-native arches.
+
+ -- Lifeng Sun <lifongsun at gmail.com> Sun, 07 Jul 2013 11:59:08 +0800
+
ocaml-csv (1.3.0-2) unstable; urgency=low
* Install bytecode csvtool on non-native arches.
diff --git a/debian/rules b/debian/rules
index 9113007..1b960a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,8 @@ 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
+else
+ mv -f _build/examples/csvtool.byte _build/examples/csvtool
endif
.PHONY: override_dh_auto_test
--
ocaml-csv packaging
More information about the Pkg-ocaml-maint-commits
mailing list