Ported forward improvements from the 2.4.2.6 release.

This still won't build new 2.5 packages yet, but it is changes
that will happen anyway so I'm checkpointing the diff here.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-09-06 04:51:11 +00:00
parent c369d4f116
commit 6181913e8e
9 changed files with 323 additions and 50 deletions

9
debian/libwxgtk-dbg-python.prerm vendored Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
PACKAGE="libwxgtk=V-dbg-python"
dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
#DEBHELPER#