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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sat Jul 13 10:37:55 UTC 2013


    Date: Saturday, July 13, 2013 @ 10:37:54
  Author: fladi-guest
Revision: 25174

Minor refinements in dependencies.

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

Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog	2013-07-13 10:27:23 UTC (rev 25173)
+++ packages/kombu/trunk/debian/changelog	2013-07-13 10:37:54 UTC (rev 25174)
@@ -1,3 +1,13 @@
+kombu (2.5.12-2) unstable; urgency=low
+
+  * Bump debhelper Build-Depends to >= 8.1.0~.
+  * Bump Standards version to 3.9.4.
+  * Add python-librabbitmq to Build-Depends and Depends.
+  * Replace python-amqplib with its fork python-amqp in Depends.
+  * Add python-beanstalkc to Build-Depends and Suggests.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 27 Mar 2012 16:54:58 +0100
+
 kombu (2.5.12-1) unstable; urgency=low
 
   [ Thomas Goirand ]

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2013-07-13 10:27:23 UTC (rev 25173)
+++ packages/kombu/trunk/debian/control	2013-07-13 10:37:54 UTC (rev 25174)
@@ -3,13 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8.1.0~),
                python-all (>= 2.6.6-3~),
-               python-amqp,
+               python-amqp (<< 1.1.0),
+               python-amqp (>= 1.0.11),
                python-anyjson (>= 0.3.3),
+               python-beanstalkc,
                python-boto,
                python-couchdb (>= 0.8),
                python-django,
+               python-librabbitmq,
                python-mock,
                python-nose,
                python-pika (>= 0.9.5),
@@ -22,23 +25,26 @@
                python-yaml
 Build-Conflicts: python-cjson
 X-Python-Version: >= 2.5
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://github.com/ask/kombu/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/kombu/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kombu/trunk/
 
 Package: python-kombu
 Architecture: all
-Depends: python-amqp,
+Depends: python-amqp (<< 1.1.0),
+         python-amqp (>= 1.0.11),
          python-anyjson (>= 0.3.3),
          ${misc:Depends},
          ${python:Depends}
 Recommends: python-yaml
 Breaks: python-cjson (<= 1.0.5-4+b1)
 Suggests: python-boto,
+          python-beanstalkc,
           python-couchdb (>= 0.8),
           python-django,
           python-kombu-doc,
+          python-librabbitmq,
           python-pika (>= 0.9.5),
           python-pymongo,
           python-sqlalchemy




More information about the Python-modules-commits mailing list