summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2008-09-07 18:58:58 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2008-09-08 00:16:26 +0200
commitd8e408268a5d4c59770e5ce02d6c814f751caed3 (patch)
tree43f5e8500588d77bfc0c57285ae563e897a7226e /debian/control
parentb6db9f4f71b806d89cd24db386a6bcdd3b469d31 (diff)
Use debhelper 7, simplify debian/rules
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d84be0b3..a24e091e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: coq
Section: math
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
-Uploaders: Ralf Treinen <treinen@debian.org>,
+Uploaders:
+ Ralf Treinen <treinen@debian.org>,
Remi Vanicat <vanicat@debian.org>,
Stefano Zacchiroli <zack@debian.org>,
Samuel Mimram <smimram@debian.org>,
@@ -43,7 +44,11 @@ Description: proof assistant for higher-order logic (toplevel and compiler)
Package: coqide
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, coq (>= 8.0)
+Depends:
+ ${shlibs:Depends},
+ coq (= ${binary:Version}),
+ ocaml-base-nox-${F:OCamlABI},
+ ${misc:Depends}
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