[Pkg-ocaml-maint-commits] r4592 - in /trunk/packages/ocaml/trunk/debian: cdbs/ocaml.mk changelog

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Sep 28 14:50:05 UTC 2007


Author: zack
Date: Fri Sep 28 14:50:04 2007
New Revision: 4592

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4592
Log:
* ... fixes in cdbs class for ocamldoc generation ... (TODO: still to be
  checked) [ entry added by Zack ]

Modified:
    trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk
    trunk/packages/ocaml/trunk/debian/changelog

Modified: trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk?rev=4592&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk (original)
+++ trunk/packages/ocaml/trunk/debian/cdbs/ocaml.mk Fri Sep 28 14:50:04 2007
@@ -52,7 +52,7 @@
 		fi; \
 		OCAMLDOC="ocamlfind $$OCAMLDOC $(OCAML_OCAMLDOC_OCAMLFIND_FLAGS)"; \
 	fi; \
-	OCAML_OCAMLDOC_INCLUDE=`for i in $(OCAML_OCAMLDOC_PACKAGES); do \
+	OCAML_OCAMLDOC_INCLUDE=`for i in "$(OCAML_OCAMLDOC_PACKAGES)"; do \
        					find debian/$$i/$(OCAML_STDLIB_DIR)/ -type d -exec echo -I \{} \; ; \
 				done`; \
 	if (echo $(OCAML_OCAMLDOC_PACKAGES) | egrep '( |^)$(cdbs_curpkg)( |$$)' > /dev/null) ; then \
@@ -70,7 +70,7 @@
 $(patsubst %,build/%,$(DEB_PACKAGES))::
 	@if (echo $(OCAML_OCAMLDOC_PACKAGES) $(OCAML_OCAMLDOC_PACKAGES_DOCBASE) \
 	  | egrep '( |^)$(cdbs_curpkg)( |$$)' > /dev/null) ; then \
-	  	ocamldoc-api-ref-config --doc-base-generate $(cdbs_curpkg)
+	  	ocamldoc-api-ref-config --doc-base-generate $(cdbs_curpkg) ; \
 	fi
 
 clean::

Modified: trunk/packages/ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/changelog?rev=4592&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/changelog (original)
+++ trunk/packages/ocaml/trunk/debian/changelog Fri Sep 28 14:50:04 2007
@@ -4,7 +4,11 @@
   * Suggest "tarballs" instead of "upstream" in the policy as directory name
     for storing upstream sources since it is more standard.
 
- -- Samuel Mimram <smimram at debian.org>  Tue, 25 Sep 2007 10:59:07 +0100
+  [ Sylvain Le Gall ]
+  * ... fixes in cdbs class for ocamldoc generation ... (TODO: still to be
+    checked) [ entry added by Zack ]
+
+ -- Stefano Zacchiroli <zack at debian.org>  Fri, 28 Sep 2007 15:50:37 +0200
 
 ocaml (3.10.0-8) unstable; urgency=low
 




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