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

Stephane Glondu steph at glondu.net
Thu Oct 15 21:34:53 UTC 2009


The following commit has been merged in the master branch:
commit ab986d0469e3a241c138f8cb81b7bb938bc376c6
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Oct 15 23:31:26 2009 +0200

    Fix syntax errors in ocaml.mk

diff --git a/cdbs/1/rules/ocaml.mk b/cdbs/1/rules/ocaml.mk
index a597069..9f16e1a 100644
--- a/cdbs/1/rules/ocaml.mk
+++ b/cdbs/1/rules/ocaml.mk
@@ -77,12 +77,12 @@ OCAML_DHOCAML_FLAGS =
 
 # Invoke dh_ocaml before building the deb
 common-binary-predeb-arch::
-ifeq($(WITH_DH_OCAML), 1)
+ifeq ($(WITH_DH_OCAML),1)
 	dh_ocaml -s $(OCAML_DHOCAML_FLAGS)
 endif
 
 common-binary-predeb-indep::
-ifeq($(WITH_DH_OCAML), 1)
+ifeq ($(WITH_DH_OCAML),1)
 	dh_ocaml -i $(OCAML_DHOCAML_FLAGS)
 endif
 

-- 
dh-ocaml packaging



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