Mostly changes from the Debian 2.4.4 release(s) to improve compatibility
with wx2.6 branch. Backports wxversion.py and versioned install support for setup.py Includes new peer reviewed fr.po from http://bugs.debian.org/329070. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@35607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
11
debian/python-wxgtk-dbg.prerm
vendored
Normal file
11
debian/python-wxgtk-dbg.prerm
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
PACKAGE="python-wxgtk=V-dbg"
|
||||
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
|
||||
|
||||
update-alternatives --remove wx.pth /usr/lib/wx/config/wx=V-dbg.pth
|
||||
|
||||
#DEBHELPER#
|
||||
|
Reference in New Issue
Block a user