From: Julien Cristau Date: Mon, 31 Oct 2005 14:06:40 +0000 (+0000) Subject: * Cleanup debian/control: remove redundant Depends. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~717 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3028381a9381065b39b786938823a809dabec2ec;p=ocaml.git * Cleanup debian/control: remove redundant Depends. * Update default location of ocaml-md5sums stuff. --- diff --git a/debian/changelog b/debian/changelog index 720d0dbe..0470d8e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 31 Oct 2005 15:02:57 +0100 + ocaml (3.09.0-0.experimental.1) experimental; urgency=low Changes by Sven Luther: diff --git a/debian/control b/debian/control index 69f508d6..0fc9ca9f 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/ocaml-md5sums/configure b/debian/ocaml-md5sums/configure index 1ebaaa3d..10a6930b 100644 --- a/debian/ocaml-md5sums/configure +++ b/debian/ocaml-md5sums/configure @@ -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 ]"