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

Stephane Glondu steph at glondu.net
Wed Jul 29 12:55:51 UTC 2009


The following commit has been merged in the master branch:
commit 3d300de14f489526850ee9c312db7010d12be32d
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 29 13:29:12 2009 +0200

    Remove old CDBS-related ocamldoc stuff

diff --git a/cdbs/1/rules/ocaml.mk b/cdbs/1/rules/ocaml.mk
index 6485995..8416d9b 100644
--- a/cdbs/1/rules/ocaml.mk
+++ b/cdbs/1/rules/ocaml.mk
@@ -63,11 +63,7 @@ endif
 
 # post-install hook to invoke ocamldoc on OCAML_OCAMLDOC_PACKAGES packages
 $(patsubst %,binary-install/%,$(DEB_PACKAGES))::
-	if (echo $(OCAML_OCAMLDOC_PACKAGES) | egrep '( |^)$(cdbs_curpkg)( |$$)' > /dev/null) ; then \
-		dh_ocamldoc -v \
-		-u "$(OCAML_OCAMLDOC_FLAGS) $(OCAML_OCAMLDOC_OCAMLFIND_FLAGS)" \
-		-p $(cdbs_curpkg) ; \
-	fi
+	dh_ocamldoc
 
 # Additional flags for dh_ocaml. Usefull to tell that some package do not export
 # some modules, or to override the runtime map (dev package -> runtime package)

-- 
dh-ocaml packaging



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