From: Stefano Zacchiroli Date: Wed, 18 Feb 2009 13:44:00 +0000 (+0100) Subject: bump versioned dep on ocaml --Replaces-> ocaml-nox to avoid file overwrite upgrade... X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~438 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8c467aece24f6b9de310f847f14a76f256fe956;p=ocaml.git bump versioned dep on ocaml --Replaces-> ocaml-nox to avoid file overwrite upgrade problems --- diff --git a/debian/changelog b/debian/changelog index b0a0795b..6e07ff71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ ocaml (3.11.0-2) experimental; urgency=low * debian/control: - clean-up Uploaders, removing people no longer contributing and handling some specific removal requests + - bump versioned dep on ocaml --Replaces-> ocaml-nox to avoid file + overwrite upgrade problems -- Stefano Zacchiroli Wed, 18 Feb 2009 14:39:31 +0100 diff --git a/debian/control b/debian/control index 4af46f8f..75976e85 100644 --- a/debian/control +++ b/debian/control @@ -98,7 +98,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base (= ${binary:Version}), ocaml-nox (=${binary:Version}), libx11-dev Suggests: tcl8.4-dev, tk8.4-dev Provides: ocaml-${F:OCamlABI} -Replaces: ocaml-nox (<< 3.10.0-12) +Replaces: ocaml-nox (<< 3.11.0-2) Description: ML language implementation with a class-based object system Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system