diff -u spe-0.8.4.h/debian/changelog spe-0.8.4.h/debian/changelog --- spe-0.8.4.h/debian/changelog +++ spe-0.8.4.h/debian/changelog @@ -1,3 +1,10 @@ +spe (0.8.4.h-1ubuntu1) karmic; urgency=low + + * _spe/SPE.py: force SPE to use wx 2.8 (Closes LP: #377044) + * debian/control: force dependency on wx 2.8 only + + -- Stani M Sat, 23 May 2009 20:21:51 +0200 + spe (0.8.4.h-1) unstable; urgency=low * New upstream release, from the upstream spe-0.8.4.h-wx2.6.1.0.tar.gz diff -u spe-0.8.4.h/debian/control spe-0.8.4.h/debian/control --- spe-0.8.4.h/debian/control +++ spe-0.8.4.h/debian/control @@ -13,8 +13,8 @@ Package: spe Architecture: all -Depends: ${python:Depends}, python-wxgtk2.8 | python-wxgtk2.6, python-wxglade, kiki, winpdb, pychecker (>= 0.8.17-5) -Recommends: wx2.8-doc | wx2.6-doc +Depends: ${python:Depends}, python-wxgtk2.8, python-wxglade, kiki, winpdb, pychecker (>= 0.8.17-5) +Recommends: wx2.8-doc Suggests: blender (>= 2.35), python-doc, python-wxtools XB-Python-Version: ${python:Versions} Description: Stani's Python Editor only in patch2: unchanged: --- spe-0.8.4.h.orig/_spe/SPE.py +++ spe-0.8.4.h/_spe/SPE.py @@ -5,7 +5,7 @@ from cStringIO import StringIO sys.stdout = StringIO() -MIN_WX_VERSION = '2.5.4.1' +MIN_WX_VERSION = '2.8' GET_WXPYTHON = 'Get it from http://www.wxpython.org!' try: