Imported Debian patch 0.66.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>
940be80e 5Standards-Version: 3.8.3
01037b08 6Build-Depends: libmysqlclient-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, debhelper (>= 5.0.42), libldap-dev, libsasl2-dev | libsasl-dev, libpq-dev, libtool, libltdl3-dev, procps, expect, libidn11-dev
426e7833 7
8Package: courier-authlib
9Architecture: any
940be80e 10Depends: ${misc:Depends}, ${shlibs:Depends}, expect
426e7833 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
940be80e 18Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP}), lsb-base (>= 3.0-10)
426e7833 19Description: Courier authentication daemon
20 This package contains the authentication daemon for the Courier applications.
21
22Package: courier-authlib-dev
23Architecture: any
940be80e 24Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
426e7833 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
940be80e 32Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
426e7833 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
940be80e 41Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
426e7833 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
940be80e 49Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
426e7833 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
940be80e 58Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
426e7833 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
940be80e 64Depends: ${misc:Depends}, ${shlibs:Depends}, courier-authlib (>= ${RELUP})
426e7833 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.