Fixes for wxPython site-packages location.

Fixed and baked unchecked mediaplayer.bkl


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2004-11-11 07:00:51 +00:00
parent 348f211c7e
commit 3b57de8b1f
5 changed files with 411 additions and 9 deletions

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
wxwidgets2.5 (2.5.3.2) unstable; urgency=low
* This time, really now.
A snapshot that is actually ready for wider release.
Thanks to all who've been patient. We know who you are.
* Update path to wxPython site-packages, build them with
--no_rpath since we will install the in tree build.
-- Ron Lee <ron@debian.org> Thu, 11 Nov 2004 11:01:00 +1030
wxwidgets2.5 (2.5.3.1) unstable; urgency=low
* Functioning concurrent installs for both the C++ libs

8
debian/rules vendored
View File

@@ -121,8 +121,8 @@ install_all_native = $(install_all_arch) $(install_all_indep)
install_all = $(install_all_native) $(install_all_cross)
wxconfig := $(shell pwd)/$(objdir_gtk_shared)/wx-config
wxconfig-dbg := $(shell pwd)/$(objdir_gtk_debug)/wx-config
wxconfig := $(shell pwd)/$(objdir_gtk_shared)/wx-config --no_rpath
wxconfig-dbg := $(shell pwd)/$(objdir_gtk_debug)/wx-config --no_rpath
#contrib_libs := $(subst CVS,,$(notdir $(wildcard contrib/include/wx/*)))
@@ -529,7 +529,7 @@ install-gtk-py-lib: build-gtk-py-stamp
-name '*.py?' -exec rm '{}' ';'
# This is rather bogus, its included in the main copyright file now though.
rm -f debian/$(package_gtk_py_lib)/usr/lib/$(python_ver)/site-packages/wx-$(sorelease)/wx/tools/XRCed/license.txt
rm -f debian/$(package_gtk_py_lib)/usr/lib/$(python_ver)/site-packages/wx-$(sorelease)-gtk2-unicode/wx/tools/XRCed/license.txt
install-gtk-py: DH_OPTIONS=-p$(package_gtk_py)
install-gtk-py: install-gtk-py-lib
@@ -639,7 +639,7 @@ install-gtk-dbg-py: build-gtk-dbg-py-stamp
usr/lib/$(python_ver)/site-packages/wx.pth
# This is rather bogus, its included in the main copyright file now though.
rm -f debian/$(package_gtk_dbg_py)/usr/lib/$(python_ver)/site-packages/wx-$(sorelease)/wx/tools/XRCed/license.txt
rm -f debian/$(package_gtk_dbg_py)/usr/lib/$(python_ver)/site-packages/wx-$(sorelease)-gtk2-unicode/wx/tools/XRCed/license.txt
install-msw-dev: DH_OPTIONS=-p$(package_msw_dev)