chiark / gitweb /
Update python version to 2.6
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Jul 2011 14:54:01 +0000 (15:54 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 30 Jul 2011 14:54:01 +0000 (15:54 +0100)
debian/changelog
debian/control
runner/adt-run
virt-subproc/adt-virt-chroot
virt-subproc/adt-virt-null
virt-subproc/adt-virt-schroot
virt-subproc/adt-virt-xenlvm

index ccbeb80b64d6446b94291f1296cebe7a4825d94d..321517d2216fae8c01dd5b638574a8b17bb6525c 100644 (file)
@@ -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.
 
index 5edc47dbfe759b5e3829d579a896d3a007a2c577..d98b33b1e7624dbe8f8268ef72827e7edd1ae769 100644 (file)
@@ -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
index 1a70a61c3bf8ad4da84946c9390ef34141f7243e..2804cf56f8c7966682be39eea627c6637306aedf 100755 (executable)
@@ -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
index 7c1b0d9ac79dc373553a97850f002963accc3029..e5fa2e3924f7ae915cc2f09d255e9720867f1776 100755 (executable)
@@ -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
index 761d13f3de162dc648ac4f00166a88f8ba86c659..991224fa758063d9b8ac645d050e83e3b23ec224 100755 (executable)
@@ -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
index 6bb8a0b51a5d9be9507cf126fd41c8c8b634b6ee..451f254f20b212efe17049b1ab4fd2a69cd0b368 100755 (executable)
@@ -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
index 7a7ced1808b29f65c6a96eacf6a5b8177fdeb8df..fc8e58651a47a1a3040e44a7067a9e45dfdf9dc1 100755 (executable)
@@ -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