summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-01-04 19:17:07 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-01-04 19:17:07 +0000
commit46af7a39c66bc711fb32a5ce4fed4ab4f218d6af (patch)
tree2bf90d8f3153e609da2be7749e44283b28c2cb95 /debian/control
parent06e68c3dcfcda1479176630061da728fb754f8d3 (diff)
Removing unnecessary dep on liblablgtk2-ocaml.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index e6e71135..1474a3f9 100644
--- a/debian/control
+++ b/debian/control
@@ -21,12 +21,12 @@ Description: proof assistant for higher-order logic (toplevel and compiler)
.
A graphical interface for Coq is provided in the coqide package.
Coq can also be used with ProofGeneral, which allows proofs to be
- edited using emacs and xemacs. This requires the proofgeneral-coq
+ edited using emacs and xemacs. This requires the proofgeneral-coq
package to be installed.
Package: coqide
Architecture: any
-Depends: ${shlibs:Depends}, coq (>= 8.0), liblablgtk2-ocaml (>= 2.4.0)
+Depends: ${shlibs:Depends}, coq (>= 8.0)
Description: proof assistant for higher-order logic (gtk interface)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
@@ -60,6 +60,6 @@ Description: proof assistant for higher-order logic (Coq 7 theories)
.
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
+ 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.