summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2007-07-04 09:17:43 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2007-07-04 09:17:43 +0000
commit763b05d3e66a0c0c49bad97434d891d22c1054dc (patch)
treed460adac8afb69081af3cc663a214cd01a8a2e89 /debian/control
parente9eb79992df68745804ca0fefa6594def00a8081 (diff)
Add dependencies on ${misc:Depends}.debian/8.1+dfsg-6
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)