summaryrefslogtreecommitdiff
path: root/dh_perl
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2009-08-17 18:12:10 -0400
committerJoey Hess <joey@kitenet.net>2009-08-17 18:12:10 -0400
commit959e1d215a24efbfcc0211558df4f5bbd82e2155 (patch)
tree0f70e37322a7422fed0f12857270a9a6f88451bd /dh_perl
parent25ef5b07c717efe64882bee86f38e817520a3b90 (diff)
parentc92b253caf3f33992c0e48e0f25b31af348c03e7 (diff)
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
Diffstat (limited to 'dh_perl')
-rwxr-xr-xdh_perl11
1 files changed, 2 insertions, 9 deletions
diff --git a/dh_perl b/dh_perl
index fbeee2d9..56d9f21a 100755
--- a/dh_perl
+++ b/dh_perl
@@ -60,9 +60,9 @@ directories by default.
=head1 CONFORMS TO
-Debian policy, version 3.0.1
+Debian policy, version 3.8.3
-Perl policy, version 1.18
+Perl policy, version 1.20
=cut
@@ -71,10 +71,6 @@ init();
my $vendorlib = substr $Config{vendorlib}, 1;
my $vendorarch = substr $Config{vendorarch}, 1;
-# the installation dir for arch-indep modules changed to
-# /usr/share/perl5 in this version:
-my $min_version = '5.6.0-16';
-
# Cleaning the paths given on the command line
foreach (@ARGV) {
s#/$##;
@@ -125,9 +121,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
unless $version;
$version = ">= $version";
}
- elsif ($deps & PM_MODULE) {
- $version = ">= $min_version";
- }
# no need to depend on an un-versioned perl-base -- it's
# essential