From 0ca587ef40224084ea5bb8df471b760bfd8ed062 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Fri, 3 Jan 2003 23:44:36 +0000 Subject: [PATCH] No point having helpviewer in the menu if it needs a cl argument :-) Recommend python-xml for xrced. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/control.in | 4 +++- debian/libwxgtk-python.menu | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) 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"