[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.50.1-3-2-gf091aff

Mehdi Dogguy mehdi at debian.org
Tue Oct 6 14:51:17 UTC 2009


The following commit has been merged in the master branch:
commit f091aff8998cbd71b0a812a264dfa3329d249b50
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Tue Oct 6 16:48:13 2009 +0200

    Add a .doc-base file for the documentation instead of calling by hand ocamldoc-api-ref-config (Closes: #549732).

diff --git a/debian/changelog b/debian/changelog
index a70b3c3..6819d69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocamlbricks (0.50.1-3) UNRELEASED; urgency=low
+
+  * Add a .doc-base file for the documentation instead of calling by
+    hand ocamldoc-api-ref-config (Closes: #549732).
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Tue, 06 Oct 2009 16:45:19 +0200
+
 ocamlbricks (0.50.1-3) unstable; urgency=low
   
   [ Jonathan Roudiere ]
diff --git a/debian/libocamlbricks-ocaml-dev.doc-base b/debian/libocamlbricks-ocaml-dev.doc-base
new file mode 100644
index 0000000..487346c
--- /dev/null
+++ b/debian/libocamlbricks-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libocamlbricks-ocaml-dev
+Title: OCaml Bricks Module Documentation
+Author: Luca Saiu and Jean-Vincent Loddo
+Abstract: OCaml Bricks module documentation
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libocamlbricks-ocaml-dev/html/api/index.html
+Files: /usr/share/doc/libocamlbricks-ocaml-dev/html/api/*
diff --git a/debian/rules b/debian/rules
index ffa901f..093a7df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,9 +63,6 @@ install: build
 	cp $(DESTDIR)/usr/share/doc/$(PACKAGE)/html/*.html $(CURDIR)/debian/$(DEB_PACKAGE)/usr/share/doc/$(DEB_PACKAGE)/html/api/
 	cp $(DESTDIR)/usr/share/doc/$(PACKAGE)/html/*.css $(CURDIR)/debian/$(DEB_PACKAGE)/usr/share/doc/$(DEB_PACKAGE)/html/api/
 
-	# Reference to doc-base
-	/usr/share/ocaml/ocamldoc-api-ref-config --doc-base-generate libocamlbricks-ocaml-dev
-
 	# Copy libraries for libocamlbricks-ocaml-dev
 	cp $(DESTDIR)/$(OCAML_LIBDIR)/$(PACKAGE)/* $(CURDIR)/debian/$(DEB_PACKAGE)/$(OCAML_LIBDIR)/$(PACKAGE)/
 	-$(RM) $(CURDIR)/debian/$(DEB_PACKAGE)/$(OCAML_LIBDIR)/$(PACKAGE)/stupidprogram*

-- 
ocamlbricks packaging



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