[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4.1-10-g67417f3
Mehdi Dogguy
dogguy at pps.jussieu.fr
Tue Feb 24 12:42:42 UTC 2009
The following commit has been merged in the master branch:
commit abe2dd95a11e2faaffc97bb371310d3737a9ee36
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Tue Feb 24 13:40:45 2009 +0100
Adding OCAML_RUNTIME_NOX
diff --git a/share/ocamlvars.mk b/share/ocamlvars.mk
index ae99abf..a4364ae 100644
--- a/share/ocamlvars.mk
+++ b/share/ocamlvars.mk
@@ -61,7 +61,8 @@ OCAML_OPT_ARCH ?= $(findstring $(DEB_BUILD_ARCH),$(OCAML_NATIVE_ARCHS))
OCAML_BEST ?= $(if $(OCAML_OPT_ARCH),opt,byte)
# Runtime dependency for OCaml programs
-OCAML_RUNTIME ?= $(if $(OCAML_OPT_ARCH),,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))
# comma separated list of members of the OCaml team.
# Substituted in debian/control.in for the @OCamlTeam@ marker
--
dh-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list