[Python-modules-commits] r16246 - in packages/python-ctypeslib/trunk/debian (2 files)

rkd-guest at users.alioth.debian.org rkd-guest at users.alioth.debian.org
Sun Mar 27 01:43:10 UTC 2011


    Date: Sunday, March 27, 2011 @ 01:43:07
  Author: rkd-guest
Revision: 16246

Fix #609841 (documentation)

Modified:
  packages/python-ctypeslib/trunk/debian/changelog
  packages/python-ctypeslib/trunk/debian/ctypeslib.1

Modified: packages/python-ctypeslib/trunk/debian/changelog
===================================================================
--- packages/python-ctypeslib/trunk/debian/changelog	2011-03-26 10:00:58 UTC (rev 16245)
+++ packages/python-ctypeslib/trunk/debian/changelog	2011-03-27 01:43:07 UTC (rev 16246)
@@ -2,8 +2,10 @@
 
   * Bump standards-version to 3.9.1.
   * Upgrade source format to 3.0 (quilt).
+  * Fix duplicate documentation of options of xml2py in the manual page.
+    (Closes: #609841)
 
- -- Richard Darst <rkd at zgib.net>  Tue, 31 Aug 2010 01:07:24 -0400
+ -- Richard Darst <rkd at zgib.net>  Sat, 26 Mar 2011 18:41:53 -0400
 
 python-ctypeslib (0.0.0+svn20100125-2) unstable; urgency=low
 

Modified: packages/python-ctypeslib/trunk/debian/ctypeslib.1
===================================================================
--- packages/python-ctypeslib/trunk/debian/ctypeslib.1	2011-03-26 10:00:58 UTC (rev 16245)
+++ packages/python-ctypeslib/trunk/debian/ctypeslib.1	2011-03-27 01:43:07 UTC (rev 16246)
@@ -151,48 +151,6 @@
 .TP
 \fB\-\-preload\fR=\fIDLL\fR
 dlls to be loaded before all others (to resolve symbols)
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-show this help message and exit
-.TP
-\fB\-c\fR
-include source file location in comments
-.TP
-\fB\-d\fR
-include docstrings containing C prototype and source file
-location
-.TP
-\fB\-k\fR TYPEKIND
-kind of type descriptions to include: d = #defines, e =
-enumerations, f = functions, s = structures, t = typedefs
-.TP
-\fB\-l\fR DLLS
-libraries to search for exported functions
-.TP
-\fB\-o\fR OUTPUT
-output filename (if not specified, standard output will be
-used)
-.TP
-\fB\-r\fR EXPRESSION
-regular expression for symbols to include (if neither symbols
-nor expressions are specified,everything will be included)
-.TP
-\fB\-s\fR SYMBOL
-symbol to include (if neither symbols nor expressions are
-specified,everything will be included)
-.TP
-\fB\-v\fR
-verbose output
-.TP
-\fB\-w\fR
-add all standard windows dlls to the searched dlls list
-.TP
-\fB\-m\fR module
-Python module(s) containing symbols which will be imported
-instead of generated
-.TP
-\fB\-\-preload\fR=\fIDLL\fR
-dlls to be loaded before all others (to resolve symbols)
 
 .RE
 




More information about the Python-modules-commits mailing list