[Python-modules-commits] r16247 - 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 04:29:58 UTC 2011


    Date: Sunday, March 27, 2011 @ 04:29:32
  Author: rkd-guest
Revision: 16247

Fix wishlist documentation bug #609920.

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-27 01:43:07 UTC (rev 16246)
+++ packages/python-ctypeslib/trunk/debian/changelog	2011-03-27 04:29:32 UTC (rev 16247)
@@ -4,8 +4,10 @@
   * Upgrade source format to 3.0 (quilt).
   * Fix duplicate documentation of options of xml2py in the manual page.
     (Closes: #609841)
+  * Clarify the h2xml -c and xml2py -l options as they are relatively
+    important.  (Closes: #609920)
 
- -- Richard Darst <rkd at zgib.net>  Sat, 26 Mar 2011 18:41:53 -0400
+ -- Richard Darst <rkd at zgib.net>  Sat, 26 Mar 2011 23:44:39 -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-27 01:43:07 UTC (rev 16246)
+++ packages/python-ctypeslib/trunk/debian/ctypeslib.1	2011-03-27 04:29:32 UTC (rev 16247)
@@ -58,15 +58,16 @@
 .B xml2py \fIout_c.xml\fR -o \fIout_c.py\fR
 .RE
 
-Key options are 
+To obtain preprocessor symbols, you must use the
 .B -c
-(include C preprocessor headers) to
-.B h2xml
-and
+flag to
+.B h2xml\fR.
+To automatically link to C libraries via ctypes, you muss pass the
+relevant libraries to 
+.B xml2py
+with 
 .B -l
-.I library.so
-(automatically link to the C library using ctypes) to
-.B xml2py\fR.
+.I library.so\fR.
 
 
 




More information about the Python-modules-commits mailing list