diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 40227ddc..3c8218a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +coq (8.2~rc2+dfsg-2) experimental; urgency=low + + * Add more versioned dependencies to please buildds + + -- Stephane Glondu <steph@glondu.net> Sun, 08 Feb 2009 10:52:43 +0100 + coq (8.2~rc2+dfsg-1) experimental; urgency=low * New upstream release candidate diff --git a/debian/control b/debian/control index 5a256345..2a917b33 100644 --- a/debian/control +++ b/debian/control @@ -16,10 +16,10 @@ Build-Depends: dpatch, ocaml-nox (>= 3.11), ocaml-best-compilers, - camlp5, - liblablgtk2-ocaml-dev (>= 2.4.0), + camlp5 (>= 5.10-2), + liblablgtk2-ocaml-dev (>= 2.10.1-3), texlive-latex-extra, - hevea + hevea (>= 1.10-6) 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 |