Merge branch 'upstream' into debian
[hcoop/debian/courier-authlib.git] / debian / control
1 Source: courier-authlib
2 Section: mail
3 Priority: optional
4 Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
5 Standards-Version: 3.6.1.1
6 Build-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
7
8 Package: courier-authlib
9 Architecture: any
10 Depends: ${shlibs:Depends}, expect
11 Conflicts: courier-base (<< 0.48), courier-authdaemon (<< 0.58), courier-authmysql, courier-authpostgresql
12 Description: Courier authentication library
13 The Courier authentication library provides authentication services for
14 other Courier applications.
15
16 Package: courier-authdaemon
17 Architecture: any
18 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP}), lsb-base (>= 3.0-10)
19 Description: Courier authentication daemon
20 This package contains the authentication daemon for the Courier applications.
21
22 Package: courier-authlib-dev
23 Architecture: any
24 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
25 Conflicts: courier-base (<< 0.48)
26 Description: 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
30 Package: courier-authlib-userdb
31 Architecture: any
32 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
33 Conflicts: courier-base (<< 0.48)
34 Description: 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
39 Package: courier-authlib-mysql
40 Architecture: any
41 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
42 Conflicts: courier-authmysql
43 Replaces: courier-authmysql
44 Description: MySQL support for the Courier authentication library
45 This package contains the MySQL support for the Courier authentication library.
46
47 Package: courier-authlib-postgresql
48 Architecture: any
49 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
50 Conflicts: courier-authpostgresql
51 Replaces: courier-authpostgresql
52 Description: PostgreSQL support for the Courier authentication library
53 This package contains the PostgreSQL support for the Courier authentication
54 library.
55
56 Package: courier-authlib-ldap
57 Architecture: any
58 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
59 Description: LDAP support for the Courier authentication library
60 This package contains the LDAP support for the Courier authentication library.
61
62 Package: courier-authlib-pipe
63 Architecture: any
64 Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
65 Description: 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.