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

fladi at users.alioth.debian.org fladi at users.alioth.debian.org
Tue Jul 7 17:24:25 UTC 2015


    Date: Tuesday, July 7, 2015 @ 17:24:24
  Author: fladi
Revision: 33285

Make description of the Python3 package unique.

Modified:
  packages/django-celery/trunk/debian/control

Modified: packages/django-celery/trunk/debian/control
===================================================================
--- packages/django-celery/trunk/debian/control	2015-07-07 17:24:20 UTC (rev 33284)
+++ packages/django-celery/trunk/debian/control	2015-07-07 17:24:24 UTC (rev 33285)
@@ -64,7 +64,7 @@
          python3-tz,
          ${misc:Depends},
          ${python3:Depends}
-Description: Celery integration for Django
+Description: Celery integration for Django (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.
@@ -77,6 +77,8 @@
  Using it in a Django project provides a way to distribute asynchronous tasks
  like sending emails or batch-processing larger datasets to one or more
  separate worker nodes.
+ .
+ This package contains the Python 3 version of the library.
 
 Package: python-django-celery-doc
 Architecture: all




More information about the Python-modules-commits mailing list