From: Samuel Mimram Date: Thu, 19 Feb 2009 10:07:53 +0000 (+0100) Subject: Add native versions of ocamldep and ocamldoc in findlib's configuration when ocaml... X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~436 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2a87e36aff070a7cec1685b928c50358e002c47;p=ocaml.git 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 e0308ebf..8947b263 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 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 8a7665ef..e9c24674 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"