r77303 - in /trunk/libhtml-mason-perl/debian: changelog patches/03_spelling.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jul 9 12:22:18 UTC 2011


Author: gregoa
Date: Sat Jul  9 12:22:15 2011
New Revision: 77303

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

Added:
    trunk/libhtml-mason-perl/debian/patches/03_spelling.patch
Modified:
    trunk/libhtml-mason-perl/debian/changelog
    trunk/libhtml-mason-perl/debian/patches/series

Modified: trunk/libhtml-mason-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/changelog?rev=77303&op=diff
==============================================================================
--- trunk/libhtml-mason-perl/debian/changelog (original)
+++ trunk/libhtml-mason-perl/debian/changelog Sat Jul  9 12:22:15 2011
@@ -29,6 +29,7 @@
   * debian/rules: use /usr/share/cdbs/1/class/perl-makemaker.mk.
   * Use "set -e" in maintainer scripts.
   * Add /me to Uploaders.
+  * Add a patch to fix some spelling mistakes.
 
  -- Ivan Kohler <ivan-debian at 420.am>  Sun, 27 Feb 2011 10:08:56 -0800
 

Added: trunk/libhtml-mason-perl/debian/patches/03_spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/patches/03_spelling.patch?rev=77303&op=file
==============================================================================
--- trunk/libhtml-mason-perl/debian/patches/03_spelling.patch (added)
+++ trunk/libhtml-mason-perl/debian/patches/03_spelling.patch Sat Jul  9 12:22:15 2011
@@ -1,0 +1,105 @@
+Description: fix some spelling mistaked
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-07-09
+
+--- a/htdocs/Mason.html
++++ b/htdocs/Mason.html
+@@ -64,7 +64,7 @@
+ web-pages, while smaller components typically return HTML snippets for
+ embedding in top-level components. This object-like architecture
+ greatly simplifies site maintenance: change a shared component, and
+-you instantly changed all dependant pages that refer to it across a
++you instantly changed all dependent pages that refer to it across a
+ site (or across many virtual sites).</p>
+ <p>Mason's component syntax lets designers separate a web page into
+ programmatic and design elements. This means the esoteric Perl bits
+--- a/lib/HTML/Mason.pm
++++ b/lib/HTML/Mason.pm
+@@ -49,7 +49,7 @@
+ web-pages, while smaller components typically return HTML snippets for
+ embedding in top-level components. This object-like architecture
+ greatly simplifies site maintenance: change a shared component, and
+-you instantly changed all dependant pages that refer to it across a
++you instantly changed all dependent pages that refer to it across a
+ site (or across many virtual sites).
+ 
+ Mason's component syntax lets designers separate a web page into
+--- a/htdocs/Admin.html
++++ b/htdocs/Admin.html
+@@ -772,7 +772,7 @@
+ 
+ <dd>
+ <p>By default, <code>Cache::FileCache</code> is the subclass used for data caching,
+-although this may be overriden by the developer. <code>Cache::FileCache</code>
++although this may be overridden by the developer. <code>Cache::FileCache</code>
+ creates a separate subdirectory for every component that uses caching,
+ and one file some number of levels underneath that subdirectory for
+ each cached item.  The root of the cache tree is
+--- a/htdocs/Params.html
++++ b/htdocs/Params.html
+@@ -567,7 +567,7 @@
+ <pre>
+     data_cache_api      => 'CHI',
+     data_cache_defaults => {driver => 'FastMmap'},</pre>
+-<p>These settings are overriden by options given to particular
++<p>These settings are overridden by options given to particular
+ <code>$m->cache</code> calls.</p>
+ <p>
+ </p>
+--- a/htdocs/Request.html
++++ b/htdocs/Request.html
+@@ -128,7 +128,7 @@
+ <pre>
+     data_cache_api      => 'CHI',
+     data_cache_defaults => {driver => 'FastMmap'},</pre>
+-<p>These settings are overriden by options given to particular
++<p>These settings are overridden by options given to particular
+ <A HREF="#cache"><code>$m->cache</code></a> calls.</p>
+ </dd>
+ <dt><strong><A NAME="dhandler_name" class="item">dhandler_name</a></strong></dt>
+--- a/lib/HTML/Mason/Admin.pod
++++ b/lib/HTML/Mason/Admin.pod
+@@ -707,7 +707,7 @@
+ =item Cache files
+ 
+ By default, C<Cache::FileCache> is the subclass used for data caching,
+-although this may be overriden by the developer. C<Cache::FileCache>
++although this may be overridden by the developer. C<Cache::FileCache>
+ creates a separate subdirectory for every component that uses caching,
+ and one file some number of levels underneath that subdirectory for
+ each cached item.  The root of the cache tree is
+--- a/lib/HTML/Mason/ApacheHandler.pm
++++ b/lib/HTML/Mason/ApacheHandler.pm
+@@ -1042,7 +1042,7 @@
+             }
+ 
+             # Call $r->print (using the real Apache method, not our
+-            # overriden method).
++            # overridden method).
+             $r->$final_output_method( grep {defined} @_ );
+             $r->rflush;
+         };
+--- a/lib/HTML/Mason/Params.pod
++++ b/lib/HTML/Mason/Params.pod
+@@ -546,7 +546,7 @@
+     data_cache_api      => 'CHI',
+     data_cache_defaults => {driver => 'FastMmap'},
+ 
+-These settings are overriden by options given to particular
++These settings are overridden by options given to particular
+ C<$m-E<gt>cache> calls.
+ 
+ 
+--- a/lib/HTML/Mason/Request.pm
++++ b/lib/HTML/Mason/Request.pm
+@@ -1680,7 +1680,7 @@
+     data_cache_api      => 'CHI',
+     data_cache_defaults => {driver => 'FastMmap'},
+ 
+-These settings are overriden by options given to particular
++These settings are overridden by options given to particular
+ C<$m-E<gt>cache> calls.
+ 
+ =item dhandler_name

Modified: trunk/libhtml-mason-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/patches/series?rev=77303&op=diff
==============================================================================
--- trunk/libhtml-mason-perl/debian/patches/series (original)
+++ trunk/libhtml-mason-perl/debian/patches/series Sat Jul  9 12:22:15 2011
@@ -1,2 +1,3 @@
 01_apachehandler.patch
 02_cgihandler.patch
+03_spelling.patch




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