[Python-modules-commits] r19755 - in packages/django-celery/trunk/debian (5 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Dec 27 14:04:13 UTC 2011


    Date: Tuesday, December 27, 2011 @ 14:04:11
  Author: fladi-guest
Revision: 19755

Fix issues found by Faidon Liambotis.

Added:
  packages/django-celery/trunk/debian/clean
Modified:
  packages/django-celery/trunk/debian/changelog
  packages/django-celery/trunk/debian/control
  packages/django-celery/trunk/debian/copyright
  packages/django-celery/trunk/debian/patches/fix_dependencies.patch

Modified: packages/django-celery/trunk/debian/changelog
===================================================================
--- packages/django-celery/trunk/debian/changelog	2011-12-27 12:09:40 UTC (rev 19754)
+++ packages/django-celery/trunk/debian/changelog	2011-12-27 14:04:11 UTC (rev 19755)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #588229)
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 08 Nov 2011 13:34:50 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 27 Dec 2011 15:03:32 +0100

Added: packages/django-celery/trunk/debian/clean
===================================================================
--- packages/django-celery/trunk/debian/clean	                        (rev 0)
+++ packages/django-celery/trunk/debian/clean	2011-12-27 14:04:11 UTC (rev 19755)
@@ -0,0 +1,3 @@
+djcelerymon.1
+django_celery.egg-info/PKG-INFO
+django_celery.egg-info/SOURCES.txt

Modified: packages/django-celery/trunk/debian/control
===================================================================
--- packages/django-celery/trunk/debian/control	2011-12-27 12:09:40 UTC (rev 19754)
+++ packages/django-celery/trunk/debian/control	2011-12-27 14:04:11 UTC (rev 19755)
@@ -3,45 +3,62 @@
 Priority: optional
 Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), 
+Build-Depends: debhelper (>= 7.0.50~),
                docbook-to-man,
                python-all (>= 2.7),
-               python-celery (>=2.4.2~),
+               python-celery (>=2.4.2),
                python-django (>= 1.2),
                python-django-nose,
                python-django-picklefield,
                python-mock,
+               python-setuptools,
                python-sphinx (>= 1.0.7+dfsg),
                python-sphinxcontrib.issuetracker,
-               python-setuptools,
                python-unittest2
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.7
+X-Python-Version: >= 2.7
 Homepage: http://pypi.python.org/pypi/django-celery/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-celery/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-celery/trunk/
 
 Package: python-django-celery
 Architecture: all
-Depends: ${python:Depends}, 
-         ${misc:Depends}, 
-         python-celery (>= 2.4.2~), 
+Depends: python-celery (>= 2.4.2),
          python-django (>= 1.2),
-         python-django-picklefield 
+         python-django-picklefield,
+         python-pkg-resources,
+         ${misc:Depends},
+         ${python:Depends}
 Description: Celery integration for Django
- django-celery provides Celery integration for Django using the Django ORM and 
- cache backend for storing results, autodiscovery of task modules for 
- applications listed in INSTALLED_APPS, and more.
+ 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.
+ .
+ django-celery provides Celery integration for Django using the Django ORM and
+ cache backend for storing results, autodiscovery of task modules for
+ applications listed in INSTALLED_APPS, and integration of task monitoring 
+ through the Django admin interface.
+ .
+ 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. 
 
 Package: python-django-celery-doc
 Section: doc
 Architecture: all
-Depends: ${sphinxdoc:Depends}, 
-         ${misc:Depends}, 
-         python-django-celery
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Celery integration for Django (Documentation)
- django-celery provides Celery integration for Django using the Django ORM and 
- cache backend for storing results, autodiscovery of task modules for 
- applications listed in INSTALLED_APPS, and more.
+ 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.
  .
+ django-celery provides Celery integration for Django using the Django ORM and
+ cache backend for storing results, autodiscovery of task modules for
+ applications listed in INSTALLED_APPS, and integration of task monitoring 
+ through the Django admin interface.
+ .
+ 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 documentation.

Modified: packages/django-celery/trunk/debian/copyright
===================================================================
--- packages/django-celery/trunk/debian/copyright	2011-12-27 12:09:40 UTC (rev 19754)
+++ packages/django-celery/trunk/debian/copyright	2011-12-27 14:04:11 UTC (rev 19755)
@@ -23,7 +23,7 @@
  .
  Neither the name of Ask Solem nor the names of its contributors may be used
  to endorse or promote products derived from this software without specific
- prior written permission. 
+ prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
@@ -36,4 +36,3 @@
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
-

Modified: packages/django-celery/trunk/debian/patches/fix_dependencies.patch
===================================================================
--- packages/django-celery/trunk/debian/patches/fix_dependencies.patch	2011-12-27 12:09:40 UTC (rev 19754)
+++ packages/django-celery/trunk/debian/patches/fix_dependencies.patch	2011-12-27 14:04:11 UTC (rev 19755)
@@ -1,9 +1,9 @@
 Description: Remove pretty-printing nose-cover3 from build.
- It's not essential to the build-proccess and is not packaged
- for Debian.
+ nose-cover3 is not essential to the build-proccess and is not packaged
+ for Debian. Thus removing it from the sources.
 Author: Fladischer Michael <FladischerMichael at fladi.at>
 Forwarded: not-needed
-Last-Update: 2011-11-08
+Last-Update: 2011-11-28
 
 --- a/tests/settings.py
 +++ b/tests/settings.py




More information about the Python-modules-commits mailing list