Add dependency on both gcc and binutils for all packages providing ocaml compilers
authorJerome Marant <jerome@debian.org>
Sat, 3 Sep 2005 16:25:59 +0000 (16:25 +0000)
committerJerome Marant <jerome@debian.org>
Sat, 3 Sep 2005 16:25:59 +0000 (16:25 +0000)
debian/changelog
debian/control

index c38ca0ee7284073d603283f4ebe79bc36d328e4f..2acbe8cb889f2a042b0df147897d384c9e456c5a 100644 (file)
@@ -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
index d5f97767a6cc1ba04c2cdb59c76abe7b6ad96ecf..03b7fbf421fe9b24a466625267cc5aa1d667e19e 100644 (file)
@@ -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