Patch from Paul Hampson to clean up Debian packaging
[freeradius.git] / debian / control
1 Source: freeradius
2 Build-Depends: debhelper, libltdl3-dev | libltdl0-dev, libpam0g-dev, postgresql-dev, libmysqlclient10-dev, libgdbmg1-dev, libldap2-dev, libsasl-dev, libsnmp4.2-dev, libiodbc2-dev, libkrb5-dev, libssl-dev, libtool, snmp, autoconf
3 Section: net
4 Priority: optional
5 Maintainer: Chad Miller <cmiller@debian.org>
6 Standards-Version: 3.5.7
7
8 Package: freeradius
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Recommends: logrotate
12 Provides: radius-server
13 Suggests: freeradius-ldap, freeradius-postgresql, freeradius-mysql, freeradius-krb5
14 Description: A high-performance and highly configurable RADIUS server
15  A high-performance RADIUS server derived from Cistron's server, and
16  generally similar to Livingston's 2.0 server, with support for...
17   - many vendor-specific attributes
18   - proxying and replicating requests by any criteria
19   - authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM
20   - multiple DEFAULT configurations
21   - regexp matching in string attributes
22  and lots more.
23
24 Package: freeradius-krb5
25 Architecture: any
26 Depends: freeradius, ${shlibs:Depends}
27 Description: Kerberos module for FreeRADIUS server.
28  The FreeRADIUS server can use Kerberos to authenticate users, and this module
29  is necessary for that.
30
31 Package: freeradius-ldap
32 Architecture: any
33 Depends: freeradius, ${shlibs:Depends}
34 Description: LDAP module for FreeRADIUS server.
35  The FreeRADIUS server can use LDAP to authenticate users, and this module
36  is necessary for that.
37
38 Package: freeradius-postgresql
39 Architecture: any
40 Depends: freeradius, ${shlibs:Depends}
41 Description: PostgreSQL module for FreeRADIUS server.
42  The FreeRADIUS server can use PostgreSQL to authenticate users and do
43  accounting, and this module is necessary for that.
44
45 Package: freeradius-mysql
46 Architecture: any
47 Depends: freeradius, ${shlibs:Depends}
48 Description: MySQL module for FreeRADIUS server.
49  The FreeRADIUS server can use MySQL to authenticate users and do accounting,
50  and this module is necessary for that.