[Python-apps-commits] r11598 - in packages/whyteboard/trunk/debian (2 files)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sat Nov 22 15:48:37 UTC 2014
Date: Saturday, November 22, 2014 @ 15:48:36
Author: sramacher
Revision: 11598
Update version check
Modified:
packages/whyteboard/trunk/debian/changelog
packages/whyteboard/trunk/debian/patches/01_wxpy3.0-compat.patch
Modified: packages/whyteboard/trunk/debian/changelog
===================================================================
--- packages/whyteboard/trunk/debian/changelog 2014-11-22 15:31:17 UTC (rev 11597)
+++ packages/whyteboard/trunk/debian/changelog 2014-11-22 15:48:36 UTC (rev 11598)
@@ -1,7 +1,12 @@
whyteboard (0.41.1-5) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Add Vcs-* fields.
+ [ Sebastian Ramacher ]
+ * debian/patches/01_wxpy3.0-compat.patch: update version check for move to
+ python-wxgtk3.0. (Closes: #770545)
+
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:10:36 +0200
whyteboard (0.41.1-4.1) unstable; urgency=medium
Modified: packages/whyteboard/trunk/debian/patches/01_wxpy3.0-compat.patch
===================================================================
--- packages/whyteboard/trunk/debian/patches/01_wxpy3.0-compat.patch 2014-11-22 15:31:17 UTC (rev 11597)
+++ packages/whyteboard/trunk/debian/patches/01_wxpy3.0-compat.patch 2014-11-22 15:48:36 UTC (rev 11598)
@@ -2,7 +2,7 @@
Author: Olly Betts <olly at survex.com>
Bug-Debian: http://bugs.debian.org/725711
Forwarded: no
-Last-Update: 2014-08-15
+Last-Update: 2014-11-22
--- a/whyteboard/gui/frame.py
+++ b/whyteboard/gui/frame.py
@@ -104,4 +104,14 @@
+ self.list.EnsureVisible(selection)
+--- a/whyteboard.py
++++ b/whyteboard.py
+@@ -30,7 +30,7 @@
+ locale.setlocale(locale.LC_ALL)
+ if not hasattr(sys, 'frozen'):
+- WXVER = '2.8.9'
++ WXVER = '3.0'
+ import wxversion
+ if not wxversion.checkInstalled(WXVER):
+ import wx
More information about the Python-apps-commits
mailing list