r67365 - in /trunk/libcgi-pm-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 13 21:09:48 UTC 2011


Author: gregoa
Date: Thu Jan 13 21:09:13 2011
New Revision: 67365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67365
Log:
Add patch spelling.patch to fix a spelling mistake in various files.

Added:
    trunk/libcgi-pm-perl/debian/patches/spelling.patch
Modified:
    trunk/libcgi-pm-perl/debian/changelog
    trunk/libcgi-pm-perl/debian/patches/series

Modified: trunk/libcgi-pm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/changelog?rev=67365&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/changelog (original)
+++ trunk/libcgi-pm-perl/debian/changelog Thu Jan 13 21:09:13 2011
@@ -17,6 +17,7 @@
   * debian/watch: add URL for the unoffical 3.51 release in order to make it
     uscan-able.
   * debian/copyright: update list for debian/* and update formatting.
+  * Add patch spelling.patch to fix a spelling mistake in various files.
 
  -- Niko Tyni <ntyni at debian.org>  Tue, 11 Jan 2011 21:16:29 +0200
 

Modified: trunk/libcgi-pm-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/series?rev=67365&op=diff
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/series (original)
+++ trunk/libcgi-pm-perl/debian/patches/series Thu Jan 13 21:09:13 2011
@@ -1,1 +1,2 @@
 man-cgi-fast.patch
+spelling.patch

Added: trunk/libcgi-pm-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-pm-perl/debian/patches/spelling.patch?rev=67365&op=file
==============================================================================
--- trunk/libcgi-pm-perl/debian/patches/spelling.patch (added)
+++ trunk/libcgi-pm-perl/debian/patches/spelling.patch Thu Jan 13 21:09:13 2011
@@ -1,0 +1,84 @@
+Description: fix a spelling mistake in various files
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-01-13
+
+--- a/Changes
++++ b/Changes
+@@ -1137,7 +1137,7 @@
+    21. Fixed warning in initialize_globals() under mod_perl.
+    22. File uploads from Macintosh versions of MSIE should now work.
+    23. Pragmas now preceded by dashes (-nph) rather than colons (:nph).
+-       Old style is supported for backward compatability.
++       Old style is supported for backward compatibility.
+    24. Can now pass arguments to all functions using {} brackets,
+        resolving historical inconsistencies.
+    25. Removed autoloader warnings about absent MultipartBuffer::DESTROY.
+@@ -1369,7 +1369,7 @@
+ 
+     1. Added cookie() support routines.
+     2. Added -expires parameter to header().
+-    3. Added cgi-lib.pl compatability mode.
++    3. Added cgi-lib.pl compatibility mode.
+     4. Made the module more configurable for different operating systems.
+     5. Fixed a dumb bug in JavaScript button() method.
+ 
+@@ -1499,7 +1499,7 @@
+ 
+     1. The user_agent() method is now documented;
+     2. A potential security hole in import() is now plugged.
+-    3. Changed name of import() to import_names() for compatability with
++    3. Changed name of import() to import_names() for compatibility with
+        CGI:: modules.
+ 
+   Bug fixes in version 1.53
+--- a/cgi_docs.html
++++ b/cgi_docs.html
+@@ -1666,7 +1666,7 @@
+        feature, there's no particular reason to use this type of encoding.
+ </DL>
+ 
+-For compatability, the startform() method uses the older form of
++For compatibility, the startform() method uses the older form of
+ encoding by default.  If you want to use the newer form of encoding
+ By default, you can call <A HREF="#multipart">start_multipart_form()</A>
+ instead of <CODE>startform()</CODE>.
+@@ -5559,7 +5559,7 @@
+   <li>Fixed warning in initialize_globals() under mod_perl.
+   <li>File uploads from Macintosh versions of MSIE should now work.
+   <li>Pragmas now preceded by dashes (-nph) rather than colons (:nph).
+-      Old style is supported for backward compatability.
++      Old style is supported for backward compatibility.
+   <li>Can now pass arguments to all functions using {} brackets,
+       resolving historical inconsistencies.
+   <li>Removed autoloader warnings about absent MultipartBuffer::DESTROY.
+@@ -5803,7 +5803,7 @@
+ <ol>
+   <li>Added cookie() support routines.
+   <li>Added -expires parameter to header().
+-  <li>Added cgi-lib.pl compatability mode.
++  <li>Added cgi-lib.pl compatibility mode.
+   <li>Made the module more configurable for different
+       operating systems.
+   <li>Fixed a dumb bug in JavaScript button() method.
+@@ -5946,7 +5946,7 @@
+ <OL>
+   <LI> The user_agent() method is now documented;
+   <LI> A potential security hole in import() is now plugged.
+-  <LI> Changed name of import() to import_names() for compatability
++  <LI> Changed name of import() to import_names() for compatibility
+        with CGI:: modules.
+ </OL>
+ <H3>Bug fixes in version 1.53</H3>
+--- a/lib/CGI.pm
++++ b/lib/CGI.pm
+@@ -7953,7 +7953,7 @@
+ 
+ =head2 Cgi-lib functions that are available in CGI.pm
+ 
+-In compatability mode, the following cgi-lib.pl functions are
++In compatibility mode, the following cgi-lib.pl functions are
+ available for your use:
+ 
+  ReadParse()




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