Your message dated Mon, 11 Aug 2014 21:57:08 +0000
with message-id <[email protected]>
and subject line Bug#757755: fixed in xpilot-ng 1:4.7.3-2.1
has caused the Debian Bug report #757755,
regarding xpilot-ng: 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 [email protected]
immediately.)


-- 
757755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xpilot-ng
Version: 1:4.7.3-2
Severity: important
Tags: patch sid jessie
User: [email protected]
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 rebuilt xpilot-ng with the attached patch, and tested it works
with wxPython 3.0, and everything seems to be fine.

I'm happy to NMU these changes.

Cheers,
    Olly
diff -Nru xpilot-ng-4.7.3/debian/changelog xpilot-ng-4.7.3/debian/changelog
--- xpilot-ng-4.7.3/debian/changelog	2013-11-11 00:38:35.000000000 +1300
+++ xpilot-ng-4.7.3/debian/changelog	2014-08-08 17:10:32.000000000 +1200
@@ -1,3 +1,12 @@
+xpilot-ng (1:4.7.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Update dependency on python-wxgtk2.8 to python-wxgtk3.0.
+  * Update patch use-wxwidgets2.8.patch to use wxwidgets3.0 by default and
+    rename to use-wxwidgets3.0.patch.
+
+ -- Olly Betts <[email protected]>  Fri, 08 Aug 2014 17:10:32 +1200
+
 xpilot-ng (1:4.7.3-2) unstable; urgency=low
 
   * Add [email protected] to Uploaders in control file (discussed with
diff -Nru xpilot-ng-4.7.3/debian/control xpilot-ng-4.7.3/debian/control
--- xpilot-ng-4.7.3/debian/control	2013-11-11 00:12:02.000000000 +1300
+++ xpilot-ng-4.7.3/debian/control	2014-08-08 17:07:29.000000000 +1200
@@ -24,7 +24,7 @@
 
 Package: xpilot-ng-common
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk2.8, python-irc, ttf-freefont, ttf-bitstream-vera
+Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk3.0, python-irc, ttf-freefont, ttf-bitstream-vera
 Suggests: xpilot-ng-server, xpilot-ng-utils, xpilot-ng-client-x11, xpilot-ng-client-sdl
 Description: Common files for XPilot NG
  XPilot is a multi-player tactical manoeuvring game for X.  Each
diff -Nru xpilot-ng-4.7.3/debian/patches/series xpilot-ng-4.7.3/debian/patches/series
--- xpilot-ng-4.7.3/debian/patches/series	2013-11-10 23:37:39.000000000 +1300
+++ xpilot-ng-4.7.3/debian/patches/series	2014-08-08 17:11:01.000000000 +1200
@@ -1,3 +1,3 @@
-use-wxwidgets2.8.patch
+use-wxwidgets3.0.patch
 cannons-pickup-items.patch
 use-python-irc.patch
diff -Nru xpilot-ng-4.7.3/debian/patches/use-wxwidgets2.8.patch xpilot-ng-4.7.3/debian/patches/use-wxwidgets2.8.patch
--- xpilot-ng-4.7.3/debian/patches/use-wxwidgets2.8.patch	2011-10-17 00:28:17.000000000 +1300
+++ xpilot-ng-4.7.3/debian/patches/use-wxwidgets2.8.patch	1970-01-01 12:00:00.000000000 +1200
@@ -1,21 +0,0 @@
-Seems to work fine with wxPython 2.8.  At least for Debian (and probably for
-the rest of the world too), 2.4 and 2.5 are totally irrelevant now, and we're
-aiming to remove 2.6 before wheezy.
-
---- xpilot-ng-4.7.3/contrib/xpngcc/xpngcc.py	Fri Mar  5 14:03:50 2010
-+++ xpilot-ng-4.7.3/contrib/xpngcc/xpngcc.py	Mon Oct 17 00:26:33 2011
-@@ -2,12 +2,9 @@
- 
- import wxversion
- try:
--	wxversion.select('2.6')
-+	wxversion.select('2.8')
- except wxversion.VersionError:
--	try:
--		wxversion.select('2.4')
--	except wxversion.VersionError:
--		wxversion.select('2.5')
-+	wxversion.select('2.6')
- import wx
- import wx.html as html
- import os
diff -Nru xpilot-ng-4.7.3/debian/patches/use-wxwidgets3.0.patch xpilot-ng-4.7.3/debian/patches/use-wxwidgets3.0.patch
--- xpilot-ng-4.7.3/debian/patches/use-wxwidgets3.0.patch	1970-01-01 12:00:00.000000000 +1200
+++ xpilot-ng-4.7.3/debian/patches/use-wxwidgets3.0.patch	2014-08-08 17:09:29.000000000 +1200
@@ -0,0 +1,21 @@
+Seems to work fine with wxPython 3.0.  At least for Debian (and probably for
+the rest of the world too), anything before 2.8 is totally irrelevant now, and
+we're aiming to remove 2.8 before jessie.
+
+--- xpilot-ng-4.7.3/contrib/xpngcc/xpngcc.py	Fri Mar  5 14:03:50 2010
++++ xpilot-ng-4.7.3/contrib/xpngcc/xpngcc.py	Mon Oct 17 00:26:33 2011
+@@ -2,12 +2,9 @@
+ 
+ import wxversion
+ try:
+-	wxversion.select('2.6')
++	wxversion.select('3.0')
+ except wxversion.VersionError:
+-	try:
+-		wxversion.select('2.4')
+-	except wxversion.VersionError:
+-		wxversion.select('2.5')
++	wxversion.select('2.8')
+ import wx
+ import wx.html as html
+ import os

--- End Message ---
--- Begin Message ---
Source: xpilot-ng
Source-Version: 1:4.7.3-2.1

We believe that the bug you reported is fixed in the latest version of
xpilot-ng, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Olly Betts <[email protected]> (supplier of updated xpilot-ng 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, 08 Aug 2014 17:10:32 +1200
Source: xpilot-ng
Binary: xpilot-ng xpilot-ng-common xpilot-ng-client-x11 xpilot-ng-client-sdl 
xpilot-ng-utils xpilot-ng-server
Architecture: source all
Version: 1:4.7.3-2.1
Distribution: unstable
Urgency: medium
Maintainer: Ben Armstrong <[email protected]>
Changed-By: Olly Betts <[email protected]>
Closes: 757755
Description:
 xpilot-ng  - Multi-player tactical game for X (NG version)
 xpilot-ng-client-sdl - Client for XPilot NG
 xpilot-ng-client-x11 - Client for XPilot NG
 xpilot-ng-common - Common files for XPilot NG
 xpilot-ng-server - Server for hosting XPilot NG games
 xpilot-ng-utils - Utilities for XPilot NG
Changes:
 xpilot-ng (1:4.7.3-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/control: Update dependency on python-wxgtk2.8 to python-wxgtk3.0.
   * Update patch use-wxwidgets2.8.patch to use wxwidgets3.0 by default and
     rename to use-wxwidgets3.0.patch.
Checksums-Sha1:
 55614b9a629001ac62c8c1d948093c59b502756c 2399 xpilot-ng_4.7.3-2.1.dsc
 c93ec2528addf2c4e553acf539cbc97d9db017e6 16348 
xpilot-ng_4.7.3-2.1.debian.tar.xz
 a78238064d790a604a7e9d87ad31de9c304268a4 11064 xpilot-ng_4.7.3-2.1_all.deb
 f37542945a8cd74af0daeb69c179c705a80b9f5c 824422 
xpilot-ng-common_4.7.3-2.1_all.deb
Checksums-Sha256:
 e7cd974b7b20d7084f480567209e8e5ecdb5860d1856eeea676c526ca99315ca 2399 
xpilot-ng_4.7.3-2.1.dsc
 ec48f4da39a045c408290361cc50d63e5c596d153f92054da1a2f287a69bc0eb 16348 
xpilot-ng_4.7.3-2.1.debian.tar.xz
 eae3c7dbe980e580833d07c851bc4b8c44819a7083bc5147183fa48bb724fbde 11064 
xpilot-ng_4.7.3-2.1_all.deb
 b4189f036b5b975a7ba7bb207be6614c326809c973127cb7595e049cd683eca6 824422 
xpilot-ng-common_4.7.3-2.1_all.deb
Files:
 5391a76398b18fd644a5999406e38a59 11064 games extra xpilot-ng_4.7.3-2.1_all.deb
 1af8106a01eb06061c702da403d81fea 824422 games extra 
xpilot-ng-common_4.7.3-2.1_all.deb
 f9dcae18e477f0ba33c6127e51a51e16 2399 games extra xpilot-ng_4.7.3-2.1.dsc
 a25f58954422ae0fe8af0414407a9139 16348 games extra 
xpilot-ng_4.7.3-2.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJT6S03AAoJEBgUewc7rSsH6mQP/RvTKudJmoqsUwbV2SwqFbJC
vtXCkfLFtpfa+tsEPufeFP4cbtPE9IJGuyFlNUoSkC/YOrqlmVguUram18xBVJpc
HYXmzVEGkuJi3WU5PDSfheHtqpWv/MmRrCOUWMQ+x8GxMhClzHxVESL9HqGNPOeU
oUmhmFHb8Z7QeZNdVjASgFM+mTgAw/cRMVI1c+d4NfzIET7eicDw5O1IPO4Xv0H+
de4rRQIsEjWbnWNxUG/WcoEqR0VRmcVPd0hAToQBy6a8T9y1SXEgSdTOuTpc9Iz9
reHiwZI2lwuwr80U4vifMCcaG5j9pHlyx2UVW+LyhUmZ72IW7PsENuOp/6DCYyL4
/gzXvOJPIq14w3YfUY74r6P5UpB8AOT57CO4RUnIEoRWQwVP7JXp+kHQ9K/FCK/G
qhjNKLW+/Fd/lBomdgLhjLFpD1UXMP1Jv4tVl0CNpB5OAS/wbwPwOYQq60r5AxFk
ZesQSRL7k40+Spw0xifDQ+Pl3aTHVtzTll3++qUCF9VRssJW8F/upLUBRika+ftn
FWSJBNmIjGsV7r9e9BWw/9wFC3bvs66z6UPZ512CPnxBHWRKor7Jx3BEsfKUjMlm
lz/dK5E/sqabJvAWFuYMS7qRNqzHem7Ut/pQMHtZsOkX/A3u4bKMDbaBR/IrmChs
+D/1BvcN8LhIdty2RSV7
=lE5u
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to