[Python-modules-commits] r16984 - in packages/kombu/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sun May 8 19:57:41 UTC 2011


    Date: Sunday, May 8, 2011 @ 19:57:39
  Author: fladi-guest
Revision: 16984

New upstream release.

Modified:
  packages/kombu/trunk/debian/changelog
  packages/kombu/trunk/debian/control

Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog	2011-05-08 18:20:13 UTC (rev 16983)
+++ packages/kombu/trunk/debian/changelog	2011-05-08 19:57:39 UTC (rev 16984)
@@ -1,11 +1,13 @@
-kombu (1.1.2-1) UNRELEASED; urgency=low
+kombu (1.1.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Depend on python-anyjson (>=0.3.1), therefor no longer recommend
     python-simplejson.
   * Remove ${python:Breaks} as dh_python2 no longer needs it.
+  * Bumped Standards-Version to 3.9.2 (no change necessary).
+  * Add version to Breaks: python-cjson (<= 1.0.5-4+b1).
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 18 Apr 2011 10:26:49 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Sun, 08 May 2011 20:42:59 +0200
 
 kombu (1.0.4-1) unstable; urgency=low
 

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2011-05-08 18:20:13 UTC (rev 16983)
+++ packages/kombu/trunk/debian/control	2011-05-08 19:57:39 UTC (rev 16984)
@@ -7,6 +7,7 @@
                python-all (>= 2.6.6-3~),
                python-amqplib (>= 0.6),
                python-anyjson (>=0.3.1),
+               python-couchdb (>= 0.8),
                python-nose,
                python-pymongo,
                python-setuptools,
@@ -16,7 +17,7 @@
                python-yaml
 Build-Conflicts: python-cjson
 X-Python-Version: >= 2.4
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://github.com/ask/kombu/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/kombu/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/kombu/trunk/
@@ -28,8 +29,8 @@
          ${misc:Depends},
          ${python:Depends}
 Recommends: python-yaml
-Breaks: python-cjson
-Suggests: python-kombu-doc, python-pymongo
+Breaks: python-cjson (<= 1.0.5-4+b1)
+Suggests: python-couchdb (>= 0.8), python-kombu-doc, python-pymongo
 Description: AMQP Messaging Framework for Python
  The aim of Kombu is to make messaging in Python as easy as possible by
  providing an idiomatic high-level interface for the AMQP protocol. It is meant




More information about the Python-modules-commits mailing list