Removed deprecated code from Purple class.
[python-purple] / debian / control
1 Source: python-purple
2 Section: python
3 Priority: optional
4 Maintainer: Bruno Abinader <bruno.abinader@openbossa.org>
5 Build-Depends: cdbs, debhelper, libpurple-dev
6
7 Package: python-purple
8 Architecture: any
9 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
10 Suggests: ${shlibs:Suggests}, cython
11 Description: Python bind for libpurple
12  Libpurple is a library intended to be used by programmers seeking
13  to write an IM client that connects to many IM networks.
14  This is a python bind for libpurple written using Cython.