[Pkg-ocaml-maint-commits] [SCM] ounit packaging branch, master, updated. debian/1.0.3-2-10-g2bee635
Stephane Glondu
steph at glondu.net
Tue Nov 3 20:51:39 UTC 2009
The following commit has been merged in the master branch:
commit 65a2ef8272fe569112bf96c582aa13fb8c85131e
Author: Stephane Glondu <steph at glondu.net>
Date: Tue Nov 3 21:09:12 2009 +0100
Switch to dh-ocaml 0.9
diff --git a/debian/control b/debian/control
index 1fd3895..067cc5a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Uploaders:
Stéphane Glondu <glondu at debian.org>
Build-Depends: cdbs (>= 0.4),
debhelper (>= 7),
- ocaml-nox (>= 3.11),
- ocaml-findlib (>= 1.2.4),
+ ocaml-nox (>= 3.11.1-3~),
+ ocaml-findlib (>= 1.2.5),
docbook-utils,
- dh-ocaml (>= 0.4.1)
+ dh-ocaml (>= 0.9)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ounit.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ounit.git
@@ -18,7 +18,10 @@ Homepage: http://www.xs4all.nl/~mmzeeman/ocaml/
Package: libounit-ocaml-dev
Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
Description: Unit testing framework for Objective Caml
OUnit is a unit testing framework for Objective Caml, imspired
by the JUnit tool for JAva and the HUnit tool for Haskell.
diff --git a/debian/libounit-ocaml-dev.doc-base b/debian/libounit-ocaml-dev.doc-base
new file mode 100644
index 0000000..f3f7862
--- /dev/null
+++ b/debian/libounit-ocaml-dev.doc-base
@@ -0,0 +1,8 @@
+Document: libounit-ocaml-dev-ocamldoc-api-reference
+Title: libounit-ocaml-dev OCamldoc API Reference
+Abstract: API reference manual for libounit-ocaml-dev (generated via OCamldoc)
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libounit-ocaml-dev/html/api/index.html
+Files: /usr/share/doc/libounit-ocaml-dev/html/api/*
diff --git a/debian/rules b/debian/rules
index 8bf6eb2..502c3c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,6 @@ DEB_MAKE_BUILD_TARGET += doc
DEB_MAKE_INSTALL_TARGET := install
DEB_MAKE_INSTALL_TARGET += OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
-OCAML_OCAMLDOC_PACKAGES_DOCBASE := libounit-ocaml-dev
-
build/libounit-ocaml-dev::manual
manual:
mkdir '$@'
--
ounit packaging
More information about the Pkg-ocaml-maint-commits
mailing list