[Python-apps-commits] r10950 - in packages/spambayes/trunk/debian (3 files)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Fri Jun 13 13:25:05 UTC 2014


    Date: Friday, June 13, 2014 @ 13:25:04
  Author: hugo6390-guest
Revision: 10950

Updated manpages to solve lintian errors.

Modified:
  packages/spambayes/trunk/debian/changelog
  packages/spambayes/trunk/debian/docs/core_server.1
  packages/spambayes/trunk/debian/docs/sb_bnserver.1

Modified: packages/spambayes/trunk/debian/changelog
===================================================================
--- packages/spambayes/trunk/debian/changelog	2014-06-13 12:21:39 UTC (rev 10949)
+++ packages/spambayes/trunk/debian/changelog	2014-06-13 13:25:04 UTC (rev 10950)
@@ -18,10 +18,11 @@
     - Listed the CHANGELOG.txt file.
   * debian/rules: 
     - Added build-arch and build-indep directives.
+    - Added dh_installman -i directive.
   * debian/patches/series and debian/patches/asyncore.patch
     - Written and added asyncore.patch to fix the 'from spambayes import
       asyncore' error.
-  * debian/docs/* and debian/spambayes.manpages
+  * debian/docs/* and debian/manpages
     - Written manpages for core_server (closes: #457197), and sb_*
       (closes: #286550).
 

Modified: packages/spambayes/trunk/debian/docs/core_server.1
===================================================================
--- packages/spambayes/trunk/debian/docs/core_server.1	2014-06-13 12:21:39 UTC (rev 10949)
+++ packages/spambayes/trunk/debian/docs/core_server.1	2014-06-13 13:25:04 UTC (rev 10950)
@@ -1,12 +1,8 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH OPTION "1" "June 2014" "option --version not recognized" "User Commands"
+.TH OPTION "1" "June 2014" "core_server" "User Commands"
 .SH NAME
-option \- manual page for option --version not recognized
+core_server - The primary server for SpamBayes.
 .SH DESCRIPTION
-option \fB\-\-help\fR not recognized
-.PP
-The primary server for SpamBayes.
-.PP
 Currently serves the web interface only.  Plugging in listeners for various
 protocols is TBD.  This is a first cut at creating a standalone server which
 uses a plugin architecture to support different protocols.  The primary
@@ -46,48 +42,6 @@
 .IP
 All command line arguments and switches take their default
 values from the [html_ui] section of bayescustomize.ini.
-.PP
-The primary server for SpamBayes.
-.PP
-Currently serves the web interface only.  Plugging in listeners for various
-protocols is TBD.  This is a first cut at creating a standalone server which
-uses a plugin architecture to support different protocols.  The primary
-motivation is that web apps like MoinMoin, Trac and Roundup can use spam
-detection, but they don't necessarily provide the mechanisms necessary to
-save ham and spam databases for retraining.  By providing protocol plugins
-you should be able to fairly easily provide (for example) an XML\-RPC
-interface web apps can use.  The core server takes care of all the training
-bells and whistles.
-.PP
-Usage:
-.IP
-core_server.py [options]
-.IP
-options:
-.TP
-\fB\-h\fR
-: Displays this help message.
-.IP
-\fB\-P\fR module :
-.IP
-Identify plugin module to use (required)
-.IP
-\fB\-d\fR FILE : use the named DBM database file
-\fB\-p\fR FILE : the the named Pickle database file
-\fB\-u\fR port : User interface listens on this port number
-.IP
-(default 8880; Browse http://localhost:8880/)
-.TP
-\fB\-b\fR
-: Launch a web browser showing the user interface.
-.IP
-\fB\-o\fR section:option:value :
-.IP
-set [section, option] in the options database
-to value
-.IP
-All command line arguments and switches take their default
-values from the [html_ui] section of bayescustomize.ini.
 .SH "SEE ALSO"
 The full documentation for
 .B option

Modified: packages/spambayes/trunk/debian/docs/sb_bnserver.1
===================================================================
--- packages/spambayes/trunk/debian/docs/sb_bnserver.1	2014-06-13 12:21:39 UTC (rev 10949)
+++ packages/spambayes/trunk/debian/docs/sb_bnserver.1	2014-06-13 13:25:04 UTC (rev 10950)
@@ -1,45 +1,11 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH OPTION "1" "June 2014" "option --version not recognized" "User Commands"
+.TH OPTION "1" "June 2014" "sb_bnserver" "User Commands"
 .SH NAME
-option \- manual page for option --version not recognized
+sb_bnserver - The secondary server
 .SH SYNOPSIS
 .B %(program)s
 [\fIoptions\fR] \fIFILE\fR
 .SH DESCRIPTION
-option \fB\-\-help\fR not recognized
-.SS "Where:"
-.HP
-\fB\-h\fR
-.IP
-show usage and exit
-.HP
-\fB\-p\fR FILE
-.TP
-use pickle FILE as the persistent store.
-loads data from this file
-.IP
-if it exists, and saves data to this file at the end.
-.HP
-\fB\-d\fR FILE
-.IP
-use DBM store FILE as the persistent store.
-.HP
-\fB\-o\fR section:option:value
-.IP
-set [section, option] in the options database to value
-.HP
-\fB\-a\fR seconds
-.IP
-timeout in seconds between requests before this server terminates
-.HP
-\fB\-A\fR number
-.IP
-terminate this server after this many requests
-.IP
-FILE
-.IP
-unix domain socket used on which we listen
-.PP
 Usage: %(program)s [options] FILE
 .SS "Where:"
 .HP




More information about the Python-apps-commits mailing list