From 291613d6c0f16752e2b0ae8195cd9395996510cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Aug 2006 14:12:13 +0000 Subject: [PATCH] python-wxtools doesn't have any shared libraries dependencies (fixes dh_gencontrol warning) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index de19755391..67ec70f7f6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -151,7 +151,7 @@ Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector Package: python-wxtools Architecture: all Section: python -Depends: python-wxgtk=V=U, ${shlibs:Depends} +Depends: python-wxgtk=V=U Conflicts: wxpython2.6-0 Replaces: wxpython2.6-0, libwxgtk2.4-python, wxpython2.4-1 Description: wxWidgets Cross-platform C++ GUI toolkit (wxPython common files)