diff options
author | Enrico Tassi <gareuselesinge@debian.org> | 2016-12-30 00:36:07 +0100 |
---|---|---|
committer | Enrico Tassi <gareuselesinge@debian.org> | 2016-12-30 00:36:07 +0100 |
commit | c2f1eda504659079238313826fc9c60e981af531 (patch) | |
tree | 8960b9be4a754a1256e12503c98fcec3bcd0c441 | |
parent | 32d5263520a5fe927afd5451c40154c14a8b051d (diff) |
fix ocamlfind package namedebian/8.6-4
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f351b5c9..79c85613 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,8 @@ Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}, - ocaml-best-compilers + ocaml-best-compilers, + ocaml-findlib Provides: coq-${F:CoqABI} Recommends: coqide | proofgeneral Suggests: @@ -40,8 +41,7 @@ Suggests: ledit | readline-editor, libcoq-ocaml-dev, why (>= 2.19), - coq-doc, - ocamlfind + coq-doc Breaks: coq-libs (<< 8.2.pl1) Replaces: coq-libs (<< 8.2.pl1) Description: proof assistant for higher-order logic (toplevel and compiler) |