[Python-modules-commits] r2314 - in /packages/zsi/trunk/debian: changelog control wsdl2dispatch.1 wsdl2py.1

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu May 10 10:41:36 UTC 2007


Author: zack
Date: Thu May 10 10:41:35 2007
New Revision: 2314

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2314
Log:
me as an upload, manpage fixes

Modified:
    packages/zsi/trunk/debian/changelog
    packages/zsi/trunk/debian/control
    packages/zsi/trunk/debian/wsdl2dispatch.1
    packages/zsi/trunk/debian/wsdl2py.1

Modified: packages/zsi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/changelog?rev=2314&op=diff
==============================================================================
--- packages/zsi/trunk/debian/changelog (original)
+++ packages/zsi/trunk/debian/changelog Thu May 10 10:41:35 2007
@@ -36,7 +36,15 @@
   * debian/patches/no-setuptools.dpatch:
     - make sure we don't use setuptools
 
- -- Bernd Zeimetz <bernd at bzed.de>  Sun, 06 May 2007 22:28:26 +0200
+  [ Stefano Zacchiroli ]
+  * debian/control
+    - added myself as an Uploader
+  * manpages fixes
+    - wsdl2py: mention that the generated code is Python code, uniform
+      caseness for "WSDL"
+    - wsdl2dispatch: mention Python as above, fixed a typo
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 10 May 2007 12:35:16 +0200
 
 zsi (1.7-2) unstable; urgency=low
 

Modified: packages/zsi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/control?rev=2314&op=diff
==============================================================================
--- packages/zsi/trunk/debian/control (original)
+++ packages/zsi/trunk/debian/control Thu May 10 10:41:35 2007
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tristan Seligmann <mithrandi at mithrandi.za.net>, Bernd Zeimetz <bernd at bzed.de>
+Uploaders: Tristan Seligmann <mithrandi at mithrandi.za.net>, Bernd Zeimetz <bernd at bzed.de>, Stefano Zacchiroli <zack at debian.org>
 Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python (>= 2.3.5-7), python-support (>= 0.4), dpatch
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/zsi/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/

Modified: packages/zsi/trunk/debian/wsdl2dispatch.1
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/wsdl2dispatch.1?rev=2314&op=diff
==============================================================================
--- packages/zsi/trunk/debian/wsdl2dispatch.1 (original)
+++ packages/zsi/trunk/debian/wsdl2dispatch.1 Thu May 10 10:41:35 2007
@@ -21,7 +21,7 @@
 
 .TH WSDL2DISPATCH 1
 .SH NAME
-wsdl2dispatch \- generate code skeleton for SOAP server from WSDL
+wsdl2dispatch \- generate Python code skeleton for SOAP server from WSDL
 .SH SYNOPSIS
 .B wsdl2dispatch
 .RI \-f " wsdlfile
@@ -31,7 +31,7 @@
 .SH DESCRIPTION
 .B wsdl2dispatch
 is a utility to generate a code skeleton from a WSDL file for a SOAP
-serevr in Python, using ZSI. The programmer still has to implement the
+server in Python, using ZSI. The programmer still has to implement the
 HTTP server / request handler and the hooks to invoke the actual worker
 methods. Note, however, that ZSI also includes ZSI.ServiceContainer
 which implements the server functionality.

Modified: packages/zsi/trunk/debian/wsdl2py.1
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/wsdl2py.1?rev=2314&op=diff
==============================================================================
--- packages/zsi/trunk/debian/wsdl2py.1 (original)
+++ packages/zsi/trunk/debian/wsdl2py.1 Thu May 10 10:41:35 2007
@@ -21,7 +21,7 @@
 
 .TH WSDL2PY 1
 .SH NAME
-wsdl2py \- generate client interface code from WSDL
+wsdl2py \- generate client Python interface code from WSDL
 .SH SYNOPSIS
 .B wsdl2py
 .RI \-f " wsdlfile
@@ -30,10 +30,10 @@
 .RI [ options ]
 .SH DESCRIPTION
 .B wsdl2py
-is a utility for automatically generating client interface code from a
-wsdl definition, and a set of classes representing element declarations
+is a utility for automatically generating Python client interface code from a
+WSDL definition, and a set of classes representing element declarations
 and type definitions.  This will produce two files in the current
-working directory named after the wsdl definition name.
+working directory named after the WSDL definition name.
 .SH OPTIONS
 .TP
 .BI \-f " wsdlfile




More information about the Python-modules-commits mailing list