[Pkg-ocaml-maint-commits] [SCM] pgocaml packaging branch, master, updated. debian/1.4-1-7-gf1be592

Mehdi Dogguy mehdi at debian.org
Wed Jan 4 20:23:02 UTC 2012


The following commit has been merged in the master branch:
commit 6d73e8a01346847130a3f9402bf5a07efeff72a0
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Wed Jan 4 21:17:27 2012 +0100

    Turn a Conflicts into a Break to fix conflicts-with-version

diff --git a/debian/control b/debian/control
index 5243c89..c5c347d 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,7 @@ Depends: libpcre-ocaml,
 Provides: ${ocaml:Provides}
 Recommends: ocaml-findlib
 Suggests: postgresql (>= 7.4)
-Conflicts: libpgocaml-ocaml-dev (<< 1.3-3)
+Breaks: libpgocaml-ocaml-dev (<< 1.3-3)
 Replaces: libpgocaml-ocaml-dev (<< 1.3-3)
 Description: OCaml type-safe bindings for PostgreSQL (runtime)
  PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.

-- 
pgocaml packaging



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