[Pkg-ocaml-maint-commits] [SCM] ocaml-data-notation packaging branch, master, updated. debian/0.0.2-1

Sylvain Le Gall gildor at debian.org
Fri Nov 19 11:38:53 UTC 2010


The following commit has been merged in the master branch:
commit 81f2cccde50b3d6b868100ec51c0899583186c82
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Fri Nov 19 12:34:22 2010 +0100

    Add dependencies due to test targets and fix 'OPT:' syntax

diff --git a/debian/control b/debian/control
index 272b15c..2629117 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,14 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: 
   Sylvain Le Gall <gildor at debian.org>
 Build-Depends:
-  debhelper (>= 7.0.50~),
-  dh-ocaml (>= 0.9~), 
   ocaml-nox (>= 3.11.1-3~),
   ocaml-findlib,
+  ocaml-base-nox,
   libtype-conv-camlp4-dev,
+  libounit-ocaml-dev,
+  libfileutils-ocaml-dev (>= 0.4.0),
+  dh-ocaml (>= 0.9~),
+  debhelper (>= 7.0.50~),
   camlp4
 Standards-Version: 3.9.1
 Homepage: http://forge.ocamlcore.org/projects/odn
diff --git a/debian/libodn-ocaml-dev.install.in b/debian/libodn-ocaml-dev.install.in
index 30e61ff..02366d0 100644
--- a/debian/libodn-ocaml-dev.install.in
+++ b/debian/libodn-ocaml-dev.install.in
@@ -1,3 +1,3 @@
 @OCamlStdlibDir@/odn/*.cm*
 @OCamlStdlibDir@/odn/*.ml*
-#OPT: @OCamlStdlibDir@/odn/*.a
+OPT: @OCamlStdlibDir@/odn/*.a

-- 
ocaml-data-notation packaging



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