[Python-modules-commits] r18440 - in packages/kombu/trunk/debian (changelog control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Sep 5 05:30:29 UTC 2011
Date: Monday, September 5, 2011 @ 05:30:27
Author: fladi-guest
Revision: 18440
Add python-boto to depenencies.
Modified:
packages/kombu/trunk/debian/changelog
packages/kombu/trunk/debian/control
Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog 2011-09-05 05:25:37 UTC (rev 18439)
+++ packages/kombu/trunk/debian/changelog 2011-09-05 05:30:27 UTC (rev 18440)
@@ -1,4 +1,4 @@
-kombu (1.2.1-1) unstable; urgency=low
+kombu (1.2.1-1) UNRELEASED; urgency=low
* New upstream release.
* Depend on python-anyjson (>=0.3.1), therefor no longer recommend
@@ -6,8 +6,11 @@
* 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).
+ * Add python-boto to dependencies.
+ * Clean up after build.
+ * Use dh_sphinxdoc.
- -- Fladischer Michael <FladischerMichael at fladi.at> Tue, 17 May 2011 19:14:28 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 05 Sep 2011 07:25:09 +0200
kombu (1.0.4-1) unstable; urgency=low
Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control 2011-09-05 05:25:37 UTC (rev 18439)
+++ packages/kombu/trunk/debian/control 2011-09-05 05:30:27 UTC (rev 18440)
@@ -7,6 +7,7 @@
python-all (>= 2.6.6-3~),
python-amqplib (>= 1.0),
python-anyjson (>=0.3.1),
+ python-boto,
python-couchdb (>= 0.8),
python-nose,
python-pymongo,
@@ -30,7 +31,7 @@
${python:Depends}
Recommends: python-yaml
Breaks: python-cjson (<= 1.0.5-4+b1)
-Suggests: python-couchdb (>= 0.8), python-kombu-doc, python-pymongo
+Suggests: python-boto, 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