diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/debian/control b/debian/control index 9ec22d2f..bd35a5ba 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> Uploaders: Ralf Treinen <treinen@debian.org>, Sven Luther <luther@debian.org>, Remi Vanicat <vanicat@debian.org>, Stefano Zacchiroli <zack@debian.org>, Samuel Mimram <smimram@debian.org> Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.0.0), dpatch, ocaml-nox (>= 3.09.0), ocaml-best-compilers, liblablgtk2-ocaml-dev (>= 2.4.0), chrpath +Build-Depends: debhelper (>= 4.0.0), dpatch, ocaml-nox (>= 3.09.0), ocaml-best-compilers, liblablgtk2-ocaml-dev (>= 2.4.0), chrpath, tetex-bin Package: coq Architecture: any @@ -39,7 +39,7 @@ Description: proof assistant for higher-order logic (gtk interface) Package: coq-libs Architecture: all Recommends: coq (>= 8.0) -Conflicts: coq (<< 8.0) +Conflicts: coq (<< 8.0), coq-doc (<= 8.0pl1.0-2) Description: proof assistant for higher-order logic (theories) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal @@ -48,18 +48,3 @@ Description: proof assistant for higher-order logic (theories) . This package provides existing theories that new proofs can be based upon, including theories of arithmetic and Boolean values. - -Package: coq7-libs -Architecture: all -Recommends: coq (>= 8.0) -Description: proof assistant for higher-order logic (Coq 7 theories) - Coq is a proof assistant for higher-order logic, which allows the - development of computer programs consistent with their formal - specification. It is developed using Objective Caml and Camlp4. - For more information, see <http://coq.inria.fr/>. - . - This package provides existing theories from Coq 7 in Coq 8, and - allows proofs that were developed in Coq 7 to be used in Coq 8. - It is also required to translate theories in Coq 7 syntax into - the new syntax introduced in Coq 8. However, this package does - not need to be installed to use Coq 7. |