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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: openldap
Section: net
Priority: optional
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Uploaders: Ryan Tandy <ryan@nardis.ca>,
Sergio Durigan Junior <sergiodj@debian.org>,
Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper-compat (= 13),
groff-base,
heimdal-multidev <!pkg.openldap.noslapd>,
libargon2-dev <!pkg.openldap.noslapd>,
libcrack2-dev <!pkg.openldap.noslapd>,
libltdl-dev <!pkg.openldap.noslapd>,
libperl-dev <!pkg.openldap.noslapd>,
libsasl2-dev,
libssl-dev,
libwrap0-dev <!pkg.openldap.noslapd>,
openssl <!nocheck !pkg.openldap.noslapd>,
perl:any,
pkgconf,
po-debconf,
unixodbc-dev <!pkg.openldap.noslapd>,
# Needed for SASL/GSSAPI tests
krb5-admin-server <!nocheck !pkg.openldap.noslapd>,
krb5-user <!nocheck !pkg.openldap.noslapd>,
krb5-kdc <!nocheck !pkg.openldap.noslapd>,
libsasl2-modules-gssapi-mit <!nocheck !pkg.openldap.noslapd>,
sasl2-bin <!nocheck !pkg.openldap.noslapd>,
Build-Conflicts: libbind-dev, autoconf2.13
Standards-Version: 4.7.2
Homepage: https://www.openldap.org/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/openldap-team/openldap.git
Vcs-Browser: https://salsa.debian.org/openldap-team/openldap
Package: slapd
Architecture: any
Build-Profiles: <!pkg.openldap.noslapd>
Pre-Depends: debconf, ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, libldap2 (= ${binary:Version}),
psmisc,
adduser, ${misc:Depends}
Recommends: ldap-utils
Suggests: libsasl2-modules,
libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
Conflicts: ldap-server
Provides: ldap-server, ${slapd:Provides}
Description: OpenLDAP server (slapd)
This is the OpenLDAP (Lightweight Directory Access Protocol) server
(slapd). The server can be used to provide a standalone directory
service.
Package: slapd-contrib
Architecture: any
Build-Profiles: <!pkg.openldap.noslapd>
Depends: slapd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: slapd-smbk5pwd
Breaks: slapd-smbk5pwd (<< 2.4.47+dfsg-2~), slapd (<< 2.5.4+dfsg-1~)
Replaces: slapd-smbk5pwd (<< 2.4.47+dfsg-2~)
Description: contributed plugins for OpenLDAP slapd
This package contains a number of slapd overlays and plugins contributed by
the OpenLDAP community. While distributed as part of OpenLDAP Software, they
are not necessarily supported by the OpenLDAP Project.
Package: ldap-utils
Architecture: any
Depends: ${shlibs:Depends}, libldap2 (= ${binary:Version}), ${misc:Depends}
Suggests: libsasl2-modules,
libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
Conflicts: ldap-client
Provides: ldap-client, openldap-utils
Description: OpenLDAP utilities
This package provides utilities from the OpenLDAP (Lightweight
Directory Access Protocol) package. These utilities can access a
local or remote LDAP server and contain all the client programs
required to access LDAP servers.
Package: libldap2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libldap-common
Description: OpenLDAP libraries
These are the run-time libraries for the OpenLDAP (Lightweight Directory
Access Protocol) servers and clients.
Package: libldap-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: OpenLDAP common files for libraries
These are common files for the run-time libraries for the OpenLDAP
(Lightweight Directory Access Protocol) servers and clients.
Package: libldap-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides: libldap2-dev
Breaks: libldap2-dev (<< 2.5.4+dfsg-1~)
Replaces: libldap2-dev (<< 2.5.4+dfsg-1~)
Depends: libldap2 (= ${binary:Version}), ${misc:Depends}
Description: OpenLDAP development libraries
This package allows development of LDAP applications using the OpenLDAP
libraries. It includes headers, libraries and links to allow static and
dynamic linking.
Package: libldap2-dev
Section: oldlibs
Architecture: all
Depends: libldap-dev, ${misc:Depends}
Description: transitional package for libldap-dev
This is a transitional package from libldap2-dev to libldap-dev. It can be
safely removed.
Package: slapi-dev
Section: libdevel
Architecture: any
Build-Profiles: <!pkg.openldap.noslapd>
Depends: slapd (= ${binary:Version}), ${misc:Depends}
Description: development libraries for OpenLDAP SLAPI plugin interface
This package allows development of plugins for the OpenLDAP slapd server
using the SLAPI interface. It includes the headers and libraries needed
to build such plugins.
|