r53274 - /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:28:57 UTC 2010


Author: carnil-guest
Date: Tue Feb 23 19:28:48 2010
New Revision: 53274

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53274
Log:
versioned depends on bash-completion explicitely as (>= 1:1.0-3) if dh --with bash_completion is used

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=53274&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Tue Feb 23 19:28:48 2010
@@ -2208,7 +2208,7 @@
 
 =item dh --with=bash_completion
 
-C<dh --with=bash_completion> needs debhelper 7.0.8 and quilt 1:1.0.
+C<dh --with=bash_completion> needs debhelper 7.0.8 and bash-completion 1:1.0-3.
 
 =item quilt.make
 
@@ -2268,7 +2268,7 @@
             $self->explained_dependency(
                 'dh -with=bash_completion',
                 $depsi,
-                'bash-completion (>= 1:1.0)'
+                'bash-completion (>= 1:1.0-3)'
             );
         }    
         $self->explained_dependency( 'override_dh_* target',




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