e4419aea216e83f4061d748ab81a0f6d0c46ce83
[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, libglib2.0-dev,
6  python2.5-dev, python2.5-distutils
7 Standards-Version: 3.8.0
8
9 Package: python-purple
10 Architecture: any
11 Depends: python | python2.5, libc6 (>= 2.1.3), libglib2.0-0 (>= 2.12.0),
12  libpurple0 (>= 2.5.1)
13 Provides: python2.5-purple
14 Suggests: cython | python2.5-cython
15 Description: Python bind for libpurple
16  Libpurple is a library intended to be used by programmers seeking
17  to write an IM client that connects to many IM networks.
18  This is a python bind for libpurple written using Cython.