* Cleanup debian/control: remove redundant Depends.
authorJulien Cristau <julien.cristau@ens-lyon.org>
Mon, 31 Oct 2005 14:06:40 +0000 (14:06 +0000)
committerJulien Cristau <julien.cristau@ens-lyon.org>
Mon, 31 Oct 2005 14:06:40 +0000 (14:06 +0000)
* Update default location of ocaml-md5sums stuff.

debian/changelog
debian/control
debian/ocaml-md5sums/configure

index 720d0dbefeae6d4d58b9a9bec3843585b3bab65c..0470d8e197abc2cf89315e8206feb9fb29474274 100644 (file)
@@ -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@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:
index 69f508d6e2e01a1091ba02957240c1f6537ae0c6..0fc9ca9f553ed937a627e4612160e29e82f920af 100644 (file)
@@ -39,8 +39,8 @@ Description: ML language implementation with a class-based object system
 
 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 @@ Description: Ocaml interpreter and standard libraries
 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
index 1ebaaa3d4f7f103393eafa06c03ea2d30535a6a0..10a6930bce0f1e4df5fd5e81f6d7f2b37c6d8b88 100644 (file)
@@ -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 ]"