[Pkg-ocaml-maint-commits] r1866 - in trunk/packages/ocaml/trunk/debian: . ocaml-md5sums

Julien Cristau jcristau-guest at costa.debian.org
Mon Oct 31 14:06:41 UTC 2005


Author: jcristau-guest
Date: 2005-10-31 14:06:40 +0000 (Mon, 31 Oct 2005)
New Revision: 1866

Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/control
   trunk/packages/ocaml/trunk/debian/ocaml-md5sums/configure
Log:
* Cleanup debian/control: remove redundant Depends.
* Update default location of ocaml-md5sums stuff.


Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2005-10-30 23:36:37 UTC (rev 1865)
+++ trunk/packages/ocaml/trunk/debian/changelog	2005-10-31 14:06:40 UTC (rev 1866)
@@ -1,3 +1,10 @@
+ocaml (3.09.0-0.experimental.2) experimental; urgency=low
+
+  * Cleanup debian/control: remove redundant Depends.
+  * Update location of ocaml-md5sums stuff.
+
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Mon, 31 Oct 2005 15:02:57 +0100
+
 ocaml (3.09.0-0.experimental.1) experimental; urgency=low
 
   Changes by Sven Luther:

Modified: trunk/packages/ocaml/trunk/debian/control
===================================================================
--- trunk/packages/ocaml/trunk/debian/control	2005-10-30 23:36:37 UTC (rev 1865)
+++ trunk/packages/ocaml/trunk/debian/control	2005-10-31 14:06:40 UTC (rev 1866)
@@ -39,8 +39,8 @@
 
 Package: ocaml
 Architecture: any
-Depends: ocaml-base (= ${Source-Version}), ocaml-base-3.09.0, ocaml-nox-3.09.0, ocaml-base-nox (>= 3.08.3-6)
-Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev, 
+Depends: ocaml-base (= ${Source-Version}), ocaml-base-3.09.0, ocaml-nox-3.09.0
+Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev
 Provides: ocaml-3.09.0
 Description: ML language implementation with a class-based object system
  Objective Caml is an implementation of the ML language, based on
@@ -138,7 +138,7 @@
 Package: ocaml-compiler-libs
 Architecture: any
 Provides: ocaml-compiler-libs-3.09.0
-Depends: ocaml-nox-3.09.0, ocaml-base-nox (>= 3.08.3-6)
+Depends: ocaml-nox-3.09.0
 Description: Ocaml interpreter and standard libraries
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system

Modified: trunk/packages/ocaml/trunk/debian/ocaml-md5sums/configure
===================================================================
--- trunk/packages/ocaml/trunk/debian/ocaml-md5sums/configure	2005-10-30 23:36:37 UTC (rev 1865)
+++ trunk/packages/ocaml/trunk/debian/ocaml-md5sums/configure	2005-10-31 14:06:40 UTC (rev 1866)
@@ -1,5 +1,5 @@
 #!/bin/sh
-DEFAULT="/var/lib/ocaml/3.08.3/md5sums"
+DEFAULT="/var/lib/ocaml/3.09.0/md5sums"
 if [ -z "$1" ]; then
   echo "No dir provided, using default: $DEFAULT"
   echo "You can override it with: ./configure [ md5sums_dir ]"




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