[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.0-2-2-gd2a87e3

Samuel Mimram samuel.mimram at ens-lyon.org
Thu Feb 19 10:08:00 UTC 2009


The following commit has been merged in the master branch:
commit d2a87e36aff070a7cec1685b928c50358e002c47
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
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 <smimram at debian.org>  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



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