Package: psyco
Version: 1.6-1
Severity: important
Tags: patch

Squeeze currently supports Python 2.5 and 2.6 as Python versions supported for
extension building, but psyco is only building for Python 2.5.  Patch attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-backports'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u psyco-1.6/debian/rules psyco-1.6/debian/rules
--- psyco-1.6/debian/rules
+++ psyco-1.6/debian/rules
@@ -3,8 +3,8 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
-#PYVERS:= $(shell pyversions -v -r debian/control)
-PYVERS:=$(sort $(shell pyversions -vr) 2.5)
+PYVERS:= $(shell pyversions -v -r debian/control)
+#PYVERS:=$(sort $(shell pyversions -vr) 2.5)
 PYCURR:=$(shell pyversions -d)
 PACKDIR=debian/python-psyco
 MKHOWTO:=/usr/lib/$(PYCURR)/doc/tools/mkhowto
diff -u psyco-1.6/debian/control psyco-1.6/debian/control
--- psyco-1.6/debian/control
+++ psyco-1.6/debian/control
@@ -2,8 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Alexandre Fayolle <afayo...@debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev, python-all, python-central (>=0.5.6), python2.5-dev
-XS-Python-Version: >= 2.2, << 2.6
+Build-Depends: debhelper (>= 5.0.38), python-all-dev, python-all, python-central (>=0.5.6)
+XS-Python-Version: >= 2.2
 Standards-Version: 3.7.3
 Homepage: http://psyco.sourceforge.net 
 

Reply via email to