summaryrefslogtreecommitdiff
path: root/dh_python
diff options
context:
space:
mode:
authorjoey <joey>2004-12-14 18:09:21 +0000
committerjoey <joey>2004-12-14 18:09:21 +0000
commita4a5a50fc53c414fec0aa46a493254526558d79d (patch)
tree1075a94ce036f22a7f6df5241d7cc91dd6d26862 /dh_python
parent6312eb3129e31d18dcced1074fe7282201616097 (diff)
r1732: releasing version 4.2.28
Diffstat (limited to 'dh_python')
-rwxr-xr-xdh_python2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_python b/dh_python
index 9fbedc4c..a2dde7b9 100755
--- a/dh_python
+++ b/dh_python
@@ -88,7 +88,7 @@ elsif ($python_version =~ m/^Python\s+(\d+)\.(\d+)(\.\d+)*/) {
my $python_nextversion = $python_version + 0.1;
my $python_nextmajor = $python_major + 1;
-my @python_allversions = ('1.5','2.1','2.2','2.3');
+my @python_allversions = ('1.5','2.1','2.2','2.3','2.4');
foreach (@python_allversions) {
s/^/python/;
}