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 @@ -106,7 +106,7 @@ Package: python-wxgtk2.8 Architecture: any Section: python -Depends: python-wxversion (>= 2.8.6.1-0ubuntu2), ${python:Depends}, ${shlibs:Depends} +Depends: python-wxversion (>= 2.8.7.1-0ubuntu3.1), ${python:Depends}, ${shlibs:Depends} Suggests: wx2.8-doc, wx2.8-examples Conflicts: libwxgtk2.6-0-python, wxpython2.6-0 Replaces: libwxgtk2.6-0-python, wxpython2.6-0 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,9 @@ +wxwidgets2.8 (2.8.7.1-0ubuntu3.1) hardy-proposed; urgency=low + + * Install upstream wx.pth instead of generated file links (LP: #211553). + + -- Devid Filoni Sun, 06 Jul 2008 15:58:34 +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 @@ -106,7 +106,7 @@ Package: python-wxgtk=V=U Architecture: any Section: python -Depends: python-wxversion (>= 2.8.6.1-0ubuntu2), ${python:Depends}, ${shlibs:Depends} +Depends: python-wxversion (>= 2.8.7.1-0ubuntu3.1), ${python:Depends}, ${shlibs:Depends} Suggests: wx=V-doc, wx=V-examples Conflicts: libwxgtk2.6-0-python, wxpython2.6-0 Replaces: libwxgtk2.6-0-python, wxpython2.6-0 diff -u wxwidgets2.8-2.8.7.1/debian/rules wxwidgets2.8-2.8.7.1/debian/rules --- wxwidgets2.8-2.8.7.1/debian/rules +++ wxwidgets2.8-2.8.7.1/debian/rules @@ -729,7 +729,7 @@ $(PY_UNICODE) \ FLAVOUR=$(DEBIAN_WXFLAVOUR) - rm -f debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wx.pth + #rm -f debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wx.pth find debian/$(package_gtk_py_lib)/usr/lib/python$* -name '*.py?' -exec rm '{}' ';' @@ -747,9 +747,9 @@ dh_movefiles --sourcedir=debian/$(package_gtk_py_lib) \ $(foreach pv,$(PYVERS),usr/lib/python$(pv)/site-packages/wxversion.py) DH_PYCENTRAL=nomove dh_pycentral - for v in $(PYVERS); do \ - ln -sf ../../wx/python/wx.pth debian/$(package_gtk_py_ver)/usr/lib/python$$v/site-packages/wx.pth; \ - done + #for v in $(PYVERS); do \ + # ln -sf ../../wx/python/wx.pth debian/$(package_gtk_py_ver)/usr/lib/python$$v/site-packages/wx.pth; \ + #done else rm -f debian/$(package_gtk_py_lib)/usr/lib/python*/site-packages/wxversion.py endif