summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <gareuselesinge@debian.org>2016-12-29 23:46:09 +0100
committerGravatar Enrico Tassi <gareuselesinge@debian.org>2016-12-29 23:46:09 +0100
commit32d5263520a5fe927afd5451c40154c14a8b051d (patch)
treef41f2acd3ad5fe395136bdbca03d7ba71f3f20fd
parent56e5876c2ad8909f5abccfba1ef8484908b70a30 (diff)
depend on ocamlfind
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a37e61a3..3a0757e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+coq (8.6-4) unstable; urgency=medium
+
+ * coq_makefile needs ocamlfind in order to work
+
+ -- Enrico Tassi <gareuselesinge@debian.org> Thu, 29 Dec 2016 23:45:47 +0100
+
coq (8.6-3) unstable; urgency=medium
* 5127.v fails on mips, disabling
diff --git a/debian/control b/debian/control
index 3940a187..f351b5c9 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,8 @@ Suggests:
ledit | readline-editor,
libcoq-ocaml-dev,
why (>= 2.19),
- coq-doc
+ coq-doc,
+ ocamlfind
Breaks: coq-libs (<< 8.2.pl1)
Replaces: coq-libs (<< 8.2.pl1)
Description: proof assistant for higher-order logic (toplevel and compiler)