[Python-modules-commits] [celery] 10/13: Remove entrypoint wrappers missing from upstream:

Michael Fladischer fladi at moszumanska.debian.org
Mon Jul 31 16:05:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch debian/master
in repository celery.

commit d44266d1972bc2038fe0a26fa14db58ab0e294d3
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Jul 31 13:27:38 2017 +0200

    Remove entrypoint wrappers missing from upstream:
    
    * Remove entrypoint wrappers missing from upstream:
      - celeryd
      - celerybeat
      - celery-multi
---
 debian/changelog                     |   4 +
 debian/clean                         |   6 -
 debian/manpage.camqadm.sgml          | 125 -----------------
 debian/manpage.celerybeat.sgml       | 155 ---------------------
 debian/manpage.celeryctl.sgml        | 254 -----------------------------------
 debian/manpage.celeryd-multi.sgml    | 170 -----------------------
 debian/manpage.celeryd.sgml          | 191 --------------------------
 debian/manpage.celeryev.sgml         | 136 -------------------
 debian/python-celery-common.install  |   3 -
 debian/python-celery-common.manpages |   3 -
 debian/rules                         |  15 +--
 debian/wrappers/celerybeat           |  28 ----
 debian/wrappers/celeryd              |  28 ----
 debian/wrappers/celeryd-multi        |  28 ----
 14 files changed, 8 insertions(+), 1138 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85687da..f981478 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ celery (4.1.0-1~exp1) UNRELEASED; urgency=low
     - python(3)-eventlet
     - python(3)-vine
   * Clean up modified files to allow two builds in a row.
+  * Remove entrypoint wrappers missing from upstream:
+    - celeryd
+    - celerybeat
+    - celery-multi
 
   [ Brian May ]
   * Apply upstream patch to allow Sphinx to strip memory addresses.
diff --git a/debian/clean b/debian/clean
index 0b6c5fb..fe7e2d5 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,9 +1,3 @@
-celerybeat.1
-celeryctl.1
-celeryd.1
-celeryd-multi.1
-celeryev.1
-camqadm.1
 celery.1
 debian/celeryd.*.init
 test.db
diff --git a/debian/manpage.camqadm.sgml b/debian/manpage.camqadm.sgml
deleted file mode 100644
index 2165229..0000000
--- a/debian/manpage.camqadm.sgml
+++ /dev/null
@@ -1,125 +0,0 @@
-<!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), celeryctl (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:
--->
diff --git a/debian/manpage.celerybeat.sgml b/debian/manpage.celerybeat.sgml
deleted file mode 100644
index a93e884..0000000
--- a/debian/manpage.celerybeat.sgml
+++ /dev/null
@@ -1,155 +0,0 @@
-<!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), celeryctl (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:
--->
diff --git a/debian/manpage.celeryctl.sgml b/debian/manpage.celeryctl.sgml
deleted file mode 100644
index bbc815b..0000000
--- a/debian/manpage.celeryctl.sgml
+++ /dev/null
@@ -1,254 +0,0 @@
-<!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>10 November 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>CELERYCTL</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 Management Utility</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 command line utility to 
-    inspect and manage worker nodes.</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>-q</option>
-          <option>--quiet</option>
-        </term>
-        <listitem>
-          <para>TODO</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>--conf</option>
-        </term>
-        <listitem>
-          <para>Celery config module name (default: celeryconfig).</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>--loader</option>
-        </term>
-        <listitem>
-          <para>Celery loaders module name (default: default).</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-C</option>
-          <option>--no-color</option>
-        </term>
-        <listitem>
-          <para>Don't colorize output.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>COMMANDS</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>status</option>
-        </term>
-        <listitem>
-          <para>List active nodes in this cluster.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>result</option>
-        </term>
-        <listitem>
-          <para>Show the result of a task.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect active</option>
-        </term>
-        <listitem>
-          <para>Show all the tasks that are currently being executed.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect scheduled</option>
-        </term>
-        <listitem>
-          <para>Show all the tasks reserved by the worker because they have 
-          the eta or countdown argument set.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect reserved</option>
-        </term>
-        <listitem>
-          <para>Show all tasks that have been prefetched by the worker, and is 
-          currently waiting to be executed (does not include tasks with an eta).
-          </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect revoked</option>
-        </term>
-        <listitem>
-          <para>List history of revoked tasks.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect registered_tasks</option>
-        </term>
-        <listitem>
-          <para>List registered tasks.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect states</option>
-        </term>
-        <listitem>
-          <para>Show worker statistics.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect enable_events</option>
-        </term>
-        <listitem>
-          <para>Enable events.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>inspect disable_events</option>
-        </term>
-        <listitem>
-          <para>Disable events.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>celeryd (1), celerybeat (1), celeryev (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:
--->
diff --git a/debian/manpage.celeryd-multi.sgml b/debian/manpage.celeryd-multi.sgml
deleted file mode 100644
index 802e672..0000000
--- a/debian/manpage.celeryd-multi.sgml
+++ /dev/null
@@ -1,170 +0,0 @@
-<!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>Tool for shell scripts to start multiple workers.</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 shell script generator which 
-    can be used to create arbitrary startup commands for celeryd worker 
-    processes.</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>help</option>
-        </term>
-        <listitem>
-          <para>Show examples of usage.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>start</option>
-        </term>
-        <listitem>
-          <para>Generate start commands.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>names</option>
-        </term>
-        <listitem>
-          <para>Generate node-name-sequence.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>expand</option>
-        </term>
-        <listitem>
-          <para>Show examples of usage.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <option>get</option>
-        </term>
-        <listitem>
-          <para>Show examples of usage.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </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:
--->
diff --git a/debian/manpage.celeryd.sgml b/debian/manpage.celeryd.sgml
deleted file mode 100644
index 85e2e4b..0000000
--- a/debian/manpage.celeryd.sgml
+++ /dev/null
@@ -1,191 +0,0 @@
-<!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), celeryctl (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:
--->
diff --git a/debian/manpage.celeryev.sgml b/debian/manpage.celeryev.sgml
deleted file mode 100644
index b63f2fb..0000000
--- a/debian/manpage.celeryev.sgml
+++ /dev/null
@@ -1,136 +0,0 @@
-<!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
... 281 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery.git



More information about the Python-modules-commits mailing list