summaryrefslogtreecommitdiff
path: root/dh_python
diff options
context:
space:
mode:
authorjoey <joey>2005-06-09 14:05:24 +0000
committerjoey <joey>2005-06-09 14:05:24 +0000
commit90f4f5db1d9f9c5af67fa5e58f89211dc00c7fb2 (patch)
tree25cf52ccb0f38f4bf8b3855d6f2c854e976c404b /dh_python
parent903c9aa3e29fcc81296838270a47424dfff8b7d0 (diff)
r1760: releasing version 4.2.37
Diffstat (limited to 'dh_python')
-rwxr-xr-xdh_python1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_python b/dh_python
index a2dde7b9..3bd2ac7a 100755
--- a/dh_python
+++ b/dh_python
@@ -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) {