build tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2009-05-17 03:12:44 +00:00
parent 5f65360a7b
commit 7e2d662bd7
2 changed files with 19 additions and 3 deletions

12
debian/changelog vendored
View File

@@ -1,3 +1,15 @@
wxwidgets2.8 (2.8.10.1-0) unstable; urgency=low
* New upstream stable release. See docs/changes.txt for details.
-- Robin Dunn <robin@alldunn.com> Tue, 12 May 2009 12:58:57 -0700
wxwidgets2.8 (2.8.9.2-1) unstable; urgency=low
* Fixed a Python 2.4 compatibility bug in the FloatCanvas package.
-- Robin Dunn <robin@alldunn.com> Thu, 19 Feb 2009 16:46:54 -0800
wxwidgets2.8 (2.8.9.2-0) unstable; urgency=low
* Many minor bugfixes and enhancements.

10
debian/rules vendored
View File

@@ -36,7 +36,12 @@ ifeq ($(strip $(PYVERS)),)
PY_BUILD_DEPS = python$(PYVERS), python$(PYVERS)-dbg, python$(PYVERS)-dev
else
DEB_PYTHON_SYSTEM=pycentral
PY_BUILD_DEPS = python-all, python-all-dev, python-dbg, python-central
PY_BUILD_DEPS = python-all, python-all-dev, python-central
# Etch doesn't have python-all-dbg, so check if it should be added to the dependencies
ifeq (True, $(shell if dpkg-query -s python-all-dbg > /dev/null 2>&1; then echo True; fi))
PY_BUILD_DEPS := $(PY_BUILD_DEPS), python-all-dbg
endif
endif
@@ -797,8 +802,7 @@ install-headers: install-gtk-shared-stamp
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 \
cp -p wxPython/src/*.i wxPython/src/_*.py wxPython/src/*.swg \
debian/$(package_headers)/usr/include/wx-$(release)/wx/wxPython/i_files
install-i18n: DH_OPTIONS=-p$(package_i18n)