[Python-modules-commits] r25494 - in packages/python-axiom/trunk/debian (changelog control)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sun Aug 11 04:29:07 UTC 2013


    Date: Sunday, August 11, 2013 @ 04:29:05
  Author: mithrandi
Revision: 25494

Use Breaks instead of Conflicts against libsqlite3-0.

Modified:
  packages/python-axiom/trunk/debian/changelog
  packages/python-axiom/trunk/debian/control

Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog	2013-08-11 04:27:52 UTC (rev 25493)
+++ packages/python-axiom/trunk/debian/changelog	2013-08-11 04:29:05 UTC (rev 25494)
@@ -12,6 +12,7 @@
   * Bump Standards-Version.
   * Ship upstream NEWS.txt which was omitted from the source tarball
     accidentally.
+  * Use Breaks instead of Conflicts against libsqlite3-0.
 
  -- Jakub Wilk <jwilk at debian.org>  Fri, 21 Jun 2013 19:55:24 +0200
 

Modified: packages/python-axiom/trunk/debian/control
===================================================================
--- packages/python-axiom/trunk/debian/control	2013-08-11 04:27:52 UTC (rev 25493)
+++ packages/python-axiom/trunk/debian/control	2013-08-11 04:29:05 UTC (rev 25494)
@@ -14,7 +14,7 @@
 Package: python-axiom
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-twisted-conch, python-epsilon (>= 0.5.11), python-pysqlite2, python-zopeinterface
-Conflicts: libsqlite3-0 (<< 3.6.12)
+Breaks: libsqlite3-0 (<< 3.6.12)
 Description: Python object database
  Divmod Axiom is an object database, or alternatively, an
  object-relational mapper, implemented on top of Python.




More information about the Python-modules-commits mailing list