Your message dated Fri, 02 Jul 2010 22:03:18 +0000
with message-id <[email protected]>
and subject line Bug#583238: fixed in qcake 0.7.2-2
has caused the Debian Bug report #583238,
regarding qcake: hardcodes 2.5 as Python version
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 [email protected]
immediately.)
--
583238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: qcake
Version: 0.7.2-1
Severity: important
User: [email protected]
Usertag: python2.6
Tags: patch
Hello,
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.
--
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
diff -u qcake-0.7.2/debian/rules qcake-0.7.2/debian/rules
--- qcake-0.7.2/debian/rules
+++ qcake-0.7.2/debian/rules
@@ -39,7 +39,7 @@
configure: configure-stamp
configure-stamp: patch
$(checkdir)
- qmake-qt4 qcake_qt4.pro
+ PYTHON_VERSION=$(shell pyversions -d) qmake-qt4 qcake_qt4.pro
lrelease-qt4 qcake_qt4.pro
touch configure-stamp
--- 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=$$(PYTHON_VERSION)
macx {
# for macx you need to have Python development kit installed as framework
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: qcake
Source-Version: 0.7.2-2
We believe that the bug you reported is fixed in the latest version of
qcake, which is due to be installed in the Debian FTP archive:
qcake-data_0.7.2-2_all.deb
to main/q/qcake/qcake-data_0.7.2-2_all.deb
qcake_0.7.2-2.diff.gz
to main/q/qcake/qcake_0.7.2-2.diff.gz
qcake_0.7.2-2.dsc
to main/q/qcake/qcake_0.7.2-2.dsc
qcake_0.7.2-2_powerpc.deb
to main/q/qcake/qcake_0.7.2-2_powerpc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gerfried Fuchs <[email protected]> (supplier of updated qcake package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 02 Jul 2010 01:42:00 +0200
Source: qcake
Binary: qcake-data qcake
Architecture: source powerpc all
Version: 0.7.2-2
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs <[email protected]>
Changed-By: Gerfried Fuchs <[email protected]>
Description:
qcake - programming environment and scene editor for 3D games
qcake-data - programming environment and scene editor for 3D games - data file
Closes: 553834 583238
Changes:
qcake (0.7.2-2) unstable; urgency=low
.
[ Gerfried Fuchs ]
* Change Build-Depends from libreadline5-dev to libreadline-dev
(closes: #553834)
* Version Build-Depends on spl-dev which also contains above change.
* Bump Standards-Version to 3.9.0.
* Changed Vcs-* URLs to point to git.deb.at.
* Relicense packaging to WTFPLv2 as BSD is going to get removed from
common-licenses.
.
[ Jakub Wilk ]
* Use default python version instead of hardcoded 2.5 (closes: #583238)
Checksums-Sha1:
eb14bcb0e52a7765e6811730857847934b6b308c 1218 qcake_0.7.2-2.dsc
70d4e24095d39f09c6864a7bbc13b1416c113b0e 7518 qcake_0.7.2-2.diff.gz
5f28f7c492d9b559a35a8dc52a34fa9e352ee8d0 1575616 qcake_0.7.2-2_powerpc.deb
39159d3f492ea1de79413992beebcb638ef9fc77 6608456 qcake-data_0.7.2-2_all.deb
Checksums-Sha256:
c92f0e09d59eba9fc5d19cc5e86669240c2bdb8b6311b2bb36258750eb328bdb 1218
qcake_0.7.2-2.dsc
6083ff95740d3a42fad3776cff5514978af03af1ce4b825f92ccb20ab1a0e153 7518
qcake_0.7.2-2.diff.gz
9b843afdd4dbe24a0fe68f9fbbb35fc1739ac01b53b9cf1c781ef91817d1c254 1575616
qcake_0.7.2-2_powerpc.deb
e4ccfc9e4647b1cc5e430c649823bf34d6ad3d0751b596c880ce788ecf8d3a76 6608456
qcake-data_0.7.2-2_all.deb
Files:
a0098cb47a24341d8d00b0aa20b36dcf 1218 games optional qcake_0.7.2-2.dsc
065f5a46df29ebd7aa897593a5ed8f4d 7518 games optional qcake_0.7.2-2.diff.gz
66dbe364a96ac3460cd816b7525f1215 1575616 games optional
qcake_0.7.2-2_powerpc.deb
9953531ee513bbbcc0ce3267f8478394 6608456 games optional
qcake-data_0.7.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkwuXBMACgkQELuA/Ba9d8Z6VgCgml+n6yS/VNc0r6xTAQsnnu1V
lGgAn3kCxZHzpTe65B5cARmm+1DV80Cr
=jSjr
-----END PGP SIGNATURE-----
--- End Message ---