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 128 129 130
|
Source: courier-authlib
Section: contrib/admin
Priority: optional
Maintainer: Sam Varshavchik <mrsam@courier-mta.com>
Build-Depends:
perl:any,
pkgconf,
debhelper-compat (= 12),
%BUILD_DEPENDS%,
autoconf-archive,
libldap2-dev,
libmariadb-dev,
libmariadb-dev-compat,
libz-dev,
libsqlite3-dev,
libpq-dev,
libgdbm-dev,
libpam0g-dev,
libltdl-dev,
libidn2-dev,
libcourier-unicode-dev,
sysconftool,
expect
Standards-Version: 4.4.1
Homepage: https://www.courier-mta.org/courier-authlib/
Package: libcourier-auth
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
expect,
systemd,
libcourier-auth%SOVERSION% (= ${binary:Version})
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%
Description: Courier authentication library
The Courier authentication library provides authentication services for
other Courier applications.
Package: libcourier-auth%SOVERSION%
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%
Description: Courier authentication library (client library)
This package contains shared libraries used by authentication clients.
Package: libcourier-auth-config-%MAILUSER%-%MAILGROUP%
Architecture: any
Provides: libcourier-auth-uidgid
Depends: ${misc:Depends},
Description: Courier authentication library build configuration
This libcourier-auth package was configured to use system
user "%MAILUSER%" and system group "%MAILGROUP%".
.
This config sub-package ensures that this user/group exists,
and prevents unintentional libcourier-auth updates to versions
that were built with a different user/group configuration.
Package: libcourier-auth-dev
Section: contrib/libdevel
Architecture: any
Depends: libcourier-auth (= ${binary:Version}),
libltdl-dev,
${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%
Description: Courier authentication library (development and header files)
This package contains the development libraries and files needed to compile
Courier packages that use this authentication library. Install this
package in order to build the rest of the Courier packages. After they are
built and installed this package can be removed. Files in this package
are not needed at runtime.
Package: libcourier-auth-userdb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%,
libcourier-auth (= ${binary:Version})
Description: Userdb support for the Courier authentication library
This package installs the userdb support for the Courier authentication
library. Userdb is a simple way to manage virtual mail accounts using
a GDBM-based database file.
Install this package in order to be able to authenticate with userdb.
Package: libcourier-auth-ldap
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%,
libcourier-auth (= ${binary:Version})
Description: LDAP support for the Courier authentication library
This package installs the LDAP support for the Courier authentication
library. Install this package in order to be able to authenticate with LDAP.
Package: libcourier-auth-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%,
libcourier-auth (= ${binary:Version})
Description: Mysql (MariaDB) support for the Courier authentication library
This package installs the Mysql (MariaDB) support for the Courier
authentication library. Install this package in order to be able to
authenticate with Mysql (MariaDB).
Package: libcourier-auth-sqlite
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%,
libcourier-auth (= ${binary:Version})
Description: SQLite support for the Courier authentication library
This package installs the SQLite support for the Courier
authentication library. Install this package in order to be able to
authenticate with SQLite.
Package: libcourier-auth-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%,
libcourier-auth (= ${binary:Version})
Description: PostgreSQL support for the Courier authentication library
This package installs the PostgreSQL support for the Courier
authentication library. Install this package in order to be able to
authenticate with PostgreSQL.
Package: libcourier-auth-pipe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libcourier-auth-config-%MAILUSER%-%MAILGROUP%,
libcourier-auth (= ${binary:Version})
Description: External authentication module that communicates via pipes
This package installs the authpipe module, which is a generic plugin
that enables authentication requests to be serviced by an external
program, then communicates through messages on stdin and stdout.
|