From 859f091102f29a3f853af4e4dda235e2a9d4ba68 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Tue, 14 Apr 2009 17:13:24 +0000 Subject: [PATCH] For the wxPython headers, we need to copy SWIG files like the other platforms do so that wxPy thon extensions can be built. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8d7eec2338..bf1a972105 100755 --- a/debian/rules +++ b/debian/rules @@ -794,9 +794,12 @@ install-headers: install-gtk-shared-stamp # 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/i_files cp -p wxPython/include/wx/wxPython/*.h \ 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: build-i18n-stamp install-gtk-shared-stamp