File: control

package info (click to toggle)
python-ldap 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,248 kB
  • sloc: python: 9,465; ansic: 2,828; makefile: 132; sh: 68
file content (90 lines) | stat: -rw-r--r-- 3,566 bytes parent folder | download
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Source: python-ldap
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Willem van den Akker <wvdakker@wilsoft.nl>
Standards-Version: 4.2.0
Build-Depends: debhelper (>= 11), python-all-dev (>= 2.6.6-3~), python-all-dbg,
 libldap2-dev, libsasl2-dev, dh-python,
 python3-all-dev,
 python3-all-dbg,
 python-setuptools,
 python3-setuptools,
 python-pyasn1-modules,
 python3-pyasn1-modules,
Homepage: https://www.python-ldap.org
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-ldap
Vcs-Git: https://salsa.debian.org/python-team/modules/python-ldap.git

Package: python-ldap
Architecture: any
Multi-Arch: same
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: python-pyldap, ${python:Provides}
Suggests: python-pyasn1
Conflicts: python-pyldap (<< 3), python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 2.2.0-1.1), python2.3-ldap-tls
Replaces: python-pyldap, python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 2.2.0-1.1), python2.3-ldap-tls
Description: LDAP interface module for Python
 This module provides a Python interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).

Package: python3-ldap
Architecture: any
Multi-Arch: same
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: python-ldap-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: python-ldap (= ${binary:Version}), python-dbg, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: ${python:Provides}
Description: LDAP interface module for Python (debug extension)
 This module provides a Python interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).
 .
 This package contains the extension built for the Python debug interpreter.

Package: python3-ldap-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: python3-ldap (= ${binary:Version}), python3-dbg, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: LDAP interface module for Python3 (debug extension)
 This module provides a Python3 interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).
 .
 This package contains the extension built for the Python debug interpreter.

Package: python-pyldap
Section: oldlibs
Architecture: any
Multi-Arch: same
Depends: python-ldap (>= 3), ${misc:Depends}
Description: LDAP interface module for Python 2.7 - 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 2.7 can be safely removed, since the
 ldap module has merged changes in the pyldap fork.

Package: python3-pyldap
Section: oldlibs
Architecture: any
Multi-Arch: same
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.