diff -u wxwidgets2.8-2.8.7.1/debian/control wxwidgets2.8-2.8.7.1/debian/control --- wxwidgets2.8-2.8.7.1/debian/control +++ wxwidgets2.8-2.8.7.1/debian/control @@ -5,7 +5,7 @@ Maintainer: Ubuntu MOTU developers XSBC-Original-Maintainer: Ron Lee XS-Python-Version: all -Standards-Version: 3.7.3 +Standards-Version: 3.8.0.0 Package: libwxbase2.8-0 Architecture: any diff -u wxwidgets2.8-2.8.7.1/debian/python-wxgtk.postinst wxwidgets2.8-2.8.7.1/debian/python-wxgtk.postinst --- wxwidgets2.8-2.8.7.1/debian/python-wxgtk.postinst +++ wxwidgets2.8-2.8.7.1/debian/python-wxgtk.postinst @@ -7,2 +7,5 @@ +ln -snf /etc/alternatives/wx.pth /usr/lib/python2.4/site-packages/ +ln -snf /etc/alternatives/wx.pth /usr/lib/python2.5/site-packages/ + #DEBHELPER# diff -u wxwidgets2.8-2.8.7.1/debian/changelog wxwidgets2.8-2.8.7.1/debian/changelog --- wxwidgets2.8-2.8.7.1/debian/changelog +++ wxwidgets2.8-2.8.7.1/debian/changelog @@ -1,3 +1,12 @@ +wxwidgets2.8 (2.8.7.1-0ubuntu4) intrepid; urgency=low + + * debian/python-{wxgtk,wxgtk2.8}.postinst: use ln -snf to link wx.pth + (LP: #211553). + * debian/python-{wxgtk,wxgtk2.8}.prerm: use rm to remove wx.pth links. + * Bump Standards-Version to 3.8.0.0. + + -- Devid Filoni Thu, 05 Jun 2008 21:35:41 +0200 + wxwidgets2.8 (2.8.7.1-0ubuntu3) hardy; urgency=low * debian/rules: diff -u wxwidgets2.8-2.8.7.1/debian/control.in wxwidgets2.8-2.8.7.1/debian/control.in --- wxwidgets2.8-2.8.7.1/debian/control.in +++ wxwidgets2.8-2.8.7.1/debian/control.in @@ -5,7 +5,7 @@ Maintainer: Ubuntu MOTU developers XSBC-Original-Maintainer: Ron Lee XS-Python-Version: all -Standards-Version: 3.7.3 +Standards-Version: 3.8.0.0 Package: libwxbase=SOV=U Architecture: any diff -u wxwidgets2.8-2.8.7.1/debian/python-wxgtk.prerm wxwidgets2.8-2.8.7.1/debian/python-wxgtk.prerm --- wxwidgets2.8-2.8.7.1/debian/python-wxgtk.prerm +++ wxwidgets2.8-2.8.7.1/debian/python-wxgtk.prerm @@ -5,4 +5,7 @@ update-alternatives --remove wx.pth /usr/lib/wx/python/wx=V.pth +rm /usr/lib/python2.4/site-packages/wx.pth +rm /usr/lib/python2.5/site-packages/wx.pth + #DEBHELPER#