diff options
Diffstat (limited to 'distrib/debian/control')
-rw-r--r-- | distrib/debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/distrib/debian/control b/distrib/debian/control index c36ceaa98..67bed545d 100644 --- a/distrib/debian/control +++ b/distrib/debian/control @@ -2,13 +2,14 @@ Source: coq Section: devel Priority: optional Maintainer: Judicaël Courant <Judicael.Courant@lri.fr> -Standards-Version: 3.0.1 -Build-Depends: debhelper (>= 2), ocaml (>= 3.00-1), camlp4 (>= 3.00-1) +Standards-Version: 3.5.3 +Build-Depends: debhelper (>= 2), ocaml (>= 3.01), camlp4 (>= 3.01) Package: coq Architecture: any -Depends: ${shlibs:Depends} -Suggests: coq-doc, ocaml (>= 3.00-1), camlp4 (>= 3.00-1) +Depends: ocaml (>= 3.01), ${shlibs:Depends} +Suggests: ocaml (>= 3.01), camlp4 (>= 3.01), cle +Recommends: coq-doc Description: a proof assistant for higher-order logic. Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal |