r54856 - in /trunk/librpc-xml-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 28 14:56:46 UTC 2010


Author: gregoa
Date: Sun Mar 28 14:56:36 2010
New Revision: 54856

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54856
Log:
Add patch to fix some spelling mistakes.

Added:
    trunk/librpc-xml-perl/debian/patches/
    trunk/librpc-xml-perl/debian/patches/series
    trunk/librpc-xml-perl/debian/patches/spelling.patch
Modified:
    trunk/librpc-xml-perl/debian/changelog

Modified: trunk/librpc-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/changelog?rev=54856&op=diff
==============================================================================
--- trunk/librpc-xml-perl/debian/changelog (original)
+++ trunk/librpc-xml-perl/debian/changelog Sun Mar 28 14:56:36 2010
@@ -9,6 +9,7 @@
   * Set Standards-Version to 3.8.4 (no changes).
   * Convert to source format 3.0 (quilt).
   * debian/copyright: update formatting and licenses.
+  * Add patch to fix some spelling mistakes.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 18 Mar 2010 22:13:38 -0400
 

Added: trunk/librpc-xml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/patches/series?rev=54856&op=file
==============================================================================
--- trunk/librpc-xml-perl/debian/patches/series (added)
+++ trunk/librpc-xml-perl/debian/patches/series Sun Mar 28 14:56:36 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/librpc-xml-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librpc-xml-perl/debian/patches/spelling.patch?rev=54856&op=file
==============================================================================
--- trunk/librpc-xml-perl/debian/patches/spelling.patch (added)
+++ trunk/librpc-xml-perl/debian/patches/spelling.patch Sun Mar 28 14:56:36 2010
@@ -1,0 +1,26 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling fixes
+Forwarded: no
+
+--- a/etc/make_method
++++ b/etc/make_method
+@@ -411,7 +411,7 @@ Read the help text for the method from t
+ 
+ =item --code=FILE
+ 
+-Read the actual code for the routine from the file specifed. If this option is
++Read the actual code for the routine from the file specified. If this option is
+ not given, the code is read from the standard input file descriptor.
+ 
+ =item --output=FILE
+--- a/lib/RPC/XML/Server.pm
++++ b/lib/RPC/XML/Server.pm
+@@ -1032,7 +1032,7 @@ closure that forces execution in the B<R
+ code element of a procedure/method is passed in as a direct code reference by
+ one of the other syntaxes allowed by the constructor, the package may well be
+ different. Thus, routines should strive to be as localized as possible,
+-independant of specific namespaces. If a group of routines are expected to
++independent of specific namespaces. If a group of routines are expected to
+ work in close concert, each should explicitly set the namespace with a
+ C<package> declaration as the first statement within the routines themselves.
+ 




More information about the Pkg-perl-cvs-commits mailing list