[Pkg-ocaml-maint-commits] [SCM] lablgtkmathview packaging branch, master, updated. debian/0.7.8-4-8-gf57f764

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 09:46:24 UTC 2009


The following commit has been merged in the master branch:
commit 573db0691b70bbcdb47cf834129b06984da9cdf9
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 11:37:51 2009 +0200

    port ocamldoc API reference generation to dh_ocamldoc
    
    add debian/*.ocamldoc.in and clean up debian/rules accordingly

diff --git a/debian/changelog b/debian/changelog
index 1d3d291..ed3fad0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,15 @@
 lablgtkmathview (0.7.8-5) UNRELEASED; urgency=low
 
-  [ Stephane Glondu ]
-  * Use ocaml.mk as a CDBS "rules" file (Closes: #549829)
-
   [ Stefano Zacchiroli ]
   * debian/control
     - bump Standards-Version to 3.8.3 (no changes needed)
     - clean up obsolete (build-)deps, cosmetic changes
     - use ${ocaml:Depends} (but keep manual deps for the interim)
+  * port ocamldoc API reference generation to dh_ocamldoc: add
+    debian/*.ocamldoc.in and clean up debian/rules accordingly
+
+  [ Stephane Glondu ]
+  * Use ocaml.mk as a CDBS "rules" file (Closes: #549829)
 
  -- Stefano Zacchiroli <zack at debian.org>  Tue, 06 Oct 2009 11:29:52 +0200
 
diff --git a/debian/liblablgtkmathview-ocaml-dev.ocamldoc.in b/debian/liblablgtkmathview-ocaml-dev.ocamldoc.in
new file mode 100644
index 0000000..0f6416e
--- /dev/null
+++ b/debian/liblablgtkmathview-ocaml-dev.ocamldoc.in
@@ -0,0 +1,2 @@
+-I @OCamlStdlibDir@/lablgtk2
+-I @OCamlStdlibDir@/gdome2
diff --git a/debian/rules b/debian/rules
index 453aa16..88fbc42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,3 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 DEB_MAKE_INSTALL_TARGET = install PREFIX=$(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
-OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
-OCAML_OCAMLDOC_FLAGS += -I $(OCAML_STDLIB_DIR)/lablgtk2
-OCAML_OCAMLDOC_FLAGS += -I $(OCAML_STDLIB_DIR)/gdome2

-- 
lablgtkmathview packaging



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