[Python-modules-commits] [celery] 01/02: Change celeryd to depend on python-celery-common instead of python-celery. Closes: #858305.

Brian May bam at moszumanska.debian.org
Tue Mar 21 10:15:52 UTC 2017


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

bam pushed a commit to branch master
in repository celery.

commit 251026d3431770d85837b505ae7a35604982a1c4
Author: Brian May <bam at debian.org>
Date:   Tue Mar 21 20:46:02 2017 +1100

    Change celeryd to depend on python-celery-common instead of python-celery. Closes: #858305.
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index da7d947..20cb63b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+celery (3.1.23-6) UNRELEASED; urgency=medium
+
+  * Change celeryd to depend on python-celery-common instead of python-celery.
+    Closes: #858305.
+
+ -- Brian May <bam at debian.org>  Tue, 21 Mar 2017 20:40:59 +1100
+
 celery (3.1.23-5) unstable; urgency=medium
 
   * Move celeryd to admin section. Closes: #832192.
diff --git a/debian/control b/debian/control
index 9e740a9..d464bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -179,7 +179,7 @@ Package: celeryd
 Section: admin
 Architecture: all
 Depends: adduser,
-         python-celery (= ${binary:Version}),
+         python-celery-common (= ${binary:Version}),
          ${misc:Depends}
 Breaks: python-celery (<< 3.0.24-1)
 Suggests: rabbitmq-server

-- 
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