[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.5.0-47-g1f0dbfa

Stephane Glondu steph at glondu.net
Mon Jul 27 18:18:13 UTC 2009


The following commit has been merged in the master branch:
commit 1f0dbfa5ca78fd30fb053b16e94794e5464d79d5
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jul 27 20:18:00 2009 +0200

    CDBS: more precise calls to dh_ocaml

diff --git a/cdbs/1/rules/ocaml.mk b/cdbs/1/rules/ocaml.mk
index be99dd8..6485995 100644
--- a/cdbs/1/rules/ocaml.mk
+++ b/cdbs/1/rules/ocaml.mk
@@ -74,8 +74,11 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES))::
 OCAML_DHOCAML_FLAGS =
 
 # Invoke dh_ocaml before building the deb
-common-binary-predeb-arch common-binary-predeb-indep::
-	dh_ocaml $(OCAML_DHOCAML_FLAGS)
+common-binary-predeb-arch::
+	dh_ocaml -s $(OCAML_DHOCAML_FLAGS)
+
+common-binary-predeb-indep::
+	dh_ocaml -i $(OCAML_DHOCAML_FLAGS)
 
 clean::
 	rm -f debian/*.doc-base.apiref*

-- 
dh-ocaml packaging



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