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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jan 11 15:05:44 UTC 2009


Author: dmn
Date: Sun Jan 11 15:05:41 2009
New Revision: 29561

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29561
Log:
fix typo (vim-ism) in generated debhelper dependency

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=29561&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sun Jan 11 15:05:41 2009
@@ -117,7 +117,7 @@
     chomp($date);
 
     $bdepends = Debian::Dependencies->new(
-        'debhelperi (>=' . $self->cfg->dh . ')',
+        'debhelper (>=' . $self->cfg->dh . ')',
     );
 
     # Help requested? Nice, we can just die! Isn't it helpful?




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