Imported Debian patch 0.60.1-1
[hcoop/debian/courier-authlib.git] / debian / control
CommitLineData
426e7833 1Source: courier-authlib
2Section: mail
3Priority: optional
4Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
5Standards-Version: 3.6.1.1
64ff59ba 6Build-Depends: libmysqlclient-dev | libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, debhelper (>= 4.1.16), libldap-dev, libsasl2-dev | libsasl-dev, libpq-dev, libtool, libltdl3-dev, procps, expect
426e7833 7
8Package: courier-authlib
9Architecture: any
10Depends: ${shlibs:Depends}, expect
11Conflicts: courier-base (<< 0.48), courier-authdaemon (<< 0.58), courier-authmysql, courier-authpostgresql
12Description: Courier authentication library
13 The Courier authentication library provides authentication services for
14 other Courier applications.
15
16Package: courier-authdaemon
17Architecture: any
18Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP}), lsb-base (>= 3.0-10)
19Description: Courier authentication daemon
20 This package contains the authentication daemon for the Courier applications.
21
22Package: courier-authlib-dev
23Architecture: any
24Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
25Conflicts: courier-base (<< 0.48)
26Description: Development libraries for the Courier authentication library
27 This package contains the development libraries and files needed to compile
28 Courier packages that use the Courier authentication library.
29
30Package: courier-authlib-userdb
31Architecture: any
32Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
33Conflicts: courier-base (<< 0.48)
34Description: userdb support for the Courier authentication library
35 This package contains the userdb support for the Courier authentication
36 library. Userdb is a simple way to manage virtual mail accounts using
37 a GDBM-based database file.
38
39Package: courier-authlib-mysql
40Architecture: any
41Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
42Conflicts: courier-authmysql
43Replaces: courier-authmysql
44Description: MySQL support for the Courier authentication library
45 This package contains the MySQL support for the Courier authentication library.
46
47Package: courier-authlib-postgresql
48Architecture: any
49Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
50Conflicts: courier-authpostgresql
51Replaces: courier-authpostgresql
52Description: PostgreSQL support for the Courier authentication library
53 This package contains the PostgreSQL support for the Courier authentication
54 library.
55
56Package: courier-authlib-ldap
57Architecture: any
58Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
59Description: LDAP support for the Courier authentication library
60 This package contains the LDAP support for the Courier authentication library.
61
62Package: courier-authlib-pipe
63Architecture: any
64Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
65Description: External authentication support for the Courier authentication library
66 This package contains external authentication support via pipes for the
67 Courier authentication library. The authpipe module is a generic plugin
68 that enables authentication requests to be serviced by an external
69 program, then communicates through messages on stdin and stdout.