diff options
author | Stephane Glondu <steph@glondu.net> | 2009-02-27 13:25:56 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2009-02-27 13:25:56 +0100 |
commit | 66a68f2af68eded56ab12237b01f273dd5644b12 (patch) | |
tree | 0e4621c504c68d2072679083ebcf8370e9db3a53 /debian | |
parent | 0a220ea4714bff72f0fb2b27ae8de7bc45561900 (diff) |
Add dependency on liblablgtk2-ocaml
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6e0286ee..6148715b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ coq (8.2-1+dfsg-1) UNRELEASED; urgency=low * Remove dependency on dpatch * Add some missing Conflicts and Replaces in coq and libcoq-ocaml-dev (Closes: #517107) + * Add missing dependency for coqide.byte (no longer compiled in + custom mode): liblablgtk2-ocaml - -- Stephane Glondu <steph@glondu.net> Thu, 26 Feb 2009 19:09:28 +0100 + -- Stephane Glondu <steph@glondu.net> Fri, 27 Feb 2009 13:23:43 +0100 coq (8.2~rc2+dfsg-3) experimental; urgency=low diff --git a/debian/control b/debian/control index 882e4c63..8d507399 100644 --- a/debian/control +++ b/debian/control @@ -61,6 +61,7 @@ Depends: ${shlibs:Depends}, coq (= ${binary:Version}), ocaml-base-nox-${F:OCamlABI}, + liblablgtk2-ocaml, ${misc:Depends} Description: proof assistant for higher-order logic (gtk interface) Coq is a proof assistant for higher-order logic, which allows the |