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