[Python-modules-commits] r15931 - in packages/celery/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Mar 1 17:14:15 UTC 2011


    Date: Tuesday, March 1, 2011 @ 17:14:10
  Author: fladi-guest
Revision: 15931

Fixed most of the issues mentioned in Stefano Rivera's review.

Modified:
  packages/celery/trunk/debian/control
  packages/celery/trunk/debian/copyright
  packages/celery/trunk/debian/python-celery.docs

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2011-03-01 16:37:15 UTC (rev 15930)
+++ packages/celery/trunk/debian/control	2011-03-01 17:14:10 UTC (rev 15931)
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~), 
+Build-Depends: debhelper (>= 7.0.50~),
                docbook-to-man,
-               python-all (>=2.6), 
-               python-amqplib, 
-               python-anyjson, 
+               python-all (>=2.4),
+               python-amqplib,
+               python-anyjson,
                python-dateutil,
                python-gevent,
-               python-importlib, 
-               python-kombu, 
+               python-importlib,
+               python-kombu,
                python-mailer,
                python-memcache,
                python-multiprocessing (>= 2.6.2.1),
@@ -19,14 +19,14 @@
                python-pyparsing,
                python-pytyrant,
                python-redis,
-               python-setuptools, 
+               python-setuptools,
                python-simplejson,
                python-sphinx,
                python-sphinx-issuetracker,
                python-sqlalchemy,
-               python-support, 
-               python-unittest2 
-XS-Python-Version: >= 2.6
+               python-support,
+               python-unittest2
+XS-Python-Version: >= 2.4
 Standards-Version: 3.9.1
 Homepage: http://github.com/ask/celery/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/celery/trunk/
@@ -34,21 +34,19 @@
 
 Package: python-celery
 Architecture: all
-Depends: ${misc:Depends}, 
-         ${python:Depends},
-         python-amqplib, 
-         python-anyjson, 
+Depends: python-amqplib,
+         python-anyjson,
          python-dateutil,
-         python-importlib, 
-         python-kombu, 
+         python-importlib,
+         python-kombu,
          python-mailer,
          python-memcache,
          python-multiprocessing (>= 2.6.2.1) | python-gevent,
          python-pyparsing,
          python-simplejson,
-         python-sqlalchemy
-Provides: ${python:Provides}
-Suggests: python-pytyrant, python-redis
+         ${misc:Depends},
+         ${python:Depends}
+Suggests: python-pytyrant, python-redis, python-sqlalchemy
 Description: async task/job queue based on message passing
  Celery is an open source asynchronous task queue/job queue based on
  distributed message passing. It is focused on real-time operation,
@@ -62,17 +60,15 @@
  in any language. It can also operate with other languages using
  webhooks.
  .
- The recommended message broker is RabbitMQ, but support for Redis
- and databases (SQLAlchemy) is also available. You may also be
- pleased to know that full Django integration exists, delivered by
- the django-celery package.
+ 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.
 
 Package: python-celery-doc
 Section: doc
 Architecture: all
-Depends: ${python:Depends}, 
-         ${misc:Depends}, 
-         python-celery
+Depends: libjs-jquery, python-celery, ${misc:Depends}, ${python:Depends}
 Description: async task/job queue based on message passing (Documentation)
  Celery is an open source asynchronous task queue/job queue based on
  distributed message passing. It is focused on real-time operation,
@@ -86,9 +82,9 @@
  in any language. It can also operate with other languages using
  webhooks.
  .
- The recommended message broker is RabbitMQ, but support for Redis
- and databases (SQLAlchemy) is also available. You may also be
- pleased to know that full Django integration exists, delivered by
- the django-celery package.
+ 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 documentation.

Modified: packages/celery/trunk/debian/copyright
===================================================================
--- packages/celery/trunk/debian/copyright	2011-03-01 16:37:15 UTC (rev 15930)
+++ packages/celery/trunk/debian/copyright	2011-03-01 17:14:10 UTC (rev 15931)
@@ -1,11 +1,11 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn
-Name: celery
-Maintainer: Ask Solem <askh at opera.com>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: celery
+Upstream-Contact: Ask Solem <askh at opera.com>
 Source: http://pypi.python.org/pypi/celery/
 
 Files: *
-Copyright: 2009-2010, Ask Solem and contributors.
-License: BSD
+Copyright: 2009-2011, Ask Solem and contributors.
+License: BSD-solem
 
 Files: celery/utils/functional.py
 Copyright: 2001-2007, Python Software
@@ -16,11 +16,11 @@
 License: BSD
 
 Files: debian/*
-Copyright: 2010, Fladischer Michael
+Copyright: 2011, Fladischer Michael
            2010, Elliot Murphy
-License: BSD
+License: BSD-solem
 
-License: BSD
+License: BSD-solem
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
@@ -46,6 +46,32 @@
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
 
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of author nor the names of any contributors may be
+ used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 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.
+
 License: PSF-2
  1. This LICENSE AGREEMENT is between the Python Software Foundation
  ("PSF"), and the Individual or Organization ("Licensee") accessing and
@@ -59,7 +85,7 @@
  alone or in any derivative version, provided, however, that PSF's
  License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
- Reserved" are retained in Python alone or in any derivative version 
+ Reserved" are retained in Python alone or in any derivative version
  prepared by Licensee.
  .
  3. In the event Licensee prepares a derivative work that is based on
@@ -92,4 +118,3 @@
  8. By copying, installing or otherwise using Python, Licensee
  agrees to be bound by the terms and conditions of this License
  Agreement.
-

Modified: packages/celery/trunk/debian/python-celery.docs
===================================================================
--- packages/celery/trunk/debian/python-celery.docs	2011-03-01 16:37:15 UTC (rev 15930)
+++ packages/celery/trunk/debian/python-celery.docs	2011-03-01 17:14:10 UTC (rev 15931)
@@ -1,3 +1,3 @@
 README
-TODO
+FAQ
 contrib/supervisord




More information about the Python-modules-commits mailing list