Your message dated Sun, 2 May 2010 12:06:47 +0200
with message-id <20100502100647.ga...@jwilk.net>
and subject line Re: Bug#566955: psyco does not build for python2.6
has caused the Debian Bug report #566955,
regarding psyco does not build for python2.6
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
566955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 1.6-2
* Scott Kitterman <sc...@kitterman.com>, 2010-01-25, 23:45:
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.
The patch was applied in psyco 1.6-2.
--
Jakub Wilk
signature.asc
Description: Digital signature
--- End Message ---