bump versioned dep on ocaml --Replaces-> ocaml-nox to avoid file overwrite upgrade...
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 18 Feb 2009 13:44:00 +0000 (14:44 +0100)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 18 Feb 2009 13:44:00 +0000 (14:44 +0100)
debian/changelog
debian/control

index b0a0795b3f9d2fc1f77463a66fa824d569a08071..6e07ff71887a59f3dc35ddfabdd48e3d89bc55f1 100644 (file)
@@ -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 <zack@debian.org>  Wed, 18 Feb 2009 14:39:31 +0100
 
index 4af46f8fa2f43cb72922e785a9da52ca03c28eaa..75976e85da869062aa93bb1ea4ff7851ce0a430e 100644 (file)
@@ -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