r53053 - /trunk/dh-make-perl/lib/DhMakePerl.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 19 14:58:16 UTC 2010


Author: gregoa
Date: Fri Feb 19 14:58:10 2010
New Revision: 53053

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53053
Log:
typos in comment

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53053&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Feb 19 14:58:10 2010
@@ -1568,8 +1568,8 @@
     my ( $rulesname, $error );
     $rulesname = 'rules.dh7.tiny';
 
-    # if debian/rules already exists, check if it looks like usind Debhelper 7
-    # tiny rules. If it does, ldo not re-create the file as it may have
+    # if debian/rules already exists, check if it looks like using Debhelper 7
+    # tiny rules. If it does, do not re-create the file as it may have
     # valuable customizations
     if ( -e $file ) {
         my @rules;




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