[Pkg-ocaml-maint-commits] r1736 - trunk/packages/ocaml/trunk/debian

Jerome Marant jerome at costa.debian.org
Sat Sep 3 16:26:00 UTC 2005


Author: jerome
Date: 2005-09-03 16:25:59 +0000 (Sat, 03 Sep 2005)
New Revision: 1736

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/control
Log:
Add dependency on both gcc and binutils for all packages providing ocaml compilers


Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2005-09-03 16:15:39 UTC (rev 1735)
+++ trunk/packages/ocaml/trunk/debian/changelog	2005-09-03 16:25:59 UTC (rev 1736)
@@ -59,6 +59,12 @@
   
   * 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

Modified: trunk/packages/ocaml/trunk/debian/control
===================================================================
--- trunk/packages/ocaml/trunk/debian/control	2005-09-03 16:15:39 UTC (rev 1735)
+++ trunk/packages/ocaml/trunk/debian/control	2005-09-03 16:25:59 UTC (rev 1736)
@@ -8,7 +8,7 @@
 
 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 @@
 
 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




More information about the Pkg-ocaml-maint-commits mailing list