X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=debian%2Fcontrol;h=f719621d611caa08004b7283048c8ace9d47238d;hb=HEAD;hp=6a817d4b2b3a74974da64213b81c438bf2f20bf1;hpb=0a91c79e1aff35fa819bff3f791be113516578a0;p=python-purple diff --git a/debian/control b/debian/control index 6a817d4..f719621 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,15 @@ Source: python-purple Section: python Priority: optional Maintainer: Bruno Abinader -Build-Depends: cdbs, debhelper, libpurple-dev +Build-Depends: cdbs, debhelper, libpurple-dev, libglib2.0-dev, python2.5-dev Standards-Version: 3.8.0 Package: python-purple Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} -Provides: ${python:Provides} -Suggests: ${shlibs:Suggests}, cython +Depends: python | python2.5, libc6 (>= 2.1.3), libglib2.0-0 (>= 2.12.0), + libpurple0 (>= 2.5.1) +Provides: python2.5-purple +Suggests: cython | python2.5-cython Description: Python bind for libpurple Libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks.