For the wxPython headers, we need to copy SWIG files like the other platforms do so that wxPython extensions can be built.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier 2009-04-14 17:11:30 +00:00
parent d4d4c34c3a
commit 29d61827e1

5
debian/rules vendored
View File

@ -829,9 +829,12 @@ install-headers: install-gtk-shared-stamp
# TODO: Should probably use setup.py's install of the wxPython headers... # TODO: Should probably use setup.py's install of the wxPython headers...
mkdir -p debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython mkdir -p debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython
mkdir -p debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython/i_files
cp -p wxPython/include/wx/wxPython/*.h \ cp -p wxPython/include/wx/wxPython/*.h \
debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython/ debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython/
cp -p wxPython/include/wx/wxPython/src/*.i wxPython/include/wx/wxPython/src/_*.py \
wxPython/include/wx/wxPython/src/*.swg \
debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython/i_files
install-i18n: DH_OPTIONS=-p$(package_i18n) install-i18n: DH_OPTIONS=-p$(package_i18n)
install-i18n: build-i18n-stamp install-gtk-shared-stamp install-i18n: build-i18n-stamp install-gtk-shared-stamp