diff options
author | joey <joey> | 2004-12-14 18:09:21 +0000 |
---|---|---|
committer | joey <joey> | 2004-12-14 18:09:21 +0000 |
commit | a4a5a50fc53c414fec0aa46a493254526558d79d (patch) | |
tree | 1075a94ce036f22a7f6df5241d7cc91dd6d26862 | |
parent | 6312eb3129e31d18dcced1074fe7282201616097 (diff) | |
download | debhelper-a4a5a50fc53c414fec0aa46a493254526558d79d.tar.gz |
r1732: releasing version 4.2.284.2.28
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | dh_python | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9d9f4659..30deadea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.2.28) unstable; urgency=low + + * dh_python: Add 2.4 to python_allversions. Closes: #285608 + + -- Joey Hess <joeyh@debian.org> Tue, 14 Dec 2004 13:08:56 -0500 + debhelper (4.2.27) unstable; urgency=low * dh_desktop: Fix underescaping of *.desktop in call to find. @@ -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/; } |