[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.2-6-ged0e411
Mehdi Dogguy
dogguy at pps.jussieu.fr
Fri Feb 20 09:22:59 UTC 2009
The following commit has been merged in the master branch:
commit ed0e411063cdc7aa389adc525e7491d9921522ee
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date: Fri Feb 20 10:22:56 2009 +0100
Remove extra whitespaces
diff --git a/share/ocamlvars.mk b/share/ocamlvars.mk
index 06417d0..75ad992 100644
--- a/share/ocamlvars.mk
+++ b/share/ocamlvars.mk
@@ -58,7 +58,7 @@ 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 ?= $(if $(OCAML_OPT_ARCH), opt, byte)
+OCAML_BEST ?= $(if $(OCAML_OPT_ARCH),opt,byte)
# 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