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