[Pkg-ocaml-maint-commits] [janest-core] 02/03: Fix documentation package

Hilko Bengen bengen at moszumanska.debian.org
Tue Feb 2 22:30:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository janest-core.

commit 6164c6c5771d93dbb9e2e0ffc62243b2929f83a9
Author: Hilko Bengen <bengen at debian.org>
Date:   Tue Feb 2 22:44:56 2016 +0100

    Fix documentation package
---
 debian/libcore-ocaml-doc.doc-base | 2 +-
 debian/rules                      | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/libcore-ocaml-doc.doc-base b/debian/libcore-ocaml-doc.doc-base
index 6619563..2cb32ea 100644
--- a/debian/libcore-ocaml-doc.doc-base
+++ b/debian/libcore-ocaml-doc.doc-base
@@ -1,6 +1,6 @@
 Document: libcore-ocaml-doc-apiref
 Title: Documentation of Jane Street's Core library
-Author: Jane Stree
+Author: Jane Street Capital LLC
 Abstract: Documentation of Jane Street's Core library
 Section: Programming/OCaml
 
diff --git a/debian/rules b/debian/rules
index 4141af2..c39507e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ override_dh_install:
 
 override_dh_ocamldoc:
 	dh_ocamldoc
-	mkdir -p debian/libcore-ocaml-dev/usr/share/doc/libcore-ocaml-doc
+	rm -f debian/libcore-ocaml-dev/usr/share/doc-base/libcore-ocaml-dev.doc-base.apiref
+	mkdir -p debian/libcore-ocaml-doc/usr/share/doc/libcore-ocaml-doc
 	mv debian/libcore-ocaml-dev/usr/share/doc/libcore-ocaml-dev/html \
-	   debian/libcore-ocaml-dev/usr/share/doc/libcore-ocaml-doc/html
+	   debian/libcore-ocaml-doc/usr/share/doc/libcore-ocaml-doc/html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/janest-core.git



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