Package: spe Version: 0.8.4.h-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu karmic ubuntu-patch
*** /tmp/tmpAjfld6 spe FTBFS with Python 2.6, in Ubuntu we've applied the attached patch to achieve this. -- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty-backports'), (500, 'jaunty') Architecture: i386 (i686) Kernel: Linux 2.6.30-020630rc5-generic (SMP w/2 CPU cores) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u spe-0.8.4.h/debian/rules spe-0.8.4.h/debian/rules --- spe-0.8.4.h/debian/rules +++ spe-0.8.4.h/debian/rules @@ -23,7 +23,7 @@ dh_testroot dh_clean -k - python setup.py install --root=debian/spe --install-lib=usr/share/spe/ --no-compile + python setup.py install --root=debian/spe --install-lib=usr/share/spe/ --no-compile --install-layout=deb rm debian/spe/usr/share/spe/_spe/SPE_DEBUG.py

