r50125 - in /trunk/libpar-packer-perl: debian/changelog debian/patches/fix-pod-spelling.patch debian/patches/series script/tkpp

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 4 02:07:15 UTC 2010


Author: jawnsy-guest
Date: Mon Jan  4 02:07:09 2010
New Revision: 50125

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

Added:
    trunk/libpar-packer-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/patches/series
    trunk/libpar-packer-perl/script/tkpp

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/changelog?rev=50125&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Mon Jan  4 02:07:09 2010
@@ -3,6 +3,7 @@
   * New upstream release
   * Remove fix-undefined-sprintf-usage patch as it no longer
     applies and looks like it's been fixed upstream
+  * Add a patch to correct POD spelling
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 18 Dec 2009 16:14:45 -0500
 

Added: trunk/libpar-packer-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/fix-pod-spelling.patch?rev=50125&op=file
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libpar-packer-perl/debian/patches/fix-pod-spelling.patch Mon Jan  4 02:07:09 2010
@@ -1,0 +1,37 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/script/tkpp
++++ b/script/tkpp
+@@ -37,12 +37,12 @@
+ =head2 Add modules/files (--add)
+ 
+ Add the specified items into the package, along with their dependencies.
+-Multiple items should be seperated by a comma (C<,>) or semicolon (C<;>).
++Multiple items should be separated by a comma (C<,>) or semicolon (C<;>).
+ 
+ =head2 Exclude modules (--exclude)
+ 
+ Exclude the given module from the dependency search path and from
+-the package.  Multiple modules should be seperated by a comma (C<,>) or
++the package.  Multiple modules should be separated by a comma (C<,>) or
+ semicolon (C<;>).
+ 
+ =head2 Scan dependencies (--compile, --execute, --noscan)
+@@ -295,13 +295,13 @@
+     $addmoduleentry,
+     -balloonposition => "mouse",
+     -balloonmsg      =>
+-"Adds the specified module(s) into the package, along with its dependencies, seperate each module with a comma or semicolon"
++"Adds the specified module(s) into the package, along with its dependencies, separate each module with a comma or semicolon"
+ );
+ $frame2balloon->attach(
+     $excludemoduleentry,
+     -balloonposition => "mouse",
+     -balloonmsg      =>
+-"Excludes the given module(s) from the dependency search path and from the package, seperate each module with a comma or semicolon"
++"Excludes the given module(s) from the dependency search path and from the package, separate each module with a comma or semicolon"
+ );
+ 
+ # make the middle frame with the checkboxes

Modified: trunk/libpar-packer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/series?rev=50125&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/series (original)
+++ trunk/libpar-packer-perl/debian/patches/series Mon Jan  4 02:07:09 2010
@@ -1,2 +1,3 @@
+fix-pod-spelling.patch
 01_manpage-ext.patch
 fix-with-new-par-name

Modified: trunk/libpar-packer-perl/script/tkpp
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/script/tkpp?rev=50125&op=diff
==============================================================================
--- trunk/libpar-packer-perl/script/tkpp (original)
+++ trunk/libpar-packer-perl/script/tkpp Mon Jan  4 02:07:09 2010
@@ -37,12 +37,12 @@
 =head2 Add modules/files (--add)
 
 Add the specified items into the package, along with their dependencies.
-Multiple items should be seperated by a comma (C<,>) or semicolon (C<;>).
+Multiple items should be separated by a comma (C<,>) or semicolon (C<;>).
 
 =head2 Exclude modules (--exclude)
 
 Exclude the given module from the dependency search path and from
-the package.  Multiple modules should be seperated by a comma (C<,>) or
+the package.  Multiple modules should be separated by a comma (C<,>) or
 semicolon (C<;>).
 
 =head2 Scan dependencies (--compile, --execute, --noscan)
@@ -295,13 +295,13 @@
     $addmoduleentry,
     -balloonposition => "mouse",
     -balloonmsg      =>
-"Adds the specified module(s) into the package, along with its dependencies, seperate each module with a comma or semicolon"
+"Adds the specified module(s) into the package, along with its dependencies, separate each module with a comma or semicolon"
 );
 $frame2balloon->attach(
     $excludemoduleentry,
     -balloonposition => "mouse",
     -balloonmsg      =>
-"Excludes the given module(s) from the dependency search path and from the package, seperate each module with a comma or semicolon"
+"Excludes the given module(s) from the dependency search path and from the package, separate each module with a comma or semicolon"
 );
 
 # make the middle frame with the checkboxes




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