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