diff options
author | joey <joey> | 2005-06-09 14:05:24 +0000 |
---|---|---|
committer | joey <joey> | 2005-06-09 14:05:24 +0000 |
commit | 90f4f5db1d9f9c5af67fa5e58f89211dc00c7fb2 (patch) | |
tree | 25cf52ccb0f38f4bf8b3855d6f2c854e976c404b /dh_python | |
parent | 903c9aa3e29fcc81296838270a47424dfff8b7d0 (diff) | |
download | debhelper-90f4f5db1d9f9c5af67fa5e58f89211dc00c7fb2.tar.gz |
r1760: releasing version 4.2.374.2.37
Diffstat (limited to 'dh_python')
-rwxr-xr-x | dh_python | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ foreach (@python_allversions) { # Check for -V my $usepython = "python$python_version"; if($dh{V_FLAG_SET}) { + $python_version = $dh{V_FLAG}; $usepython = $dh{V_FLAG}; $usepython =~ s/^/python/; if (! grep { $_ eq $usepython } @python_allversions) { |