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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Feb 23 20:58:10 UTC 2010


Author: gregoa
Date: Tue Feb 23 20:58:03 2010
New Revision: 53282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53282
Log:
bash-completion needs to go into B-D always, it's called also in clean, thanks thialme

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=53282&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Tue Feb 23 20:58:03 2010
@@ -2244,7 +2244,6 @@
     my ( $self, $control ) = @_;
 
     my $deps  = $control->source->Build_Depends;
-    my $depsi = $control->source->Build_Depends_Indep;
 
     # remove any existing dependencies
     $deps->remove( 'quilt', 'debhelper' );
@@ -2272,7 +2271,7 @@
         # (all vs. any)
         $self->explained_dependency(
             'dh -with=bash-completion',
-            $self->arch eq 'all' ? $depsi : $deps,
+            $deps,
             'bash-completion (>= 1:1.0-3)'
         ) if (/dh\s+.*--with[= ]bash[-_]completion/);
 




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