Source: python-ldap
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Willem van den Akker <wvdakker@wilsoft.nl>,
 Michael Fladischer <fladi@debian.org>
Standards-Version: 4.6.0.1
Build-Depends: debhelper-compat (= 13),
 libldap2-dev, libsasl2-dev, dh-python,
 python3-all-dev,
 python3-all-dbg,
 python3-setuptools,
 python3-pyasn1-modules,
Homepage: https://www.python-ldap.org
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ldap
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ldap.git
Rules-Requires-Root: no

Package: python3-ldap
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: python3-pyldap, ${python3:Provides}
Conflicts: python3-pyldap (<< 3)
Replaces: python3-pyldap
Suggests: python3-pyasn1
Description: LDAP interface module for Python3
 This module provides a Python3 interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).

Package: python3-pyldap
Section: oldlibs
Architecture: any
Depends: python3-ldap (>= 3), ${misc:Depends}
Description: LDAP interface module for Python 3.x - transition package
 This module provides a Python3 interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).
 .
 This transition dummy package for Python 3.x can be safely removed, since the
 ldap module has merged changes in the pyldap fork.
