[Pkg-ocaml-maint-commits] [SCM] ocamlrss packaging branch, master, updated. upstream/2.2.0-12-g2a3a555

Prach Pongpanich prachpub at gmail.com
Fri May 24 07:56:18 UTC 2013


The following commit has been merged in the master branch:
commit 2a3a555b9c596d82b93af33002d9243fb77e1415
Author: Prach Pongpanich <prachpub at gmail.com>
Date:   Fri May 24 14:56:00 2013 +0700

    Use Breaks/Replaces instead of Conflicts

diff --git a/debian/control b/debian/control
index 902fb6d..9a237f7 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Provides: ${ocaml:Provides}
-Conflicts: libcameleon-ocaml-dev
+Replaces: libcameleon-ocaml-dev (<< 1.9.18.svn20070918-1)
+Breaks: libcameleon-ocaml-dev (<< 1.9.18.svn20070918-1)
 Description: RSS 2.0 parser and printer for OCaml (runtime)
  OCaml-RSS is a small OCaml library providing functions to parse and print RSS
  2.0 files. The parser can also parse some RDF files, but some fields are not

-- 
ocamlrss packaging



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