File debian.control of Package python-ldap (Revision 56bad454d565d5fad487fb9173747a5d)

Currently displaying revision 56bad454d565d5fad487fb9173747a5d , Show latest

21
 
1
Source: python-ldap
2
Section: python
3
Priority: optional
4
Maintainer: Timotheus Pokorra <timotheus@pokorra.de>
5
Standards-Version: 3.9.3
6
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), libldap2-dev, libsasl2-dev, dpkg-dev
7
Homepage: http://www.python-ldap.org/
8
X-Python-Version: >= 2.3
9
10
Package: python-ldap
11
Architecture: any
12
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
13
Provides: ${python:Provides}
14
Suggests: python-ldap-doc, python-pyasn1
15
Conflicts: python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 2.2.0-1.1), python2.3-ldap-tls
16
Replaces: python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 2.2.0-1.1), python2.3-ldap-tls
17
Description: LDAP interface module for Python
18
 This module provides a Python interface to the OpenLDAP client library
19
 (LDAP is the Lightweight Directory Access Protocol).
20
21