From ddbbd35e119e4f893ce12b2256d2ec3d6ba47f3e Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Fri, 20 Sep 2002 01:37:43 +0000 Subject: [PATCH] update python version dependency. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/changelog | 5 +++++ debian/control.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 10a7582b0d..eda32a668f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ wxwindows2.3 (2.3.3.1) unstable; urgency=low know if they still need 2.2 in woody? If not I'll have them removed. There should be a 2.4 release following very soon. (hah, let's see how the date on that comment testifies!) + * Yes, I know wxpython is missing man pages for some of its + scripts. File a bug if you must, but preferably, if you know + what they do, attach a patch containing one. I don't use them + myself or could even do more than guess what they do today. + Sorry, C++. -- Ron Lee Thu, 19 Sep 2002 16:25:12 -0700 diff --git a/debian/control.in b/debian/control.in index 3d02a9e5f0..218a57954b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -116,7 +116,7 @@ Description: wxWindows Cross-platform C++ GUI toolkit (GTK+ development) Package: libwxgtk=V-python Architecture: any Section: interpreters -Depends: python (>=2.1), python (<<2.2), ${shlibs:Depends} +Depends: python (>=2.2), python (<<2.3), ${shlibs:Depends} Suggests: wxwin=V-doc, wxwin=V-examples Conflicts: libwxgtk=V-python-contrib, python-wxwin Replaces: libwxgtk=V-python-contrib, python-wxwin