Your message dated Sat, 13 Sep 2014 09:25:26 +0000
with message-id <e1xsjaa-000082...@franck.debian.org>
and subject line Bug#757429: fixed in playonlinux 4.2.5-1
has caused the Debian Bug report #757429,
regarding playonlinux: Please update to use wxpython3.0
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.)
--
757429: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757429
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: playonlinux
Version: 4.2.3-1
Severity: important
Tags: patch sid jessie
User: freewx-ma...@lists.alioth.debian.org
Usertags: wxpy3.0
Control: block 755757 by -1
We're aiming to migrate the archive to using wxpython3.0 instead of
wxwidgets2.8, and hope to drop wxwidgets2.8 before jessie is released.
I've attached a patch which updates the dependency on python-wxgtk2.8 to
python-wxgtk3.0, and updates a constant to be compatible with
wxpython3.0. I didn't test the rebuilt package due to the scary
disclaimer (and it would be much better tested by someone who actually
uses it and owns some windows games):
| Disclaimer: PlayOnLinux downloads and execute unchecked third-party
| scripts.
If you hit any problems you can't easily solve, let me know and I can
try to help.
Cheers,
Olly
diff -Nru playonlinux-4.2.3/debian/changelog playonlinux-4.2.3/debian/changelog
--- playonlinux-4.2.3/debian/changelog 2014-07-13 22:15:31.000000000 +1200
+++ playonlinux-4.2.3/debian/changelog 2014-08-08 12:46:55.000000000 +1200
@@ -1,3 +1,11 @@
+playonlinux (4.2.3-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Update to depend on python-wxgtk3.0 rather than python-wxgtk2.8.
+ + New patch wxpy3.0-compat.patch.
+
+ -- Olly Betts <o...@survex.com> Fri, 08 Aug 2014 12:46:39 +1200
+
playonlinux (4.2.3-1) unstable; urgency=medium
* New upstream release (Closes: #749135).
diff -Nru playonlinux-4.2.3/debian/control playonlinux-4.2.3/debian/control
--- playonlinux-4.2.3/debian/control 2014-01-26 00:54:03.000000000 +1300
+++ playonlinux-4.2.3/debian/control 2014-08-08 12:45:30.000000000 +1200
@@ -11,7 +11,7 @@
Package: playonlinux
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-unstable, unzip, wget, xterm|x-terminal-emulator, python-wxgtk2.8, imagemagick, cabextract, mesa-utils, gettext-base, binutils, gnupg, icoutils, x11-utils, curl, netcat, bzip2, p7zip-full
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, wine|wine-unstable, unzip, wget, xterm|x-terminal-emulator, python-wxgtk3.0, imagemagick, cabextract, mesa-utils, gettext-base, binutils, gnupg, icoutils, x11-utils, curl, netcat, bzip2, p7zip-full
Suggests: ttf-mscorefonts-installer, scrot
Description: front-end for Wine
PlayOnLinux is a front-end for wine. It permits you to easily install Windows
diff -Nru playonlinux-4.2.3/debian/patches/series playonlinux-4.2.3/debian/patches/series
--- playonlinux-4.2.3/debian/patches/series 2013-05-05 04:34:34.000000000 +1200
+++ playonlinux-4.2.3/debian/patches/series 2014-08-08 12:44:21.000000000 +1200
@@ -1,2 +1,3 @@
set_debian_env.diff
remove_binary_plugin.diff
+wxpy3.0-compat.patch
diff -Nru playonlinux-4.2.3/debian/patches/wxpy3.0-compat.patch playonlinux-4.2.3/debian/patches/wxpy3.0-compat.patch
--- playonlinux-4.2.3/debian/patches/wxpy3.0-compat.patch 1970-01-01 12:00:00.000000000 +1200
+++ playonlinux-4.2.3/debian/patches/wxpy3.0-compat.patch 2014-08-08 12:46:30.000000000 +1200
@@ -0,0 +1,17 @@
+Description: Compatibility fixes for wxPython 3.0
+ Note: This change maintains compatibility with 2.8.
+Author: Olly Betts <o...@survex.com>
+Forwarded: no
+Last-Update: 2014-08-07
+
+--- playonlinux-4.2.3.orig/python/mainwindow.py
++++ playonlinux-4.2.3/python/mainwindow.py
+@@ -688,7 +688,7 @@ class MainWindow(wx.Frame):
+ \|JPG (*.jpg)|*.jpg;*.JPG\
+ \|BMP (*.bmp)|*.bmp;*.BMP\
+ \|JPEG (*.jpeg)|*.jpeg;*JPEG"
+- self.IconDialog = wx.FileDialog(self, "Choose a icon file", self.IconDir, "", self.SupprotedIconExt, wx.OPEN | wx.FD_PREVIEW)
++ self.IconDialog = wx.FileDialog(self, "Choose a icon file", self.IconDir, "", self.SupprotedIconExt, wx.FD_OPEN | wx.FD_PREVIEW)
+ if self.IconDialog.ShowModal() == wx.ID_OK:
+ self.IconFilename=self.IconDialog.GetFilename()
+ self.IconDirname=self.IconDialog.GetDirectory()
--- End Message ---
--- Begin Message ---
Source: playonlinux
Source-Version: 4.2.5-1
We believe that the bug you reported is fixed in the latest version of
playonlinux, which is due to be installed in the Debian FTP archive.
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 757...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bertrand Marc <beberk...@gmail.com> (supplier of updated playonlinux 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 12 Sep 2014 23:25:33 +0200
Source: playonlinux
Binary: playonlinux
Architecture: source all
Version: 4.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Bertrand Marc <beberk...@gmail.com>
Description:
playonlinux - front-end for Wine
Closes: 757429
Changes:
playonlinux (4.2.5-1) unstable; urgency=medium
.
* New upstream release.
* Refresh patches.
* Depends on python-wxgtk3.0 instead on python-wxgtk2.8 (Closes: #757429).
Checksums-Sha1:
19ee9b3ea0e8ee349d055dc74c1676cc31f13b31 1978 playonlinux_4.2.5-1.dsc
0e3a34b666d9ff293a5e66f6463af6f96441438d 4690660 playonlinux_4.2.5.orig.tar.gz
6a9e93b333dae9e63f0340b6c9b393815a346a25 6664 playonlinux_4.2.5-1.debian.tar.xz
4bcd7b816ce6ee92bcf6ce9c063adcace2c25766 1189714 playonlinux_4.2.5-1_all.deb
Checksums-Sha256:
d4180776870c733e04c93b690fcea1f352b698755114570606fe87c5649bd82f 1978
playonlinux_4.2.5-1.dsc
9fa13e5aa56a5327b1b8ce1bfe77147814a052ac762fbaa9d27c51616db4b097 4690660
playonlinux_4.2.5.orig.tar.gz
f701564d7f86d12377475bbd0ffbd273459a16571e5019f1ec4979ce6ffe43b1 6664
playonlinux_4.2.5-1.debian.tar.xz
88ca30d6aae067e0a3752bb2703651a41c55604e5bce44ef6dd131d39ddb927f 1189714
playonlinux_4.2.5-1_all.deb
Files:
2c6c2aa772cdbcc16870a5b45eaa10ad 1189714 contrib/otherosfs optional
playonlinux_4.2.5-1_all.deb
d6afc9fbf628b4a37b0d670e8d0ca402 1978 contrib/otherosfs optional
playonlinux_4.2.5-1.dsc
35e3a7f88da2f6b1cbc890d219fe5f71 4690660 contrib/otherosfs optional
playonlinux_4.2.5.orig.tar.gz
f36aa636b93e680adad75eaa14e16602 6664 contrib/otherosfs optional
playonlinux_4.2.5-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUE/rVAAoJEI7tzBuqHzL/8w4QAKHzBljGGOjFnlhCKp6Ze+OZ
+/b2bimnHNFPFeF5bnYMsY5wXrQ96dq1Zf6XJT7kb3gcrkL1IO7JHH1z7FZCfV76
Y4x6i0GzUhT9LDW10rE9+CsoaWcwhaQ/WXEToKoG+t04pNDgXINpccIrfV2MQBoh
/blYGLhhyi3ipWbF/2ojLu5J4pFMQxqGe4+3S6hRYUk6XDM9aQXhslrufv7n5N0p
2HES95hb3d+LW+h+BppBm1W8bhvZaIa/qOgPwGeJzvqFN3HFXTvQzlKsNBlQnYMW
Q8p9FzadH2R1vJZ1xnRrOwc+vyflLDj2HakETvaP1trvXvBe+slsgYFQXvDvmAmi
e3COr3yCXklJG7W+UROFlsMd/ZJrwi6Z3rd1VunxwM7wTWMZ3tS9MyNLwVTVztEu
NbXdmp84IIXpy08WfxaGPLz5R6ULr5RLk2sOQW4Q6niBOlGgp/YTLLbYjgBFAjhl
1RdFb6qgAGjVA44WX1iLSgvPXLzU2d5Day5pRSGpihhoemg5vgUq7mGlBp4yk69E
M0RIJV7QZrHalwks3v7xFwVcIG1fITDVIZLgt+LftLv/hrr6VPwnnqmlLS1Cqy8D
3+7+kkUyZV0FmUNWxPntyQaaW0OjayE/OXcuGNqn+24CF7b228va7IPAkLwben9n
5igvtaIHZmCo9A9KV2DO
=QNGX
-----END PGP SIGNATURE-----
--- End Message ---