From: Samuel Mimram Date: Mon, 18 Feb 2008 08:35:45 +0000 (+0000) Subject: The dependency on libx11-dev should be in ocaml, not ocaml-base. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~486 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7346c285b7018a77f95999f2ac8b080b4dd41255;p=ocaml.git The dependency on libx11-dev should be in ocaml, not ocaml-base. --- diff --git a/debian/control b/debian/control index 203cc9db..ff62ea13 100644 --- a/debian/control +++ b/debian/control @@ -79,7 +79,7 @@ Description: Pre Processor Pretty Printer for OCaml - extras Package: ocaml Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base (= ${binary:Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI} +Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base (= ${binary:Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI}, libx11-dev Suggests: tcl8.4-dev, tk8.4-dev Provides: ocaml-${F:OCamlABI} Replaces: ocaml-nox (<< 3.10.0-12) @@ -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}, libx11-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI} Provides: ocaml-base-${F:OCamlABI} Description: Runtime system for ocaml bytecode executables Objective Caml (OCaml) is an implementation of the ML language, based on