[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-5-5-g2fb4ae1

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 19:02:00 UTC 2009


The following commit has been merged in the master branch:
commit 2fb4ae1cec70b7d801fc670b3f76ab0cf1e9754c
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 20:46:56 2009 +0200

    enforce needed ordering for dh_ocamldoc
    
    ensure OCaml library part is installed before dh_ocamldoc is invoked on it

diff --git a/debian/rules b/debian/rules
index 7bd83fd..9dfb6f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,8 @@ binary-post-install/galaxd::
 		debian/$(cdbs_curpkg)/usr/bin/galax-webgui
 
 build/galax-doc:: debian/galax-doc-stamp
+# ensure library part is installed before dh_ocamldoc is invoked on it
+debian/galax-doc-stamp: binary-install/libgalax-ocaml-dev
 debian/galax-doc-stamp:
 	$(MAKE) -C doc/ manual.pdf manual.html
 	touch $@

-- 
galax packaging



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