]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_perl
stop trying to handle substvars idempotently
[debhelper.git] / dh_perl
diff --git a/dh_perl b/dh_perl
index eaa08fa8e8a4ab21e06cee785590b1cfc892c7ba..d43043fa0d952b63b7e3cdd1e1747b1f3aeb2993 100755 (executable)
--- a/dh_perl
+++ b/dh_perl
@@ -90,8 +90,6 @@ use constant XS_MODULE => 4;
 foreach my $package (@{$dh{DOPACKAGES}}) {
        my $tmp=tmpdir($package);
 
-       delsubstvar($package, "perl:Depends"); # for idempotency
-       
        # Check also for alternate locations given on the command line
        my @dirs = grep -d, map "$tmp/$_", $vendorlib, $vendorarch, @ARGV;