The following commit has been merged in the master branch:
commit 628738c8b42e727e221bef780c7f2a68a1d29afb
Author: Ralf Treinen <trei...@free.fr>
Date:   Tue Feb 7 14:32:44 2012 +0100

    generate and install docs

diff --git a/debian/changelog b/debian/changelog
index aa262f9..8669f1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,10 @@ dose3 (2.9.10-1) UNRELEASED; urgency=low
     - Bump build-dependency on cudf to 0.6.2
     - Added build-dependency on perl needed for building the manpages
       using pod2man.
+  * generate documentation with ocamldoc (make doc) and install in the
+    libdose3-ocaml-dev package.
 
- -- Ralf Treinen <trei...@debian.org>  Tue, 07 Feb 2012 13:53:42 +0100
+ -- Ralf Treinen <trei...@debian.org>  Tue, 07 Feb 2012 14:32:14 +0100
 
 dose3 (2.9.8-1) experimental; urgency=low
 
diff --git a/debian/libdose3-ocaml-dev.docs b/debian/libdose3-ocaml-dev.docs
new file mode 100644
index 0000000..e93ad7f
--- /dev/null
+++ b/debian/libdose3-ocaml-dev.docs
@@ -0,0 +1 @@
+_build/dose3.docdir
diff --git a/debian/rules b/debian/rules
index f874434..755cbd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ override_dh_installman:
 
 override_dh_auto_build:
        dh_auto_build
+       make doc
        pod2man --section 8 \
          --release "apt-cudf $(shell dpkg-parsechangelog | grep ^Version: | 
cut -f 2 -d' ')" \
          debian/update-cudf-solvers > debian/update-cudf-solvers.8

-- 
dose3 packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to