diff options
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 |