[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.12.1-2-12-gf62103f
Stephane Glondu
steph at glondu.net
Mon May 14 06:13:02 UTC 2012
The following commit has been merged in the master branch:
commit 16b3f7868b1ad889933ce5423019408747ba1813
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Apr 16 13:40:52 2012 +0200
Avoid package-contains-broken-symlink Lintian tag
This is done by adding explicit dependencies to ocaml-base-nox and
camlp4 where relevant. These dependencies are redundant with the -$ABI
dependencies, but Lintian doesn't check virtual packages... and I
don't think it should (in general).
diff --git a/debian/control b/debian/control
index cf7add4..d914977 100644
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Homepage: http://caml.inria.fr/
Package: ocaml-nox
Architecture: any
Depends:
+ ocaml-base-nox,
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
@@ -100,6 +101,7 @@ Description: Pre Processor Pretty Printer for OCaml
Package: camlp4-extra
Architecture: any
Depends:
+ camlp4,
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
@@ -123,6 +125,7 @@ Description: Pre Processor Pretty Printer for OCaml - extras
Package: ocaml
Architecture: any
Depends:
+ ocaml-base-nox,
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends},
@@ -178,6 +181,7 @@ Description: Runtime system for OCaml bytecode executables (no X)
Package: ocaml-base
Architecture: any
Depends:
+ ocaml-base-nox,
${shlibs:Depends},
${misc:Depends},
${ocaml:Depends}
--
OCaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list