From: joey <joey>
Date: Tue, 14 Dec 2004 18:09:21 +0000 (+0000)
Subject: r1732: releasing version 4.2.28
X-Git-Tag: 4.2.28
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e11d9555e05ccae7a4ccbcb7345a5b9f136f2320;p=debhelper.git

r1732: releasing version 4.2.28
---

diff --git a/debian/changelog b/debian/changelog
index 9d9f465..30deade 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.
diff --git a/dh_python b/dh_python
index 9fbedc4..a2dde7b 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/;
 }