Clean up the soversion/flavour labelling of binary runtime packages.

Split out a common wxPython package so the runtime support for it
doesn't need to conflict any more either.

Makefile.in was apparently committed from out of date bakefiles
so it is included here again too.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-10-04 05:14:55 +00:00
parent 8f7fa6f8f9
commit fdefae196a
10 changed files with 125 additions and 98 deletions

View File

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