[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4.1-8-g5c76c55
Mehdi Dogguy
dogguy at pps.jussieu.fr
Tue Feb 24 12:32:58 UTC 2009
The following commit has been merged in the master branch:
commit e8e39ff18f8b6b6d295964fa81a61932a0a27bc9
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Tue Feb 24 13:30:08 2009 +0100
Add variable OCAML_RUNTIME
diff --git a/share/ocamlvars.mk b/share/ocamlvars.mk
index d7b2719..ae99abf 100644
--- a/share/ocamlvars.mk
+++ b/share/ocamlvars.mk
@@ -60,6 +60,9 @@ OCAML_OPT_ARCH ?= $(findstring $(DEB_BUILD_ARCH),$(OCAML_NATIVE_ARCHS))
# 'opt' when ocamlopt is present, 'byte' otherwise.
OCAML_BEST ?= $(if $(OCAML_OPT_ARCH),opt,byte)
+# Runtime dependency for OCaml programs
+OCAML_RUNTIME ?= $(if $(OCAML_OPT_ARCH),,ocaml-base-nox-$(OCAML_ABI))
+
# comma separated list of members of the OCaml team.
# Substituted in debian/control.in for the @OCamlTeam@ marker
OCAML_TEAM =
--
dh-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list