From: Samuel Mimram Date: Fri, 15 Feb 2008 09:00:14 +0000 (+0000) Subject: Add a dependency from ocaml-base to libx11-dev. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~487 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e3cdc66ae7cb3e22770bc493d108f685d79dbeca;p=ocaml.git Add a dependency from ocaml-base to libx11-dev. --- diff --git a/debian/changelog b/debian/changelog index aa500573..a4bede73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml (3.10.1-2) UNRELEASED; urgency=low + + * Add a dependency from ocaml-base to libx11-dev, closes: #465764. + + -- Samuel Mimram Fri, 15 Feb 2008 08:58:58 +0000 + ocaml (3.10.1-1) unstable; urgency=low [ Samuel Mimram ] diff --git a/debian/control b/debian/control index 4fcb9284..203cc9db 100644 --- a/debian/control +++ b/debian/control @@ -123,7 +123,7 @@ Description: Runtime system for ocaml bytecode executables Package: ocaml-base Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI} +Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI}, libx11-dev Provides: ocaml-base-${F:OCamlABI} Description: Runtime system for ocaml bytecode executables Objective Caml (OCaml) is an implementation of the ML language, based on