From: Jerome Marant Date: Sat, 3 Sep 2005 16:25:59 +0000 (+0000) Subject: Add dependency on both gcc and binutils for all packages providing ocaml compilers X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~730 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=87c32e2e9b0ceaaf3a3a7251ddf9573729fcd05a;p=ocaml.git Add dependency on both gcc and binutils for all packages providing ocaml compilers --- diff --git a/debian/changelog b/debian/changelog index c38ca0ee..2acbe8cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,12 @@ ocaml (3.08.3-8) UNRELEASED; urgency=low * debian/ocaml-nox.preinst: Remove bashism + * Add dependencies on gcc and binutils for all interpreters since + OCaml compilers may use of them (Closes: Bug#322722) + * debian/control: + - [ocaml-nox]: Add dependency on both gcc and binutils + - [ocaml-native-compilers]: Likewise + Changes by Stefano Zacchiroli: * debian/rules - remove spurious CVS directories from labltk examples diff --git a/debian/control b/debian/control index d5f97767..03b7fbf4 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.2 Package: ocaml-nox Architecture: any -Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.08.3, ocaml-interp-3.08.3 +Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-3.08.3, ocaml-interp-3.08.3, gcc, binutils Suggests: ocaml-doc, libgdbm-dev, tuareg-mode | ocaml-mode Recommends: ledit, file Provides: ocaml-nox-3.08.3 ${F:BestProvides}, libnums-ocaml-dev @@ -96,7 +96,7 @@ Description: Runtime system for ocaml bytecode executables Package: ocaml-native-compilers Architecture: alpha amd64 arm hppa i386 ia64 powerpc sparc -Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-3.08.3, ${shlibs:Depends} +Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-3.08.3, gcc, binutils, ${shlibs:Depends} Provides: ocaml-best-compilers Description: Native code compilers of the ocaml suite (the .opt ones) Objective Caml is an implementation of the ML language, based on