[dh-make-perl] 04/09: make: prune dependencies after discovering additional dependencies

Damyan Ivanov dmn at alioth.debian.org
Thu Aug 8 21:22:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 6f01621646424d591c784f6cd478af2aaaf8fabf
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Aug 8 23:00:33 2013 +0200

    make: prune dependencies after discovering additional dependencies
---
 lib/DhMakePerl/Command/make.pm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 9cca030..a98d398 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -169,6 +169,8 @@ sub execute {
 
     # now that rules are there, see if we need some dependency for them
     $self->discover_utility_deps( $self->control );
+    $self->control->prune_perl_deps;
+    $self->prune_deps;
     $src->Standards_Version( $self->debstdversion );
     $src->Homepage( $self->upsurl );
     if ( $self->cfg->pkg_perl ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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