[Python-modules-commits] r14853 - in trunk/celery/debian (celeryev.1 rules)
statik-guest at users.alioth.debian.org
statik-guest at users.alioth.debian.org
Sat Nov 6 03:25:22 UTC 2010
Date: Saturday, November 6, 2010 @ 03:25:14
Author: statik-guest
Revision: 14853
Fixed celeryev manpage, and added a rule to help with manually
refreshing the manpages using help2man.
Modified:
trunk/celery/debian/celeryev.1
trunk/celery/debian/rules
Modified: trunk/celery/debian/celeryev.1
===================================================================
--- trunk/celery/debian/celeryev.1 2010-11-06 03:03:44 UTC (rev 14852)
+++ trunk/celery/debian/celeryev.1 2010-11-06 03:25:14 UTC (rev 14853)
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
-.TH DEFAULT.PY:53: "1" "November 2010" "default.py:53: NotConfigured: No celeryconfig.py module found! Please make sure it exists and is available to Python." "User Commands"
+.TH CELERYEV "1" "November 2010" "celeryev 2.1.2" "User Commands"
.SH NAME
-default.py:53: \- manual page for default.py:53: NotConfigured: No celeryconfig.py module found! Please make sure it exists and is available to Python.
+celeryev \- manual page for celeryev 2.1.2
.SH SYNOPSIS
.B celeryev
[\fIoptions\fR]
@@ -31,16 +31,10 @@
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
-.IP
-NotConfigured)
-.PP
-Usage: celeryev [options]
-.PP
-celeryev: error: no such option: \fB\-\-version\fR
.SH AUTHORS
- .B Celery
- was primarily written by Ask Solem Hoel.
+.B Celery
+was primarily written by Ask Solem Hoel.
.SH "SEE ALSO"
- Full documentation for the
- .B celery
- suite is stored at http://celeryq.org/docs/
+Full documentation for the
+.B celery
+suite is stored at http://celeryq.org/docs/
Modified: trunk/celery/debian/rules
===================================================================
--- trunk/celery/debian/rules 2010-11-06 03:03:44 UTC (rev 14852)
+++ trunk/celery/debian/rules 2010-11-06 03:25:14 UTC (rev 14853)
@@ -4,4 +4,12 @@
dh $@ --with python2
refresh-manpages:
- help2man --no-info --include=help2man.include ''/usr/bin/celerybeat'' > debian/celerybeat.1
+ help2man --no-info --include=debian/help2man.include ''/usr/bin/celerybeat'' > debian/celerybeat.1
+ help2man --no-info --include=debian/help2man.include ''/usr/bin/celeryctl'' > debian/celeryctl.1
+ help2man --no-info --include=debian/help2man.include ''/usr/bin/celeryd'' > debian/celeryd.1
+ help2man --no-info --include=debian/help2man.include --no-discard-stderr ''/usr/bin/celeryd-multi'' > debian/celeryd-multi.1
+ help2man --no-info --include=debian/help2man.include --no-discard-stderr --version-string="$(shell celeryctl --version)" ''/usr/bin/celeryev'' > debian/celeryev.1
+ help2man --no-info --include=debian/help2man.include --no-discard-stderr --version-string="$(shell celeryctl --version)" ''/usr/bin/celeryd-multi'' > debian/celeryd-multi.1
+ @echo don\'t forget to edit the color codes out of celeryd-multi.1 before committing.
+# camqadm has zero help currently, and is manually written
+# help2man --no-info --include=debian/help2man.include --no-discard-stderr --version-string="2.1.2" ''/usr/bin/camqadm'' > camqadm.1
More information about the Python-modules-commits
mailing list