1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
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.2
Build-Depends:
debhelper-compat (= 13),
dh-python,
libldap2-dev,
libsasl2-dev,
python3-all-dbg,
python3-all-dev,
python3-doc,
python3-pyasn1-modules,
python3-setuptools,
python3-sphinx,
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: python-ldap-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: LDAP interface module (Documentation)
This module provides a Python3 interface to the OpenLDAP client library.
.
This package contains the documentation.
Package: python3-ldap
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Provides:
python3-pyldap,
${python3:Provides},
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,
${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.
|