From: Ian Jackson Date: Sat, 30 Jul 2011 14:54:01 +0000 (+0100) Subject: Update python version to 2.6 X-Git-Tag: debian/2.0.0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=9624f8b1bfdc984fb64982f856914e00d567a294;p=autopkgtest.git Update python version to 2.6 --- diff --git a/debian/changelog b/debian/changelog index ccbeb80..321517d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ autopkgtest (2.0.0~~0) unstable; urgency=low * New adt-virt-schroot for driving schroot. Sorry, no manpage yet. * New README.schroot-setup. * Remove dependency on python in testbed. + * Update python version to 2.6. * Spec wording improvements, clarifications, editorial changes, etc. * Many bugfixes. diff --git a/debian/control b/debian/control index 5edc47d..d98b33b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4.0.2) Package: autopkgtest Architecture: all -Depends: python2.4 +Depends: python2.6 Conflicts: autodebtest (<< 0.5.3) Replaces: autodebtest (<< 0.5.3) Recommends: apt-utils diff --git a/runner/adt-run b/runner/adt-run index 1a70a61..2804cf5 100755 --- a/runner/adt-run +++ b/runner/adt-run @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # 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 index 7c1b0d9..e5fa2e3 100755 --- a/virt-subproc/adt-virt-chroot +++ b/virt-subproc/adt-virt-chroot @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # 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 index 761d13f..991224f 100755 --- a/virt-subproc/adt-virt-null +++ b/virt-subproc/adt-virt-null @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # adt-virt-null is part of autopkgtest # autopkgtest is a tool for testing Debian binary packages diff --git a/virt-subproc/adt-virt-schroot b/virt-subproc/adt-virt-schroot index 6bb8a0b..451f254 100755 --- a/virt-subproc/adt-virt-schroot +++ b/virt-subproc/adt-virt-schroot @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # adt-virt-schroot 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 index 7a7ced1..fc8e586 100755 --- a/virt-subproc/adt-virt-xenlvm +++ b/virt-subproc/adt-virt-xenlvm @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python2.6 # # adt-virt-xenlvm is part of autopkgtest # autopkgtest is a tool for testing Debian binary packages