[Python-modules-commits] [celery] 01/01: Fix dependancy on billiard

Brian May bam at moszumanska.debian.org
Thu Jan 14 01:20:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository celery.

commit 0a6090f816ea9e8edd724b5f35e6471310a6073e
Author: Brian May <bam at debian.org>
Date:   Thu Jan 14 11:08:24 2016 +1100

    Fix dependancy on billiard
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 72d09b4..9edb874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+celery (3.1.19-3) unstable; urgency=medium
+
+  * Requires python-billiard 3.3.0.21 or later. Closes: #810899.
+
+ -- Brian May <bam at debian.org>  Thu, 14 Jan 2016 11:06:44 +1100
+
 celery (3.1.19-2) unstable; urgency=medium
 
   * Fix debian/copyright. Closes: #803117.
diff --git a/debian/control b/debian/control
index 3f32ef9..ef2fb87 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
                dvipng,
                locales,
                python-all (>= 2.7),
-               python-billiard,
+               python-billiard (>= 3.3.0.21),
                python-dateutil (>= 1.5),
                python-doc,
                python-gevent,
@@ -30,7 +30,7 @@ Build-Depends: debhelper (>= 9),
                python-tz,
                python-unittest2,
                python3-all,
-               python3-billiard,
+               python3-billiard (>= 3.3.0.21),
                python3-dateutil,
                python3-doc,
                python3-kombu (>= 3.0.29),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery.git



More information about the Python-modules-commits mailing list