[Pkg-ocaml-maint-commits] [SCM] mingw32-ocaml packaging branch, master, updated. debian/3.12.1+debian1-1-ge211933

Romain Beauxis toots at rastageeks.org
Sat Nov 3 17:15:29 UTC 2012


The following commit has been merged in the master branch:
commit e211933cb140a0ae5c535fa7652bfc6ee429d2a8
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Sat Nov 3 18:14:34 2012 +0100

    Fixed upgrade path from squeeze to wheezy.

diff --git a/debian/changelog b/debian/changelog
index ccc2b26..879fd7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mingw-ocaml (3.12.1+debian2) unstable; urgency=low
+
+  * Added Replaces: mingw32-ocaml to mingw-ocaml 
+  Closes: #662746
+
+ -- Romain Beauxis <toots at rastageeks.org>  Sat, 03 Nov 2012 16:40:31 +0100
+
 mingw-ocaml (3.12.1+debian1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index ca5c3e9..209fc4d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,8 @@ Depends:
  ocaml-nox,
  ocaml-findlib,
  mingw-w64
+Replaces: mingw32-ocaml (<< 3.12.1~)
+Breaks: mingw32-ocaml (<< 3.12.1~)
 Description: OCaml cross-compiler based on mingw
  Objective Caml (OCaml) is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system
@@ -40,7 +42,7 @@ Description: OCaml cross-compiler based on mingw
  This package contains everything needed to build OCaml code targeted
  to be executed under windows.
 
-Package: minw32-ocaml
+Package: mingw32-ocaml
 Architecture: all
 Depends: mingw-ocaml, ${misc:Depends}
 Description: OCaml cross-compiler based on mingw -- dummy transitional package

-- 
mingw32-ocaml packaging



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