Remove the wx-addons package
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
wxwidgets2.8 (2.8.9.2-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Many minor bugfixes and enhancements.
|
||||||
|
* removed the wx-addons package
|
||||||
|
|
||||||
|
-- Robin Dunn <robin@alldunn.com> Thu, 15 Jan 2009 11:18:33 -0800
|
||||||
|
|
||||||
wxwidgets2.8 (2.8.9.1-0) unstable; urgency=low
|
wxwidgets2.8 (2.8.9.1-0) unstable; urgency=low
|
||||||
|
|
||||||
* Fixed Python 2.4 compatibility problem.
|
* Fixed Python 2.4 compatibility problem.
|
||||||
|
13
debian/control.in
vendored
13
debian/control.in
vendored
@@ -237,19 +237,6 @@ Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector
|
|||||||
.
|
.
|
||||||
This package provides the wxPython version selector.
|
This package provides the wxPython version selector.
|
||||||
|
|
||||||
Package: python-wxaddons
|
|
||||||
Architecture: all
|
|
||||||
Section: python
|
|
||||||
Conflicts: python-wxgtk2.6 (<< 2.6.4.0)
|
|
||||||
Depends: ${python:Depends}, python-wxgtk=V=U
|
|
||||||
XB-Python-Version: ${python:Versions}
|
|
||||||
Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython add-on packages base)
|
|
||||||
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
|
|
||||||
GUI components and other facilities on several popular platforms (and some
|
|
||||||
unpopular ones as well). For more information see http://wxwidgets.org
|
|
||||||
.
|
|
||||||
This package provides a base Python package for 3rd party add-ons.
|
|
||||||
|
|
||||||
Package: python-wxtools
|
Package: python-wxtools
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Section: python
|
Section: python
|
||||||
|
18
debian/rules
vendored
18
debian/rules
vendored
@@ -196,13 +196,12 @@ package_common = wx-common
|
|||||||
package_gtk_py_lib := python-wxgtk$(release)$(unicode_suffix)
|
package_gtk_py_lib := python-wxgtk$(release)$(unicode_suffix)
|
||||||
package_gtk_py_ver = python-wxversion
|
package_gtk_py_ver = python-wxversion
|
||||||
package_gtk_py_tools = python-wxtools
|
package_gtk_py_tools = python-wxtools
|
||||||
package_gtk_py_addons = python-wxaddons
|
|
||||||
package_gtk_dbg_py := python-wxgtk$(release)$(unicode_suffix)-dbg
|
package_gtk_dbg_py := python-wxgtk$(release)$(unicode_suffix)-dbg
|
||||||
|
|
||||||
|
|
||||||
# The packages listed here are common to all wx versions, and may be provided
|
# The packages listed here are common to all wx versions, and may be provided
|
||||||
# by another source package if more than one is in the release simultaneously.
|
# by another source package if more than one is in the release simultaneously.
|
||||||
common_packages := $(package_common) $(package_gtk_py_ver) $(package_gtk_py_tools) $(package_gtk_py_addons)
|
common_packages := $(package_common) $(package_gtk_py_ver) $(package_gtk_py_tools)
|
||||||
|
|
||||||
|
|
||||||
package_msw_dev := libwxmsw$(release)$(unicode_suffix)-dev
|
package_msw_dev := libwxmsw$(release)$(unicode_suffix)-dev
|
||||||
@@ -868,21 +867,6 @@ endif
|
|||||||
rm -f debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wxversion.py
|
rm -f debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wxversion.py
|
||||||
rm -f debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wxPython_common*.egg-info
|
rm -f debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wxPython_common*.egg-info
|
||||||
|
|
||||||
ifndef DEBIAN_WX_DEFAULT_VERSION
|
|
||||||
@# Move files out for the wxaddons package
|
|
||||||
DH_OPTIONS=-p$(package_gtk_py_addons) \
|
|
||||||
dh_movefiles --sourcedir=debian/$(package_gtk_py_lib) \
|
|
||||||
usr/lib/python$*/site-packages/wxaddons
|
|
||||||
|
|
||||||
if [ -e debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wxaddons-$(full_version).egg-info ]; then \
|
|
||||||
DH_OPTIONS=-p$(package_gtk_py_addons) \
|
|
||||||
dh_movefiles --sourcedir=debian/$(package_gtk_py_lib) \
|
|
||||||
usr/lib/python$*/site-packages/wxaddons-$(full_version).egg-info; \
|
|
||||||
fi
|
|
||||||
endif
|
|
||||||
rm -rf debian/$(package_gtk_py_lib)/usr/lib/python$*/site-packages/wxaddons*
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
install-gtk-py-tools: DH_OPTIONS=-p$(package_gtk_py_tools)
|
install-gtk-py-tools: DH_OPTIONS=-p$(package_gtk_py_tools)
|
||||||
install-gtk-py-tools: install-gtk-py-lib
|
install-gtk-py-tools: install-gtk-py-lib
|
||||||
|
Reference in New Issue
Block a user