[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4.1-12-g0294547

Mehdi Dogguy dogguy at pps.jussieu.fr
Thu Feb 26 13:30:09 UTC 2009


The following commit has been merged in the master branch:
commit 02945471405f3a3bc851273055b795c4e38ca8be
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Thu Feb 26 14:29:42 2009 +0100

    More comments for new variables

diff --git a/share/ocamlvars.mk b/share/ocamlvars.mk
index a4364ae..d4059ae 100644
--- a/share/ocamlvars.mk
+++ b/share/ocamlvars.mk
@@ -57,10 +57,12 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_BUILD_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 OCAML_OPT_ARCH      ?= $(findstring $(DEB_BUILD_ARCH),$(OCAML_NATIVE_ARCHS))
 
-# 'opt' when ocamlopt is present, 'byte' otherwise.
+# OCAML_BEST will be 'op' on native architectures and 'byte' otherwise.
 OCAML_BEST ?= $(if $(OCAML_OPT_ARCH),opt,byte)
 
-# Runtime dependency for OCaml programs
+# OCAML_RUNTIME and OCAML_RUNTIME_NOX are runtime dependencies needed of
+# bytecode OCaml programs. OCAML_RUNTIME is ocaml-base-$(OCAML_ABI) and
+# OCAML_RUNTIME_NOX is ocaml-base-nox-$(OCAML_ABI).
 OCAML_RUNTIME ?= $(if $(OCAML_OPT_ARCH),,ocaml-base-$(OCAML_ABI))
 OCAML_RUNTIME_NOX ?= $(if $(OCAML_OPT_ARCH),,ocaml-base-nox-$(OCAML_ABI))
 

-- 
dh-ocaml packaging



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