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
|
Source: kldap
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 10),
extra-cmake-modules (>= 5.35.0~),
libkf5completion-dev (>= 5.35.0~),
libkf5doctools-dev (>= 5.35.0~),
libkf5i18n-dev (>= 5.35.0~),
libkf5kio-dev (>= 5.35.0~),
libkf5widgetsaddons-dev (>= 5.35.0~),
libldap2-dev,
libsasl2-dev,
pkg-kde-tools (>> 0.15.15),
qtbase5-dev,
Standards-Version: 4.1.3
Homepage: https://projects.kde.org/projects/kde/pim/kldap
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kldap.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kldap.git
Package: kio-ldap
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: kf5-kdepimlibs-kio-plugins, ${kde-l10n:all}
Breaks: kf5-kdepimlibs-kio-plugins, ${kde-l10n:all}
Description: library for accessing LDAP - development files
This is a library for accessing LDAP with a convenient Qt style C++ API.
LDAP (Lightweight Directory Access Protocol) is an application protocol
for querying and modifying directory services running over TCP/IP.
.
This package contains the KIO slave.
Package: libkf5ldap-dev
Architecture: any
Multi-Arch: same
Depends: libkf5ldap5 (= ${binary:Version}),
libldap2-dev,
libsasl2-dev,
qtbase5-dev,
${misc:Depends},
Breaks: libkf5libkdepim-dev (<< 4:17.08),
Description: library for accessing LDAP - development files
This is a library for accessing LDAP with a convenient Qt style C++ API.
LDAP (Lightweight Directory Access Protocol) is an application protocol
for querying and modifying directory services running over TCP/IP.
.
This package contains the development files.
Section: libdevel
Package: libkf5ldap-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: ${kde-l10n:all}
Replaces: ${kde-l10n:all}
Description: library for accessing LDAP (documentation)
This is a library for accessing LDAP with a convenient Qt style C++ API.
LDAP (Lightweight Directory Access Protocol) is an application protocol
for querying and modifying directory services running over TCP/IP.
.
This package contains the documentation files.
Package: libkf5ldap5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: accountwizard (<< 4:17.08),
kf5-kdepimlibs-kio-plugins,
libkf5incidenceeditor5 (<< 17.08),
libkf5libkdepim-plugins (<< 4:17.08),
libkf5libkdepim5 (<< 4:17.08),
${kde-l10n:all},
Replaces: kf5-kdepimlibs-kio-plugins, ${kde-l10n:all}
Description: library for accessing LDAP
This is a library for accessing LDAP with a convenient Qt style C++ API.
LDAP (Lightweight Directory Access Protocol) is an application protocol
for querying and modifying directory services running over TCP/IP.
.
This package is part of the KDE Development Platform PIM libraries module.
|