summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)