[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. debian/4.2.11-2

Sylvain Le Gall gildor at debian.org
Fri Jul 10 22:20:39 UTC 2009


The following commit has been merged in the master branch:
commit 5ee3d19d5c73afcfe57db6e82aa275ff0c081f19
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Fri Jul 10 22:09:38 2009 +0000

    Generate ocamldoc documentation

diff --git a/debian/changelog b/debian/changelog
index f7821cb..5535ec6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sexplib310 (4.2.11-2) unstable; urgency=low
+
+  * Generate ocamldoc documentation
+  * Use topgit "build" branch which contains missing patches of the former 
+    upload
+
+ -- Sylvain Le Gall <gildor at debian.org>  Fri, 10 Jul 2009 22:05:54 +0000
+
 sexplib310 (4.2.11-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/rules b/debian/rules
index 83e1bb6..4bb9e17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,8 @@ DEB_MAKE_BUILD_TARGET = byte
 DEB_MAKE_INSTALL_TARGET = libinstall-byte-code OCAMLFIND_INSTFLAGS="-destdir $(DESTDIR)"
 endif
 
+OCAML_OCAMLDOC_PACKAGES = $(PKG_NAME)
+OCAML_OCAMLDOC_FLAGS_HTML += -I $(CURDIR)/lib
+
 build/$(PKG_NAME)::
 	mkdir -p $(DESTDIR)

-- 
sexplib310 packaging



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