diff -Nru whyteboard-0.41.1/debian/changelog whyteboard-0.41.1/debian/changelog --- whyteboard-0.41.1/debian/changelog 2014-08-29 01:03:40.000000000 +0000 +++ whyteboard-0.41.1/debian/changelog 2014-11-22 15:51:41.000000000 +0000 @@ -1,3 +1,16 @@ +whyteboard (0.41.1-5) unstable; urgency=low + + * Team upload. + + [ 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) + + -- Sebastian Ramacher Sat, 22 Nov 2014 16:51:34 +0100 + whyteboard (0.41.1-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru whyteboard-0.41.1/debian/control whyteboard-0.41.1/debian/control --- whyteboard-0.41.1/debian/control 2014-08-17 11:28:01.000000000 +0000 +++ whyteboard-0.41.1/debian/control 2014-11-22 15:31:17.000000000 +0000 @@ -7,8 +7,8 @@ python-setuptools Standards-Version: 3.9.2 Homepage: http://whyteboard.org/ -#Vcs-Git: git://git.debian.org/collab-maint/whyteboard.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/whyteboard.git;a=summary +Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/whyteboard/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/whyteboard/trunk/ Package: whyteboard Architecture: all diff -Nru whyteboard-0.41.1/debian/patches/01_wxpy3.0-compat.patch whyteboard-0.41.1/debian/patches/01_wxpy3.0-compat.patch --- whyteboard-0.41.1/debian/patches/01_wxpy3.0-compat.patch 2014-08-17 12:17:05.000000000 +0000 +++ whyteboard-0.41.1/debian/patches/01_wxpy3.0-compat.patch 2014-11-22 15:53:20.000000000 +0000 @@ -2,7 +2,7 @@ Author: Olly Betts 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 @@ -105,3 +105,14 @@ +--- 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