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

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Wed Jan 13 19:49:09 UTC 2010


    Date: Wednesday, January 13, 2010 @ 19:49:08
  Author: bernat
Revision: 11132

debian/control: don't use obsolete "<" for Conflicts field; use "<<"
instead

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	2010-01-13 19:46:55 UTC (rev 11131)
+++ packages/python-axiom/trunk/debian/changelog	2010-01-13 19:49:08 UTC (rev 11132)
@@ -7,6 +7,8 @@
 
   [ Vincent Bernat ]
   * New upstream release.
+  * debian/control
+    - don't use obsolete "<" for Conflicts field; use "<<" instead
 
  -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 13 Jan 2010 20:38:50 +0100
 

Modified: packages/python-axiom/trunk/debian/control
===================================================================
--- packages/python-axiom/trunk/debian/control	2010-01-13 19:46:55 UTC (rev 11131)
+++ packages/python-axiom/trunk/debian/control	2010-01-13 19:49:08 UTC (rev 11132)
@@ -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)
+Conflicts: libsqlite3-0 (<< 3.6.12)
 XB-Python-Version: ${python:Versions}
 Description: Python object database
  Divmod Axiom is an object database, or alternatively, an




More information about the Python-modules-commits mailing list