summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e20b3b09..291549c2 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: proof assistant for higher-order logic (toplevel and compiler)
Package: coqide
Architecture: any
-Depends: ${shlibs:Depends}, coq (>= 8.0)
+Depends: ${shlibs:Depends}, ${misc: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
@@ -40,6 +40,7 @@ Description: proof assistant for higher-order logic (gtk interface)
Package: coq-libs
Architecture: all
+Depends: ${misc:Depends}
Recommends: coq (>= 8.0)
Conflicts: coq (<< 8.0), coq-doc (<= 8.0pl1.0-2)
Description: proof assistant for higher-order logic (theories)