diff --git a/debian/control.in b/debian/control.in index 3d4a9d965f..01b3ead2d8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -117,6 +117,7 @@ Package: libwxgtk=V-python Architecture: any Section: interpreters Depends: python (>=2.2), python (<<2.3), ${shlibs:Depends} +Recommends: python2.2-xml Suggests: wxwin=V-doc, wxwin=V-examples Conflicts: libwxgtk=V-python-contrib, python-wxwin, libwxgtk2.2-python Replaces: libwxgtk=V-python-contrib, python-wxwin, libwxgtk2.2-python @@ -126,7 +127,8 @@ Description: wxWindows Cross-platform C++ GUI toolkit (wxPython binding) currently supports subsets of GTK+, Motif, and MS Windows. . This package provides a Python binding to the wxGTK library and it's - contrib libs. + contrib libs. If you wish to use xrced you'll also need the python-xml + package installed. Package: libwxgtk=V-contrib Architecture: any diff --git a/debian/libwxgtk-python.menu b/debian/libwxgtk-python.menu index aaff547b00..3d98d38f7c 100644 --- a/debian/libwxgtk-python.menu +++ b/debian/libwxgtk-python.menu @@ -4,6 +4,4 @@ title="pyshell" command="/usr/bin/pyshell" ?package(libwxgtk2.3-python):needs=X11 section=Apps/Programming\ title="xrced" command="/usr/bin/xrced" -?package(libwxgtk2.3-python):needs=X11 section=Apps/Programming\ - title="helpviewer" command="/usr/bin/helpviewer"