* Jakub Wilk <[email protected]>, 2010-05-26, 18:18:
qcake currently hardcodes version of Python which is used at build time to 2.5. However, we are soon switching default version of Python to 2.6. With the attached patches qcake will always use default Python.
I attach revised and simplified version of my patches. -- Jakub Wilk
diff -u qcake-0.7.2/debian/control qcake-0.7.2/debian/control --- qcake-0.7.2/debian/control +++ qcake-0.7.2/debian/control @@ -4,7 +4,7 @@ Maintainer: Gerfried Fuchs <[email protected]> Build-Depends: quilt, libqt4-dev, spl-dev, libpcre3-dev, libreadline5-dev, plib1.8.4-dev, libopenal-dev, libalut-dev, libode-dev, libqt4-opengl-dev, - python2.5-dev, libphonon-dev + python-dev, libphonon-dev Standards-Version: 3.8.3 Homepage: http://qcake.org/ Vcs-Git: git://git.debian.org/git/users/alfie/qcake.git
--- a/build/python.prf
+++ b/build/python.prf
@@ -2,7 +2,7 @@
# Change this variable to your python version (2.3, 2.4, 2.5)
win32:PYTHON_VERSION=25
- unix:PYTHON_VERSION=2.5
+ unix:PYTHON_VERSION=
macx {
# for macx you need to have Python development kit installed as framework
signature.asc
Description: Digital signature

