[Python-modules-commits] [celery] 08/08: Drop celeryd binary package.

Michael Fladischer fladi at moszumanska.debian.org
Wed Nov 8 08:18:08 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository celery.

commit 57a82b710113a5808748e448fedeefe2ac0c18c8
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Nov 8 08:50:59 2017 +0100

    Drop celeryd binary package.
---
 debian/changelog |  1 +
 debian/control   | 32 --------------------------------
 debian/rules     |  6 ------
 3 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 653d879..9b85f21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ celery (4.1.0-1~exp2) UNRELEASED; urgency=medium
   * Install all process management integrations as examples in python-
     celery-common.
   * Use https:// for uscan URL.
+  * Drop celeryd binary package.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 06 Nov 2017 08:48:20 +0100
 
diff --git a/debian/control b/debian/control
index 6254cdb..f306a2b 100644
--- a/debian/control
+++ b/debian/control
@@ -61,38 +61,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/celery.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/celery.git
 Homepage: http://www.celeryproject.org/
 
-Package: celeryd
-Architecture: all
-Section: admin
-Depends:
- adduser,
- lsb-base,
- python-celery-common (= ${binary:Version}),
- ${misc:Depends},
-Suggests:
- rabbitmq-server,
-Breaks:
- python-celery (<< 3.0.24-1),
-Description: async task/job queue based on message passing (daemons)
- Celery is an open source asynchronous task queue/job queue based on
- distributed message passing. It is focused on real-time operation,
- but supports scheduling as well.
- .
- The execution units, called tasks, are executed concurrently on one
- or more worker nodes. Tasks can execute asynchronously (in the
- background) or synchronously (wait until ready).
- .
- Celery is written in Python, but the protocol can be implemented
- in any language. It can also operate with other languages using
- webhooks.
- .
- The recommended message broker is RabbitMQ, but limited support for Redis,
- Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
- ORM) is also available. Celery is easy to integrate with Django, using the
- python-django-celery package.
- .
- This package contains the init scripts to start the celery daemons.
-
 Package: python-celery
 Architecture: all
 Depends:
diff --git a/debian/rules b/debian/rules
index e45e312..95b4854 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,12 +32,6 @@ override_dh_install:
 	# Fix permissions
 	chmod 755 $(PREFIXC)/usr/bin/celery
 
-override_dh_installinit:
-	ln extra/generic-init.d/celerybeat debian/celeryd.celerybeat.init
-	ln extra/generic-init.d/celeryd debian/celeryd.celeryd.init
-	dh_installinit --name celerybeat
-	dh_installinit --name celeryd
-
 override_dh_installchangelogs:
 	dh_installchangelogs Changelog
 

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