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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Tue Feb 23 19:48:21 UTC 2010


Author: carnil-guest
Date: Tue Feb 23 19:48:17 2010
New Revision: 53275

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53275
Log:
check for both bash_completion and bash-completion with dh --with[ =] use

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=53275&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Tue Feb 23 19:48:17 2010
@@ -2206,9 +2206,9 @@
 
 C<dh --with=quilt> needs debhelper 7.0.8 and quilt 0.46-7.
 
-=item dh --with=bash_completion
-
-C<dh --with=bash_completion> needs debhelper 7.0.8 and bash-completion 1:1.0-3.
+=item dh --with=bash-completion
+
+C<dh --with=bash-completion> needs debhelper 7.0.8 and bash-completion 1:1.0-3.
 
 =item quilt.make
 
@@ -2258,15 +2258,15 @@
             'debhelper (>= 7.0.8)',
             'quilt (>= 0.46-7)',
         ) if /dh\s+.*--with[= ]quilt/;
-        if ( /dh\s+.*--with[= ]bash_completion/ )
+        if ( /dh\s+.*--with[= ]bash[-_]completion/ )
         {
             $self->explained_dependency(
-                'dh -with=bash_completion',
+                'dh -with=bash-completion',
                 $deps,
                 'debhelper (>= 7.0.8)',
             );
             $self->explained_dependency(
-                'dh -with=bash_completion',
+                'dh -with=bash-completion',
                 $depsi,
                 'bash-completion (>= 1:1.0-3)'
             );




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