r54457 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 17 20:33:12 UTC 2010


Author: dmn
Date: Wed Mar 17 20:33:06 2010
New Revision: 54457

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54457
Log:
pass requiredeps to discover_dependencies

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

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=54457&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Wed Mar 17 20:33:06 2010
@@ -130,6 +130,7 @@
         {   dir          => $self->main_dir,
             verbose      => $self->cfg->verbose,
             apt_contents => $self->apt_contents,
+            require_deps => $self->cfg->requiredeps,
             wnpp_query   => Debian::WNPP::Query->new(
                 {   cache_file =>
                         catfile( $self->cfg->home_dir, 'wnpp.cache' )




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