The following commit has been merged in the master branch:
commit d2a87e36aff070a7cec1685b928c50358e002c47
Author: Samuel Mimram <[email protected]>
Date: Thu Feb 19 11:07:53 2009 +0100
Add native versions of ocamldep and ocamldoc in findlib's configuration
when ocaml-native-compilers is installed.
diff --git a/debian/changelog b/debian/changelog
index e0308eb..8947b26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml (3.11.0-4) UNRELEASED; urgency=low
+
+ * Add native versions of ocamldep and ocamldoc in findlib's configuration
+ when ocaml-native-compilers is installed, closes: #516085.
+
+ -- Samuel Mimram <[email protected]> Thu, 19 Feb 2009 11:06:02 +0100
+
ocaml (3.11.0-3) experimental; urgency=low
* Mark libthreadsnat.a as native-only file (fix FTBFS on bytecode-only
diff --git a/debian/ocamlfind/ocaml-native-compilers.conf
b/debian/ocamlfind/ocaml-native-compilers.conf
index 8a7665e..e9c2467 100644
--- a/debian/ocamlfind/ocaml-native-compilers.conf
+++ b/debian/ocamlfind/ocaml-native-compilers.conf
@@ -1,2 +1,4 @@
ocamlc="ocamlc.opt"
ocamlopt="ocamlopt.opt"
+ocamldep="ocamldep.opt"
+ocamldoc="ocamldoc.opt"
--
OCaml packaging
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits