[Python-modules-commits] r13801 - in packages/celery/trunk (23 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Jul 6 09:05:59 UTC 2010


    Date: Tuesday, July 6, 2010 @ 09:05:43
  Author: fladi-guest
Revision: 13801

Initial packaging. Will propably not build because of unsatisfied dependencies introduced in the recent 2.0.0 relase.

Added:
  packages/celery/trunk/debian/
  packages/celery/trunk/debian/README.Debian
  packages/celery/trunk/debian/camqadm.1
  packages/celery/trunk/debian/celerybeat.1
  packages/celery/trunk/debian/celeryd.1
  packages/celery/trunk/debian/celeryinit.1
  packages/celery/trunk/debian/changelog
  packages/celery/trunk/debian/clean
  packages/celery/trunk/debian/compat
  packages/celery/trunk/debian/control
  packages/celery/trunk/debian/copyright
  packages/celery/trunk/debian/docs
  packages/celery/trunk/debian/manpage.camqadm.sgml
  packages/celery/trunk/debian/manpage.celerybeat.sgml
  packages/celery/trunk/debian/manpage.celeryd.sgml
  packages/celery/trunk/debian/manpage.celeryinit.sgml
  packages/celery/trunk/debian/pycompat
  packages/celery/trunk/debian/python-celery.manpages
  packages/celery/trunk/debian/pyversions
  packages/celery/trunk/debian/rules
  packages/celery/trunk/debian/source/
  packages/celery/trunk/debian/source/format
  packages/celery/trunk/debian/watch


Property changes on: packages/celery/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/celery/trunk/debian/README.Debian
===================================================================
--- packages/celery/trunk/debian/README.Debian	                        (rev 0)
+++ packages/celery/trunk/debian/README.Debian	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,11 @@
+celery for Debian
+-------------------
+
+To automatically start celery worker proccesses, use the supervisor package 
+that comes with Debian. python-celery ships two sample configurations that can 
+be dropped into /etc/supervisor/conf.d/.
+
+They can be found at /usr/share/doc/python-celery/supervisord/ and need to be 
+modified to fit your projects.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 12 Feb 2010 13:51:30 +0100

Added: packages/celery/trunk/debian/camqadm.1
===================================================================
--- packages/celery/trunk/debian/camqadm.1	                        (rev 0)
+++ packages/celery/trunk/debian/camqadm.1	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,36 @@
+.TH "CAMQADM" "1" 
+.SH "NAME" 
+camqadm \(em AMQP API Command-line Shell 
+.SH "SYNOPSIS" 
+.PP 
+\fBcamqadm\fR 
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBcamqadm\fR command. 
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+\fBcamqadm\fR is a utility for command line access  
+to the AMQP API for deleting queues/bindings/exchanges, experimentation  
+and testing. 
+.SH "OPTIONS" 
+.PP 
+This program has no options. 
+.SH "SEE ALSO" 
+.PP 
+celeryd (1), celerybeat (1), celeryinit(1). 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by fladi fladischermichael at fladi.at for 
+the \fBDebian\fP system (and may be used by others).  Permission is 
+granted to copy, distribute and/or modify this document under 
+the terms of the GNU General Public License, Version 2 any 
+later version published by the Free Software Foundation. 
+ 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common-licenses/GPL. 
+ 
+.\" created by instant / docbook-to-man, Wed 24 Mar 2010, 09:09 

Added: packages/celery/trunk/debian/celerybeat.1
===================================================================
--- packages/celery/trunk/debian/celerybeat.1	                        (rev 0)
+++ packages/celery/trunk/debian/celerybeat.1	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,43 @@
+.TH "CELERYBEAT" "1" 
+.SH "NAME" 
+celerybeat \(em Celery Periodic Task Server 
+.SH "SYNOPSIS" 
+.PP 
+\fBcelerybeat\fR [\fB-s \fIdatabase\fR\fP]  [\fB-f \fIlogfile\fR\fP]  [\fB-l \fIloglevel\fR\fP]  
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBcelerybeat\fR command. 
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+\fBcelerybeat\fR is a program that starts the  
+Celery Periodic Task Server. 
+.SH "OPTIONS" 
+.PP 
+This program follows the usual GNU command line syntax, 
+with long options starting with two dashes (`\-').  A summary of 
+options is included below. 
+.IP "\fB-s\fP           \fB\-\-schedule\fP         " 10 
+Path to the schedule database. Defaults to celerybeat-schedule. The extension ".db" will be appended to the filename. 
+.IP "\fB-f\fP           \fB\-\-logfile\fP         " 10 
+Path to log file. If no logfile is specified, stderr is used. 
+.IP "\fB-l\fP           \fB\-\-loglevel\fP         " 10 
+Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL. 
+.SH "SEE ALSO" 
+.PP 
+celeryd (1), celeryinit (1). 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by fladi fladischermichael at fladi.at for 
+the \fBDebian\fP system (and may be used by others).  Permission is 
+granted to copy, distribute and/or modify this document under 
+the terms of the GNU General Public License, Version 2 any 
+later version published by the Free Software Foundation. 
+ 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common-licenses/GPL. 
+ 
+.\" created by instant / docbook-to-man, Thu 11 Mar 2010, 16:24 

Added: packages/celery/trunk/debian/celeryd.1
===================================================================
--- packages/celery/trunk/debian/celeryd.1	                        (rev 0)
+++ packages/celery/trunk/debian/celeryd.1	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,52 @@
+.TH "CELERYD" "1" 
+.SH "NAME" 
+celeryd \(em Celery Worker Daemon 
+.SH "SYNOPSIS" 
+.PP 
+\fBceleryd\fR [\fB-c \fIprocesses\fR\fP]  [\fB-f \fIlogfile\fR\fP]  [\fB-l \fIloglevel\fR\fP]  [\fB-n \fIhostname\fR\fP]  [\fB-B\fP]  [\fB-E\fP]  [\fB\-\-discard\fP]  
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBceleryd\fR command. 
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+\fBceleryd\fR is a program that starts the  
+Celery Worker Daemon. 
+.SH "OPTIONS" 
+.PP 
+This program follows the usual GNU command line syntax, 
+with long options starting with two dashes (`\-').  A summary of 
+options is included below. 
+.IP "\fB-c\fP           \fB\-\-concurrency\fP         " 10 
+Number of child processes processing the queue. The default is the number of CPUs available on your system. 
+.IP "\fB-f\fP           \fB\-\-logfile\fP         " 10 
+Path to log file. If no logfile is specified, stderr is used. 
+.IP "\fB-l\fP           \fB\-\-loglevel\fP         " 10 
+Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL. 
+.IP "\fB-n\fP           \fB\-\-hostname\fP         " 10 
+Set custom hostname. 
+.IP "\fB-B\fP           \fB\-\-beat\fP         " 10 
+Also run the celerybeat periodic task scheduler. Please note that there must only be one instance of this service. 
+.IP "\fB-E\fP           \fB\-\-events\fP         " 10 
+Send events that can be captured by monitors like celerymon. 
+.IP "\fB\-\-discard\fP         " 10 
+Discard all waiting tasks before the daemon is started.  
+WARNING: This is unrecoverable, and the tasks will be deleted from the messaging server. 
+.SH "SEE ALSO" 
+.PP 
+celerybeat (1), celeryinit (1). 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by fladi fladischermichael at fladi.at for 
+the \fBDebian\fP system (and may be used by others).  Permission is 
+granted to copy, distribute and/or modify this document under 
+the terms of the GNU General Public License, Version 2 any 
+later version published by the Free Software Foundation. 
+ 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common-licenses/GPL. 
+ 
+.\" created by instant / docbook-to-man, Thu 11 Mar 2010, 16:24 

Added: packages/celery/trunk/debian/celeryinit.1
===================================================================
--- packages/celery/trunk/debian/celeryinit.1	                        (rev 0)
+++ packages/celery/trunk/debian/celeryinit.1	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,38 @@
+.TH "CELERYINIT" "1" 
+.SH "NAME" 
+celeryinit \(em Celery Initialize 
+.SH "SYNOPSIS" 
+.PP 
+\fBceleryinit\fR 
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBceleryinit\fR command. 
+.PP 
+This manual page was written for the \fBDebian\fP distribution 
+because the original program does not have a manual page. 
+.PP 
+\fBceleryinit\fR is a program that initializes a  
+celery environment as defined by a file called "celeryconfig.py" in  
+the directory where \fBceleryinit\fR is called. 
+It is a substitude for the Django management interface and enables  
+celery to be used without Django. 
+.SH "OPTIONS" 
+.PP 
+This program has no options. 
+.SH "SEE ALSO" 
+.PP 
+celeryd (1), celerybeat (1). 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by fladi fladischermichael at fladi.at for 
+the \fBDebian\fP system (and may be used by others).  Permission is 
+granted to copy, distribute and/or modify this document under 
+the terms of the GNU General Public License, Version 2 any 
+later version published by the Free Software Foundation. 
+ 
+.PP 
+On Debian systems, the complete text of the GNU General Public 
+License can be found in /usr/share/common-licenses/GPL. 
+ 
+.\" created by instant / docbook-to-man, Thu 11 Mar 2010, 16:23 

Added: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog	                        (rev 0)
+++ packages/celery/trunk/debian/changelog	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,5 @@
+celery (2.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #526350)
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 02 Jul 2010 12:14:36 +0200

Added: packages/celery/trunk/debian/clean
===================================================================
--- packages/celery/trunk/debian/clean	                        (rev 0)
+++ packages/celery/trunk/debian/clean	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,2 @@
+celery.egg-info/requires.txt
+celery.egg-info/top_level.txt

Added: packages/celery/trunk/debian/compat
===================================================================
--- packages/celery/trunk/debian/compat	                        (rev 0)
+++ packages/celery/trunk/debian/compat	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1 @@
+7

Added: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	                        (rev 0)
+++ packages/celery/trunk/debian/control	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,50 @@
+Source: celery
+Section: python
+Priority: optional
+Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~), 
+               python-all (>=2.5), 
+               python-support, 
+               python-setuptools, 
+               python-unittest2, 
+               python-memcache,
+               python-django, 
+               python-importlib, 
+               python-carrot (>= 0.10.5), 
+               python-pyparsing,
+               python-anyjson, 
+               python-multiprocessing (>= 2.6.2.1), 
+               python-simplejson,
+               python-amqplib, 
+               python-django-picklefield, 
+               python-dateutil
+Standards-Version: 3.9.0
+Homepage: http://pypi.python.org/pypi/celery/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/celery/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/celery/trunk/
+
+Package: python-celery
+Architecture: all
+Depends: ${python:Depends}, 
+         ${misc:Depends}, 
+         python-importlib, 
+         python-dateutil, 
+         python-carrot (>= 0.10.5), 
+         python-multiprocessing (>= 2.6.2.1), 
+         python-anyjson, 
+         python-pkg-resources, 
+         python-simplejson, 
+         python-amqplib
+Suggests: supervisor, rabbitmq-server
+Description: Distributed Task Queue
+ Celery is an 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 a single or 
+ more worker servers. 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 support for Redis and 
+ databases is also available.

Added: packages/celery/trunk/debian/copyright
===================================================================
--- packages/celery/trunk/debian/copyright	                        (rev 0)
+++ packages/celery/trunk/debian/copyright	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,67 @@
+This work was packaged for Debian by:
+
+    Fladischer Michael <FladischerMichael at fladi.at> on Mon, 08 Feb 2010 11:03:04 +0100
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/celery/
+
+Upstream Authors:
+
+    Ask Solem <askh at opera.com>
+    Grégoire Cachet <gregoire at audacy.fr>
+    Vitaly Babiy <vbabiy86 at gmail.com>
+    Brian Rosner <brosner at gmail.com>
+    Sean Creeley <sean.creeley at gmail.com>
+    Ben Firshman <ben at firshman.co.uk>
+    Augusto Becciu <augusto at becciu.org>
+    Jonatan Heyman <jonatan at heyman.info>
+    Mark Hellewell <mark.hellewell at gmail.com>
+    Jerzy Kozera <jerzy.kozera at gmail.com>
+    Brad Jasper <bjasper at gmail.com>
+    Wes Winham <winhamwr at gmail.com>
+    Timo Sugliani
+    Michael Elsdoerfer <michael at elsdoerfer.com>
+    Jason Baker <amnorvend at gmail.com>
+    Wes Turner <wes.turner at gmail.com>
+    Maxim Bodyansky <bodyansky at gmail.com>
+    Rune Halvorsen <runefh at gmail.com>
+    Aaron Ross <aaron at wawd.com>
+    Adam Endicott
+    Jesper Noehr <jesper at noehr.org>
+    Mark Stover <stovenator at gmail.com>
+    Andrew Watts <andrewwatts at gmail.com>
+    Felix Berger <bflat1 at gmx.net
+    Reza Lotun <rlotun at gmail.com>
+
+
+Copyright:
+
+    2009, Ask Solem
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+
+On Debian systems, the complete text of the BSD License can be
+found in "/usr/share/common-licenses/BSD".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Fladischer Michael <FladischerMichael at fladi.at>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/celery/trunk/debian/docs
===================================================================
--- packages/celery/trunk/debian/docs	                        (rev 0)
+++ packages/celery/trunk/debian/docs	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,8 @@
+README
+TODO
+docs/cookbook
+docs/getting-started
+docs/reference
+docs/tutorials
+docs/userguide
+contrib/supervisord

Added: packages/celery/trunk/debian/manpage.camqadm.sgml
===================================================================
--- packages/celery/trunk/debian/manpage.camqadm.sgml	                        (rev 0)
+++ packages/celery/trunk/debian/manpage.camqadm.sgml	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,125 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 March 2010</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>fladischermichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>CAMQADM</refentrytitle>">
+  <!ENTITY dhpackage   "camqadm">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>AMQP API Command-line Shell</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para><command>&dhpackage;</command> is a utility for command line access 
+    to the AMQP API for deleting queues/bindings/exchanges, experimentation 
+    and testing.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program has no options.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>celeryd (1), celerybeat (1), celeryinit(1).</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (and may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->

Added: packages/celery/trunk/debian/manpage.celerybeat.sgml
===================================================================
--- packages/celery/trunk/debian/manpage.celerybeat.sgml	                        (rev 0)
+++ packages/celery/trunk/debian/manpage.celerybeat.sgml	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,155 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 March 2010</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>fladischermichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>CELERYBEAT</refentrytitle>">
+  <!ENTITY dhpackage   "celerybeat">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>Celery Periodic Task Server</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-s <replaceable>database</replaceable></option></arg>
+      <arg><option>-f <replaceable>logfile</replaceable></option></arg>
+      <arg><option>-l <replaceable>loglevel</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para><command>&dhpackage;</command> is a program that starts the 
+    Celery Periodic Task Server.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program follows the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-s</option>
+          <option>--schedule</option>
+        </term>
+        <listitem>
+          <para>Path to the schedule database. Defaults to celerybeat-schedule. The extension ".db" will be appended to the filename.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-f</option>
+          <option>--logfile</option>
+        </term>
+        <listitem>
+          <para>Path to log file. If no logfile is specified, stderr is used.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-l</option>
+          <option>--loglevel</option>
+        </term>
+        <listitem>
+          <para>Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>celeryd (1), celeryinit (1).</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (and may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->

Added: packages/celery/trunk/debian/manpage.celeryd.sgml
===================================================================
--- packages/celery/trunk/debian/manpage.celeryd.sgml	                        (rev 0)
+++ packages/celery/trunk/debian/manpage.celeryd.sgml	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,191 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 March 2010</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>fladischermichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>CELERYD</refentrytitle>">
+  <!ENTITY dhpackage   "celeryd">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>Celery Worker Daemon</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-c <replaceable>processes</replaceable></option></arg>
+      <arg><option>-f <replaceable>logfile</replaceable></option></arg>
+      <arg><option>-l <replaceable>loglevel</replaceable></option></arg>
+      <arg><option>-n <replaceable>hostname</replaceable></option></arg>
+      <arg><option>-B</option></arg>
+      <arg><option>-E</option></arg>
+      <arg><option>--discard</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para><command>&dhpackage;</command> is a program that starts the 
+    Celery Worker Daemon.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program follows the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-c</option>
+          <option>--concurrency</option>
+        </term>
+        <listitem>
+          <para>Number of child processes processing the queue. The default is the number of CPUs available on your system.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-f</option>
+          <option>--logfile</option>
+        </term>
+        <listitem>
+          <para>Path to log file. If no logfile is specified, stderr is used.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-l</option>
+          <option>--loglevel</option>
+        </term>
+        <listitem>
+          <para>Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-n</option>
+          <option>--hostname</option>
+        </term>
+        <listitem>
+          <para>Set custom hostname.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-B</option>
+          <option>--beat</option>
+        </term>
+        <listitem>
+          <para>Also run the celerybeat periodic task scheduler. Please note that there must only be one instance of this service.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-E</option>
+          <option>--events</option>
+        </term>
+        <listitem>
+          <para>Send events that can be captured by monitors like celerymon.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>--discard</option>
+        </term>
+        <listitem>
+          <para>Discard all waiting tasks before the daemon is started. 
+          WARNING: This is unrecoverable, and the tasks will be deleted from the messaging server.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>celerybeat (1), celeryinit (1).</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (and may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->

Added: packages/celery/trunk/debian/manpage.celeryinit.sgml
===================================================================
--- packages/celery/trunk/debian/manpage.celeryinit.sgml	                        (rev 0)
+++ packages/celery/trunk/debian/manpage.celeryinit.sgml	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,127 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Michael</firstname>">
+  <!ENTITY dhsurname   "<surname>Fladischer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>11 March 2010</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>fladischermichael at fladi.at</email>">
+  <!ENTITY dhusername  "fladi">
+  <!ENTITY dhucpackage "<refentrytitle>CELERYINIT</refentrytitle>">
+  <!ENTITY dhpackage   "celeryinit">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2010</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>Celery Initialize</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+    <para><command>&dhpackage;</command> is a program that initializes a 
+    celery environment as defined by a file called "celeryconfig.py" in 
+    the directory where <command>&dhpackage;</command> is called.
+    It is a substitude for the Django management interface and enables 
+    celery to be used without Django.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>This program has no options.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>celeryd (1), celerybeat (1).</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (and may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL.
+    </para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->

Added: packages/celery/trunk/debian/pycompat
===================================================================
--- packages/celery/trunk/debian/pycompat	                        (rev 0)
+++ packages/celery/trunk/debian/pycompat	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1 @@
+2

Added: packages/celery/trunk/debian/python-celery.manpages
===================================================================
--- packages/celery/trunk/debian/python-celery.manpages	                        (rev 0)
+++ packages/celery/trunk/debian/python-celery.manpages	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,4 @@
+debian/celeryd.1
+debian/celerybeat.1
+debian/celeryinit.1
+debian/camqadm.1

Added: packages/celery/trunk/debian/pyversions
===================================================================
--- packages/celery/trunk/debian/pyversions	                        (rev 0)
+++ packages/celery/trunk/debian/pyversions	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1 @@
+2.5-

Added: packages/celery/trunk/debian/rules
===================================================================
--- packages/celery/trunk/debian/rules	                        (rev 0)
+++ packages/celery/trunk/debian/rules	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	for python in $(shell pyversions -r); do \
+	  $$python setup.py test ; \
+	done
+endif


Property changes on: packages/celery/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/celery/trunk/debian/source/format
===================================================================
--- packages/celery/trunk/debian/source/format	                        (rev 0)
+++ packages/celery/trunk/debian/source/format	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/celery/trunk/debian/watch
===================================================================
--- packages/celery/trunk/debian/watch	                        (rev 0)
+++ packages/celery/trunk/debian/watch	2010-07-06 09:05:43 UTC (rev 13801)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/c/celery/celery-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list