File: control

package info (click to toggle)
courier-authlib 0.58-4%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 16,212 kB
  • ctags: 1,896
  • sloc: ansic: 21,550; sh: 14,071; makefile: 866; perl: 842; cpp: 284
file content (69 lines) | stat: -rw-r--r-- 3,045 bytes parent folder | download | duplicates (2)
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
Source: courier-authlib
Section: mail
Priority: optional
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Standards-Version: 3.6.1.1
Build-Depends: libmysqlclient-dev | libmysqlclient15-dev, libpam0g-dev, libgdbm-dev | libgdbmg1-dev, debhelper (>= 4.1.16), libldap-dev, libsasl2-dev | libsasl-dev, libpq-dev | postgresql-dev, libtool, libltdl3-dev, procps

Package: courier-authlib
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: courier-base (<< 0.48), courier-authdaemon (<< 0.58), courier-authmysql, courier-authpostgresql
Description: Courier authentication library
 The Courier authentication library provides authentication services for
 other Courier applications.

Package: courier-authdaemon
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP}), lsb-base (>= 3.0-10)
Description: Courier authentication daemon
 This package contains the authentication daemon for the Courier applications.

Package: courier-authlib-dev
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Conflicts: courier-base (<< 0.48)
Description: Development libraries for the Courier authentication library
 This package contains the development libraries and files needed to compile
 Courier packages that use the Courier authentication library.

Package: courier-authlib-userdb
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Conflicts: courier-base (<< 0.48)
Description: userdb support for the Courier authentication library
 This package contains the userdb support for the Courier authentication
 library. Userdb is a simple way to manage virtual mail accounts using
 a GDBM-based database file.

Package: courier-authlib-mysql
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Conflicts: courier-authmysql
Replaces: courier-authmysql
Description: MySQL support for the Courier authentication library
 This package contains the MySQL support for the Courier authentication library.

Package: courier-authlib-postgresql
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Conflicts: courier-authpostgresql
Replaces: courier-authpostgresql
Description: PostgreSQL support for the Courier authentication library
 This package contains the PostgreSQL support for the Courier authentication
 library.

Package: courier-authlib-ldap
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Description: LDAP support for the Courier authentication library
 This package contains the LDAP support for the Courier authentication library.

Package: courier-authlib-pipe
Architecture: any
Depends: ${shlibs:Depends}, courier-authlib (>= ${RELUP})
Description: External authentication support for the Courier authentication library
 This package contains external authentication support via pipes for the
 Courier authentication library. The authpipe module is a generic plugin
 that enables authentication requests to be serviced by an external
 program, then communicates through messages on stdin and stdout.