Package: python2.6 Version: 2.6.6-8+deb6u2 Severity: important Tags: patch Hi,
the last python2.6 LTS update misses a few modules. This is a resurgence of bug#633015 now that LTS buildds are running Linux 3.x. The existing patch from wheezy should fix this. Cheers, -- Joss
# DP: Treat Linux 3.x as Linux 2. --- a/configure.in 2011-06-11 17:46:28.000000000 +0200 +++ b/configure.in 2011-06-19 22:32:05.852934453 +0200 @@ -293,6 +293,7 @@ MACHDEP="$ac_md_system$ac_md_release" case $MACHDEP in + linux3) MACHDEP="linux2";; cygwin*) MACHDEP="cygwin";; darwin*) MACHDEP="darwin";; atheos*) MACHDEP="atheos";;