Import Debian changes 0.69.0-2
[hcoop/debian/courier-authlib.git] / debian / control
CommitLineData
426e7833 1Source: courier-authlib
2Section: mail
3Priority: optional
463a5c94
MW
4Maintainer: Markus Wanner <markus@bluegap.ch>
5Standards-Version: 4.3.0
6Build-Depends: debhelper (>= 11),
1420868b 7 dh-autoreconf,
463a5c94
MW
8 pkg-kde-tools,
9 default-libmysqlclient-dev,
1420868b 10 expect,
463a5c94 11 libcourier-unicode-dev (>= 2.0),
1420868b
OS
12 libgdbm-dev | libgdbmg1-dev,
13 libidn11-dev,
14 libldap-dev,
15 libltdl3-dev,
16 libpam0g-dev,
17 libpq-dev,
18 libsasl2-dev | libsasl-dev,
19 libsqlite3-dev,
20 libtool,
21 pkg-config,
22 procps
463a5c94
MW
23Homepage: https://www.courier-mta.org/
24Vcs-Git: https://salsa.debian.org/debian/courier-authlib.git
25Vcs-Browser: https://salsa.debian.org/debian/courier-authlib
426e7833 26
27Package: courier-authlib
28Architecture: any
1420868b
OS
29Depends: adduser,
30 ${misc:Depends},
31 ${shlibs:Depends}
32Recommends: expect
33Breaks: courier-base (<< 0.75.0-15),
34 maildrop (<< 2.7.1-4)
426e7833 35Description: Courier authentication library
1420868b
OS
36 The Courier authentication library provides authentication services
37 for other Courier applications.
426e7833 38
39Package: courier-authdaemon
40Architecture: any
1420868b
OS
41Depends: courier-authlib (>= ${binary:Version}),
42 lsb-base (>= 3.0-10),
43 sysvinit-utils (>= 2.88dsf-50) | init-d-script,
44 ${misc:Depends},
45 ${shlibs:Depends}
426e7833 46Description: Courier authentication daemon
1420868b
OS
47 This package contains the authentication daemon for the Courier
48 applications.
426e7833 49
50Package: courier-authlib-dev
51Architecture: any
1420868b
OS
52Depends: courier-authlib (>= ${binary:Version}),
53 ${misc:Depends},
54 ${shlibs:Depends}
426e7833 55Description: Development libraries for the Courier authentication library
1420868b
OS
56 This package contains the development libraries and files needed to
57 compile Courier packages that use the Courier authentication library.
426e7833 58
59Package: courier-authlib-userdb
60Architecture: any
1420868b
OS
61Depends: courier-authlib (>= ${binary:Version}),
62 ${misc:Depends},
63 ${shlibs:Depends}
426e7833 64Description: userdb support for the Courier authentication library
1420868b
OS
65 This package contains the userdb support for the Courier
66 authentication library. Userdb is a simple way to manage virtual mail
67 accounts using a GDBM-based database file.
426e7833 68
69Package: courier-authlib-mysql
70Architecture: any
1420868b
OS
71Depends: courier-authlib (>= ${binary:Version}),
72 ${misc:Depends},
73 ${shlibs:Depends}
426e7833 74Description: MySQL support for the Courier authentication library
1420868b
OS
75 This package contains the MySQL support for the Courier
76 authentication library.
426e7833 77
78Package: courier-authlib-postgresql
79Architecture: any
1420868b
OS
80Depends: courier-authlib (>= ${binary:Version}),
81 ${misc:Depends},
82 ${shlibs:Depends}
426e7833 83Description: PostgreSQL support for the Courier authentication library
1420868b
OS
84 This package contains the PostgreSQL support for the Courier
85 authentication library.
426e7833 86
87Package: courier-authlib-ldap
88Architecture: any
1420868b
OS
89Depends: courier-authlib (>= ${binary:Version}),
90 ${misc:Depends},
91 ${shlibs:Depends}
426e7833 92Description: LDAP support for the Courier authentication library
1420868b
OS
93 This package contains the LDAP support for the Courier authentication
94 library.
95
96Package: courier-authlib-sqlite
97Architecture: any
98Depends: courier-authlib (>= ${binary:Version}),
99 ${misc:Depends},
100 ${shlibs:Depends}
101Description: SQLite 3 support for the Courier authentication library
102 This package contains the SQLite 3 support for the Courier
103 authentication library.
426e7833 104
105Package: courier-authlib-pipe
106Architecture: any
1420868b
OS
107Depends: courier-authlib (>= ${binary:Version}),
108 ${misc:Depends},
109 ${shlibs:Depends}
426e7833 110Description: External authentication support for the Courier authentication library
1420868b
OS
111 This package contains external authentication support via pipes for
112 the Courier authentication library. The authpipe module is a generic
113 plugin that enables authentication requests to be serviced by an
114 external program, then communicates through messages on stdin and
115 stdout.