[Python-modules-commits] r31201 - in packages/celery/trunk/debian (control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Oct 21 13:11:39 UTC 2014


    Date: Tuesday, October 21, 2014 @ 13:11:38
  Author: fladi-guest
Revision: 31201

Specify unique descriptions for each package.

Modified:
  packages/celery/trunk/debian/control

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2014-10-21 13:06:17 UTC (rev 31200)
+++ packages/celery/trunk/debian/control	2014-10-21 13:11:38 UTC (rev 31201)
@@ -57,7 +57,7 @@
 Replaces: python-celery (<< 3.1.12-2)
 Breaks: python-celery (<< 3.1.12-2)
 Architecture: all
-Description: async task/job queue based on message passing
+Description: async task/job queue based on message passing (common files)
  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.
@@ -74,6 +74,8 @@
  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 common files of the library.
 
 Package: python-celery
 Architecture: all
@@ -93,7 +95,7 @@
           python-pytyrant,
           python-redis,
           python-sqlalchemy
-Description: async task/job queue based on message passing
+Description: async task/job queue based on message passing (Python2 version)
  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.
@@ -110,6 +112,8 @@
  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 Python 2 version of the library.
 
 Package: python3-celery
 Architecture: all
@@ -127,7 +131,7 @@
           python3-pytyrant,
           python3-redis,
           python3-sqlalchemy
-Description: async task/job queue based on message passing
+Description: async task/job queue based on message passing (Python3 version)
  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.
@@ -144,6 +148,8 @@
  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 Python 3 version of the library.
 
 Package: python-celery-doc
 Section: doc




More information about the Python-modules-commits mailing list