r56295 - /trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Sat Apr 17 12:51:32 UTC 2010
Author: dmn
Date: Sat Apr 17 12:51:26 2010
New Revision: 56295
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56295
Log:
pass --intrusive to AptContents->discover_dependencies
Modified:
trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=56295&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Sat Apr 17 12:51:26 2010
@@ -1110,6 +1110,7 @@
apt_contents => $self->apt_contents,
require_deps => $self->cfg->requiredeps,
wnpp_query => $wnpp_query,
+ intrusive => $self->cfg->intrusive,
}
);
}
More information about the Pkg-perl-cvs-commits
mailing list