X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=debian%2Fcontrol;h=e4419aea216e83f4061d748ab81a0f6d0c46ce83;hp=7fa888d02cc0690a37fcf5f14bfd6ae615f24c6d;hb=7752e0f4a14a32ede02b8b86c83d9510338a59ed;hpb=0fbfb7e120b1a9701caf297847d5534fd45514fa diff --git a/debian/control b/debian/control index 7fa888d..e4419ae 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,16 @@ Source: python-purple Section: python Priority: optional Maintainer: Bruno Abinader -Build-Depends: cdbs, cython, debhelper, gcc, libpurple-dev, python +Build-Depends: cdbs, debhelper, libpurple-dev, libglib2.0-dev, + python2.5-dev, python2.5-distutils +Standards-Version: 3.8.0 Package: python-purple -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -XB-Python-Version: ${python:Versions} +Architecture: any +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.