diff options
author | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2005-03-25 14:34:05 +0000 |
---|---|---|
committer | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2005-03-25 14:34:05 +0000 |
commit | b3a0e57ffb89ffbe4e51f2bb2043a49a51dd2ec5 (patch) | |
tree | 2bb287dc638476cb6e7bf28cb62c321e459ce7ad | |
parent | 14231a6b9f78637e23885e9854254b84259c1149 (diff) |
Corrected a small mistake.
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/coq.dirs | 1 | ||||
-rw-r--r-- | debian/coq.docs | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d15b63d8..c211d2ac 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: coq Architecture: any Depends: ${shlibs:Depends}, coq-libs (= ${Source-Version}) Recommends: coq-doc, coqide | proofgeneral-coq -Suggests: ocaml-3.08, proofgeneral-coq, ledit, cle +Suggests: ocaml-nox (>= 3.08), proofgeneral-coq, ledit, cle Description: proof assistant for higher-order logic (toplevel and compiler) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal diff --git a/debian/coq.dirs b/debian/coq.dirs index 719fd80d..1166b157 100644 --- a/debian/coq.dirs +++ b/debian/coq.dirs @@ -3,4 +3,3 @@ usr/lib usr/lib/coq usr/share/man/man1 usr/share/pixmaps -ide/utf8.v diff --git a/debian/coq.docs b/debian/coq.docs new file mode 100644 index 00000000..9b2bbcd7 --- /dev/null +++ b/debian/coq.docs @@ -0,0 +1 @@ +ide/utf8.v |