Updated notify_cbs.pxd.
[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, cython, debhelper, gcc, libpurple-dev, python
6
7 Package: python-purple
8 Architecture: all
9 Depends: ${python:Depends}, ${misc:Depends}
10 XB-Python-Version: ${python:Versions}
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.