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

Mehdi Dogguy dogguy at pps.jussieu.fr
Thu Feb 26 14:07:59 UTC 2009


The following commit has been merged in the master branch:
commit 6689a1d318d2aa3e698455b66d0e26625d1aa918
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Thu Feb 26 15:07:55 2009 +0100

    fix typo

diff --git a/share/ocamlvars.mk b/share/ocamlvars.mk
index d4059ae..2c413eb 100644
--- a/share/ocamlvars.mk
+++ b/share/ocamlvars.mk
@@ -57,7 +57,7 @@ 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))
 
-# OCAML_BEST will be 'op' on native architectures and 'byte' otherwise.
+# OCAML_BEST will be 'opt' on native architectures and 'byte' otherwise.
 OCAML_BEST ?= $(if $(OCAML_OPT_ARCH),opt,byte)
 
 # OCAML_RUNTIME and OCAML_RUNTIME_NOX are runtime dependencies needed of

-- 
dh-ocaml packaging



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