[Pkg-ocaml-maint-commits] [SCM] ocaml-doc packaging branch, master, updated. debian/3.10-1-14-gdf9d480

Samuel Mimram samuel.mimram at ens-lyon.org
Tue Feb 24 20:52:37 UTC 2009


The following commit has been merged in the master branch:
commit 1d3ec566de4f120c64a7099a2d01c9c70df469e3
Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
Date:   Tue Feb 24 20:49:36 2009 +0100

    Update docs + use dh_link.

diff --git a/debian/changelog b/debian/changelog
index 5ff110f..5f12bd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,12 +11,12 @@ ocaml-doc (3.11-1) UNRELEASED; urgency=low
     - converted to utf8.
 
   [ Samuel Mimram ]
-  * Refresh documentation.
+  * Refresh documentation for OCaml 3.11.
   * Switch packaging to git
   * Update standards verstion to 3.8.0.
   * Update compat to 7.
 
- -- Samuel Mimram <smimram at debian.org>  Tue, 24 Feb 2009 20:43:40 +0100
+ -- Samuel Mimram <smimram at debian.org>  Tue, 24 Feb 2009 20:46:08 +0100
 
 ocaml-doc (3.10-1) unstable; urgency=low
 
diff --git a/debian/docs b/debian/docs
index 6a7901a..1eaefda 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,4 @@
-ocaml-3.10-refman.pdf
-ocaml-3.10-refman.txt.gz
+ocaml-3.11-refman.pdf
+ocaml-3.11-refman.txt.gz
 ocaml.html
-examples
+ocamlbuild-user-guide.pdf
diff --git a/debian/ocaml-doc.doc-base.ocaml b/debian/ocaml-doc.doc-base.ocaml
index fd4f439..0bc0cd0 100644
--- a/debian/ocaml-doc.doc-base.ocaml
+++ b/debian/ocaml-doc.doc-base.ocaml
@@ -1,7 +1,7 @@
 Document: ocaml-doc
-Title: The OCaml 3.10 Documentation
+Title: The OCaml 3.11 Documentation
 Author: Xavier Leroy (with Damien Doligez, Jacques Garrigue, Didier Rémy and Jérôme Vouillon)
-Abstract: The Objective Caml system release 3.10 documentation and user's manual
+Abstract: The Objective Caml system release 3.11 documentation and user's manual
 Section: Programming/OCaml
 
 Format: HTML
@@ -9,7 +9,7 @@ Index: /usr/share/doc/ocaml-doc/ocaml.html/index.html
 Files: /usr/share/doc/ocaml-doc/ocaml.html/*.html
 
 Format: text
-Files: /usr/share/doc/ocaml-doc/ocaml-3.10-refman.txt.gz
+Files: /usr/share/doc/ocaml-doc/ocaml-3.11-refman.txt.gz
 
 Format: PDF
-Files: /usr/share/doc/ocaml-doc/ocaml-3.10-refman.pdf
+Files: /usr/share/doc/ocaml-doc/ocaml-3.11-refman.pdf
diff --git a/debian/ocaml-doc.links b/debian/ocaml-doc.links
new file mode 100644
index 0000000..45c2bac
--- /dev/null
+++ b/debian/ocaml-doc.links
@@ -0,0 +1 @@
+usr/share/doc/ocaml-doc usr/share/doc/ocaml/docs
diff --git a/debian/rules b/debian/rules
index 3356546..e69757f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,6 @@ install: build
 	dh_testroot
 	dh_prep
 	dh_installdirs
-	cd $(CURDIR)/debian/ocaml-doc/usr/share/doc/ocaml; ln -s ../ocaml-doc docs
 
 # Build architecture-independent files here.
 binary-indep: build install

-- 
ocaml-doc packaging



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