* ... fixes in cdbs class for ocamldoc generation ... (TODO: still to be
authorStefano Zacchiroli <zack@debian.org>
Fri, 28 Sep 2007 14:50:04 +0000 (14:50 +0000)
committerStefano Zacchiroli <zack@debian.org>
Fri, 28 Sep 2007 14:50:04 +0000 (14:50 +0000)
  checked) [ entry added by Zack ]

debian/cdbs/ocaml.mk
debian/changelog

index 6f4be6ebb06ca180e28e9db654a7a150acb1d69b..4b2532388c34ce3d941057d0ed6f1f1dd176b537 100644 (file)
@@ -16,7 +16,7 @@
 # this program; if not, write to the Free Software Foundation, Inc., 51
 # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
-# $Id: ocaml.mk 4403 2007-09-07 21:09:52Z gildor $
+# $Id: ocaml.mk 4592 2007-09-28 14:50:04Z zack $
 
 _cdbs_scripts_path ?= /usr/lib/cdbs
 _cdbs_rules_path ?= /usr/share/cdbs/1/rules
@@ -52,7 +52,7 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES))::
                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 %,binary-install/%,$(DEB_PACKAGES))::
 $(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::
index cfb605cd59cd893cc9913ceb640d368dba024cf4..23b662dc136a01871aecbdd54ac92aa990a09937 100644 (file)
@@ -4,7 +4,11 @@ ocaml (3.10.0-9) UNRELEASED; urgency=low
   * Suggest "tarballs" instead of "upstream" in the policy as directory name
     for storing upstream sources since it is more standard.
 
- -- Samuel Mimram <smimram@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@debian.org>  Fri, 28 Sep 2007 15:50:37 +0200
 
 ocaml (3.10.0-8) unstable; urgency=low