r67552 - in /trunk/libhtml-widget-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 19 17:49:11 UTC 2011


Author: gregoa
Date: Wed Jan 19 17:49:00 2011
New Revision: 67552

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

Added:
    trunk/libhtml-widget-perl/debian/patches/spelling.patch
Modified:
    trunk/libhtml-widget-perl/debian/changelog
    trunk/libhtml-widget-perl/debian/patches/series

Modified: trunk/libhtml-widget-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-widget-perl/debian/changelog?rev=67552&op=diff
==============================================================================
--- trunk/libhtml-widget-perl/debian/changelog (original)
+++ trunk/libhtml-widget-perl/debian/changelog Wed Jan 19 17:49:00 2011
@@ -13,6 +13,7 @@
   * debian/copyright: update formatting.
   * debian/control: move libmodule-pluggable-fast-perl from Depends to
     Suggests (only used in an example).
+  * Add a patch to fix a spelling mistake.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 28 Jul 2010 14:32:43 -0400
 

Modified: trunk/libhtml-widget-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-widget-perl/debian/patches/series?rev=67552&op=diff
==============================================================================
--- trunk/libhtml-widget-perl/debian/patches/series (original)
+++ trunk/libhtml-widget-perl/debian/patches/series Wed Jan 19 17:49:00 2011
@@ -1,3 +1,4 @@
 whatis-entries.patch
 pod-coverage-test.patch
 html-tree-4.patch
+spelling.patch

Added: trunk/libhtml-widget-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-widget-perl/debian/patches/spelling.patch?rev=67552&op=file
==============================================================================
--- trunk/libhtml-widget-perl/debian/patches/spelling.patch (added)
+++ trunk/libhtml-widget-perl/debian/patches/spelling.patch Wed Jan 19 17:49:00 2011
@@ -1,0 +1,39 @@
+Description: spelling fix
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-01-19
+
+--- a/lib/HTML/Widget.pm
++++ b/lib/HTML/Widget.pm
+@@ -268,7 +268,7 @@
+ 
+ As a special case, if no arguments are passed, the return value is a 
+ hash-ref of attributes instead of the object reference. This provides 
+-backwards compatability to support:
++backwards compatibility to support:
+ 
+     $w->attributes->{key} = $value;
+ 
+--- a/lib/HTML/Widget/Accessor.pm
++++ b/lib/HTML/Widget/Accessor.pm
+@@ -52,7 +52,7 @@
+ 
+ As a special case, if no arguments are passed, the return value is a 
+ hash-ref of attributes instead of the object reference. This provides 
+-backwards compatability to support:
++backwards compatibility to support:
+ 
+     $w->attributes->{key} = $value;
+ 
+--- a/lib/HTML/Widget/Element.pm
++++ b/lib/HTML/Widget/Element.pm
+@@ -62,7 +62,7 @@
+ 
+ As a special case, if no arguments are passed, the return value is a 
+ hash-ref of attributes instead of the object reference. This provides 
+-backwards compatability to support:
++backwards compatibility to support:
+ 
+     $e->attributes->{key} = $value;
+ 




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