]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1732: releasing version 4.2.28 4.2.28
authorjoey <joey>
Tue, 14 Dec 2004 18:09:21 +0000 (18:09 +0000)
committerjoey <joey>
Tue, 14 Dec 2004 18:09:21 +0000 (18:09 +0000)
debian/changelog
dh_python

index 9d9f4659819512f7a51a62641a8fd6839c5575ed..30deadeac77887c55b631fa42abb7915d02dc7ca 100644 (file)
@@ -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.
index 9fbedc4ced02ceec4ea73ae7626d7e9d2cde2d3c..a2dde7b92036bab3981e9359b83e93eaf1df9a8c 100755 (executable)
--- 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/;
 }