[Pkg-ocaml-maint-commits] [SCM] fieldslib packaging branch, master, updated. debian/0.1.2-1-6-g5b79570

Stephane Glondu steph at glondu.net
Sat Sep 24 10:06:21 UTC 2011


The following commit has been merged in the master branch:
commit 6e0d2f997023827cd5ec287faef53596a6f5dd47
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Sep 24 11:47:43 2011 +0200

    Upstream now installs its own documentation

diff --git a/debian/libfields-camlp4-dev.doc-base b/debian/libfields-camlp4-dev.doc-base
new file mode 100644
index 0000000..77636e3
--- /dev/null
+++ b/debian/libfields-camlp4-dev.doc-base
@@ -0,0 +1,8 @@
+Document: libfields-camlp4-dev-apiref
+Title: libfields-camlp4-dev OCamldoc API Reference
+Abstract: API reference manual for libfields-camlp4-dev (generated via OCamldoc)
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libfields-camlp4-dev/html/api/index.html
+Files: /usr/share/doc/libfields-camlp4-dev/html/api/*
diff --git a/debian/libfields-camlp4-dev.ocamldoc b/debian/libfields-camlp4-dev.ocamldoc
deleted file mode 100644
index 5376110..0000000
--- a/debian/libfields-camlp4-dev.ocamldoc
+++ /dev/null
@@ -1 +0,0 @@
- -package camlp4
diff --git a/debian/rules b/debian/rules
index 0c9b2f8..cc4bea3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export OCAMLFIND_LDCONF=ignore
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
-	ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libfields-camlp4-dev
+	ocaml setup.ml -configure --prefix /usr --destdir '$(DESTDIR)' --docdir /usr/share/doc/libfields-camlp4-dev/html/api
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
fieldslib packaging



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