Your message dated Sat, 02 Jan 2010 09:18:21 +0000
with message-id <[email protected]>
and subject line Bug#561200: fixed in gtkwhiteboard 1.3+dfsg-5.2
has caused the Debian Bug report #561200,
regarding gtkwhiteboard: fix for wxwidgets 2.8
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.)


-- 
561200: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561200
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtkwhiteboard
Version: 1.3+dfsg-5.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: wx2.6

When the current version of gtkwhiteboard is ran with python-wxgtk2.8
installed (since it's the default version and this program doesn't
make use of wxversion to force using wx 2.6), an error is generated
due to a behavior change in wxwidgets. Apparently starting with
wxwidgets 2.8, an error message is displayed when an icon (such as the
one that was removed from the gtkwhiteboard package) is attempted to
be loaded but doesn't exist. So the attached patch removes the code
that tries to use the icon that was removed. It also updates the
dependencies to include python-wxgtk2.8. "Severity: normal" because
this causes an annoying error dialog on startup for some users. Also,
I wasn't able to fully test the application because I don't have the
hardware to do so. If it still doesn't work with wx 2.8, wxversion
should be used to ensure that wx 2.6 is used.

Cheers,
Ryan

-- 
_________________________
Ryan Niebur
[email protected]
diff -u gtkwhiteboard-1.3+dfsg/debian/changelog gtkwhiteboard-1.3+dfsg/debian/changelog
--- gtkwhiteboard-1.3+dfsg/debian/changelog
+++ gtkwhiteboard-1.3+dfsg/debian/changelog
@@ -1,3 +1,11 @@
+gtkwhiteboard (1.3+dfsg-5.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * fix error due to removed file with wx 2.8 and update dependencies
+    for wx 2.8
+
+ -- Ryan Niebur <[email protected]>  Mon, 14 Dec 2009 19:48:22 -0800
+
 gtkwhiteboard (1.3+dfsg-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gtkwhiteboard-1.3+dfsg/debian/control gtkwhiteboard-1.3+dfsg/debian/control
--- gtkwhiteboard-1.3+dfsg/debian/control
+++ gtkwhiteboard-1.3+dfsg/debian/control
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Thomas Knott <[email protected]>
 Build-Depends: debhelper (>= 7), python-central (>= 0.5), python 
-Build-Depends-Indep: docbook-to-man, python-wxgtk2.6, python-bluez (>= 0.15), python-xlib (>= 0.14)
+Build-Depends-Indep: docbook-to-man, python-wxgtk2.8 | python-wxgtk2.6, python-bluez (>= 0.15), python-xlib (>= 0.14)
 Standards-Version: 3.8.0
 XS-Python-Version: current
 
 Package: gtkwhiteboard
 Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.6, python-bluez (>= 0.15), python-xlib (>= 0.14), bluez (>= 3.30)
+Depends: ${python:Depends}, python-wxgtk2.8 | python-wxgtk2.6, python-bluez (>= 0.15), python-xlib (>= 0.14), bluez (>= 3.30)
 XB-Python-Version: ${python:Versions}
 Description: GTK+ Wiimote Whiteboard
  This application allows you to turn any display into an electronic whiteboard 
only in patch2:
unchanged:
--- gtkwhiteboard-1.3+dfsg.orig/gtkwhiteboard.py
+++ gtkwhiteboard-1.3+dfsg/gtkwhiteboard.py
@@ -252,9 +252,6 @@
         #self.border.Fit(self) #called by UpdateSideChoices...
         #self.Layout()
         self.SetBackgroundColour((236,233,216))
-        iconFile = "gtkwhiteboard.ico"
-        icon1 = wx.Icon(iconFile, wx.BITMAP_TYPE_ICO)
-        self.SetIcon(icon1)
 	
 	self.cbSaveOnExit.SetValue(True)
 	if not self.LoadOptions():

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: gtkwhiteboard
Source-Version: 1.3+dfsg-5.2

We believe that the bug you reported is fixed in the latest version of
gtkwhiteboard, which is due to be installed in the Debian FTP archive:

gtkwhiteboard_1.3+dfsg-5.2.diff.gz
  to main/g/gtkwhiteboard/gtkwhiteboard_1.3+dfsg-5.2.diff.gz
gtkwhiteboard_1.3+dfsg-5.2.dsc
  to main/g/gtkwhiteboard/gtkwhiteboard_1.3+dfsg-5.2.dsc
gtkwhiteboard_1.3+dfsg-5.2_all.deb
  to main/g/gtkwhiteboard/gtkwhiteboard_1.3+dfsg-5.2_all.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.
Ryan Niebur <[email protected]> (supplier of updated gtkwhiteboard 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: Sat, 02 Jan 2010 00:36:51 -0800
Source: gtkwhiteboard
Binary: gtkwhiteboard
Architecture: source all
Version: 1.3+dfsg-5.2
Distribution: unstable
Urgency: low
Maintainer: Thomas Knott <[email protected]>
Changed-By: Ryan Niebur <[email protected]>
Description: 
 gtkwhiteboard - GTK+ Wiimote Whiteboard
Closes: 551419 561200
Changes: 
 gtkwhiteboard (1.3+dfsg-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * fix error due to removed file with wx 2.8 and update dependencies
     for wx 2.8 (Closes: #561200)
   * fix the watch file, thanks Yan Morin (Closes: #551419)
Checksums-Sha1: 
 8ceacc32c5de68317a5caf3dc20a024b4b7e1d95 1189 gtkwhiteboard_1.3+dfsg-5.2.dsc
 2c30c23ce8e355992d6be0a8d773fced7311087e 6604 
gtkwhiteboard_1.3+dfsg-5.2.diff.gz
 d576aa1e4e29775a16e3eb1f26e5594b160ce62b 21298 
gtkwhiteboard_1.3+dfsg-5.2_all.deb
Checksums-Sha256: 
 39e9cd57361ad4733e8b9a18c4e69fa5c09498042f2b695b60543b3b9ca38f30 1189 
gtkwhiteboard_1.3+dfsg-5.2.dsc
 c7fc1d207025693a58d7e05ced690f6d23dc71298f7d1b3e232802512b95d5e0 6604 
gtkwhiteboard_1.3+dfsg-5.2.diff.gz
 ad17ddfec42ced2859415cdbe4c02fefe531d8f3019ae9916db96f5d38999b79 21298 
gtkwhiteboard_1.3+dfsg-5.2_all.deb
Files: 
 0a0948f01c1c55f8fc6e369df8acead7 1189 utils optional 
gtkwhiteboard_1.3+dfsg-5.2.dsc
 54feed50309e3d5dc7466db2c5a20344 6604 utils optional 
gtkwhiteboard_1.3+dfsg-5.2.diff.gz
 2a8fa7d522a07560a14f03ebcaf8c51d 21298 utils optional 
gtkwhiteboard_1.3+dfsg-5.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAks/BhgACgkQMihv+PacasXQbACgtJn2+220nV/K7lbnk91LvJiy
aj4AniGEGQc9eoQ2TdExaGxzld8xwDwX
=i34p
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to