diff options
author | Stephane Glondu <steph@glondu.net> | 2009-02-19 13:18:48 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2009-02-19 13:22:22 +0100 |
commit | 217a759bdf92847445bddfdf4aa2135930bf5462 (patch) | |
tree | ce16db03c75af5f8eb60ec505555619ed4e14b52 | |
parent | 24f81160e31255172d70badb1a8530385782ca48 (diff) |
Remove experimental dependencies and restore ocaml-best-compiler
-rw-r--r-- | debian/control | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 58e3de97..7e82c7e0 100644 --- a/debian/control +++ b/debian/control @@ -14,17 +14,12 @@ Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), dpatch, - ocaml-nox (>= 3.11), - camlp5 (>= 5.10-2), - liblablgtk2-ocaml-dev (>= 2.10.1-3), + ocaml-nox, + ocaml-best-compilers, + camlp5, + liblablgtk2-ocaml-dev, texlive-latex-extra, - ocaml (>= 3.11), - ocaml-base (>= 3.11), - ocaml-base-nox (>= 3.11), - ocaml-compiler-libs (>= 3.11), - liblablgtk2-ocaml (>= 2.10.1-3), - ocaml-interp (>= 3.11), - hevea (>= 1.10-6) + hevea Homepage: http://coq.inria.fr/ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/coq.git Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/coq.git |