r57916 - in /trunk/dh-make-perl: Changes lib/Debian/Control/FromCPAN.pm lib/DhMakePerl/Command/Packaging.pm lib/DhMakePerl/Command/refresh.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri May 14 06:54:43 UTC 2010


Author: dmn
Date: Fri May 14 06:53:45 2010
New Revision: 57916

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57916
Log:
spelling fixes in POD and comments

Modified:
    trunk/dh-make-perl/Changes
    trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
    trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm

Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=57916&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Fri May 14 06:53:45 2010
@@ -4,6 +4,8 @@
         Debian bug #525847
 
     add MANIFEST.SKIP to MANIFEST.SKIP as suggested by bricas
+
+    spelling fixes in POD and comments
 
 0.68 (2010-05-04)
 

Modified: trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm?rev=57916&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Control/FromCPAN.pm Fri May 14 06:53:45 2010
@@ -31,7 +31,7 @@
 
 =item discover_dependencies( [ { options hash } ] )
 
-Discovers module dependencies and fills the debendency fields in
+Discovers module dependencies and fills the dependency fields in
 F<debian/control> accordingly.
 
 Options:

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=57916&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Fri May 14 06:53:45 2010
@@ -417,7 +417,7 @@
             (['"]?)                         # Optional quotes
             ([\d_.]+)                       # The actual version.
             \1                              # Optional close-quotes
-            \s*\)?                          # Optional close-parens.
+            \s*\)?                          # Optional close-parenthesis.
         }sx 
     ) {
 
@@ -519,7 +519,7 @@
     }
 
     if ( defined($desc) ) {
-        # Replace linefeeds (not followed by a space) in short description with
+        # Replace linefeed (not followed by a space) in short description with
         # spaces
         $desc =~ s/\n(?=\S)/ /gs;
         $desc =~ s/^\s+//;      # strip leading spaces
@@ -947,7 +947,7 @@
     }
 
     # debian/* files information - We default to the module being
-    # licensed as the superset of the module and Perl itself.
+    # licensed as the super-set of the module and Perl itself.
     $licenses{'Artistic'} = $licenses{'GPL-1+'} = 1;
     $year = (localtime)[5] + 1900;
     push( @res, "", "Files: debian/*" );
@@ -1177,7 +1177,7 @@
 If F</usr/share/quilt/quilt.make> is included in F<debian/rules>, a
 build-dependency on C<quilt> is added.
 
-=item dhebhelper override targets
+=item debhelper override targets
 
 Targets named C<override_dh_...> are supported by debhelper since 7.0.50
 

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm?rev=57916&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm Fri May 14 06:53:45 2010
@@ -206,7 +206,7 @@
         }
 
         if( defined($start) and defined($end) ) {
-            print "Removing refences to quilt from README.source\n"
+            print "Removing references to quilt from README.source\n"
                 if $self->cfg->verbose;
 
             splice @readme, $start, $end-$start+1;




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