tags 562408 + patch
thanks

* dktrkr...@debian.org <dktrkr...@debian.org>, 2009-12-24, 15:03:
Squeze will release with Python 2.5 and Python 2.6, while Python 2.4
is scheduled for removal when no packages will depend on it. Recent
python-defaults disabled support for Python 2.4 already, so it is no
longer supported version for module and extension building.

This package build-depends or depends on one or more packages built
on top of the python2.4 source package, and will be uninstallable
when they will be removed from Sid and Squeeze.

The attached patch fixes this bug.

--
Jakub Wilk
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@
 
 Package: autopkgtest
 Architecture: all
-Depends: python2.4
+Depends: python (>= 2.4)
 Conflicts: autodebtest (<< 0.5.3)
 Replaces: autodebtest (<< 0.5.3)
 Recommends: apt-utils
diff --git a/runner/adt-run b/runner/adt-run
--- a/runner/adt-run
+++ b/runner/adt-run
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # adt-run is part of autopkgtest
 # autopkgtest is a tool for testing Debian binary packages
diff --git a/virt-subproc/adt-virt-chroot b/virt-subproc/adt-virt-chroot
--- a/virt-subproc/adt-virt-chroot
+++ b/virt-subproc/adt-virt-chroot
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # adt-virt-chroot is part of autopkgtest
 # autopkgtest is a tool for testing Debian binary packages
diff --git a/virt-subproc/adt-virt-null b/virt-subproc/adt-virt-null
--- a/virt-subproc/adt-virt-null
+++ b/virt-subproc/adt-virt-null
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # adt-virt-null is part of autopkgtest
 # autopkgtest is a tool for testing Debian binary packages
diff --git a/virt-subproc/adt-virt-xenlvm b/virt-subproc/adt-virt-xenlvm
--- a/virt-subproc/adt-virt-xenlvm
+++ b/virt-subproc/adt-virt-xenlvm
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
 #
 # adt-virt-xenlvm is part of autopkgtest
 # autopkgtest is a tool for testing Debian binary packages

Attachment: signature.asc
Description: Digital signature

Reply via email to