Note changes for 2.1.4
[freeradius.git] / debian / control
1 Source: freeradius
2 Build-Depends: debhelper (>= 5), dpatch (>= 2), dpkg-dev (>= 1.13.19), autotools-dev, libtool (>= 1.5), libltdl3-dev, libpam0g-dev, libmysqlclient15-dev | libmysqlclient-dev, libgdbm-dev, libldap2-dev, libsasl2-dev, libiodbc2-dev, libkrb5-dev, libperl-dev, libpcap-dev, python-dev, snmp, libsnmp9-dev | libsnmp-dev, libpq-dev, libssl-dev
3 Section: net
4 Priority: optional
5 Maintainer: Nicolas Baradakis <nbk@sitadelle.com>
6 Standards-Version: 3.7.3.0
7
8 Package: freeradius
9 Architecture: any
10 Depends: lsb-base (>= 3.1-23.2), adduser, openssl, ${shlibs:Depends}
11 Provides: radius-server
12 Suggests: freeradius-ldap, freeradius-postgresql, freeradius-mysql, freeradius-krb5
13 Description: a high-performance and highly configurable RADIUS server
14  FreeRADIUS is the world's most popular RADIUS Server. It is fast, flexible,
15  configurable, and supports more authentication protocols than most commercial
16  servers. It includes support for SQL, LDAP, RADIUS Proxying, failover, load
17  balancing, and nearly 100 vendor dictionary files.
18  .
19  Web site: http://www.freeradius.org/
20
21 Package: freeradius-krb5
22 Architecture: any
23 Depends: freeradius (= ${source:Version}), ${shlibs:Depends}
24 Description: kerberos module for FreeRADIUS server
25  The FreeRADIUS server can use Kerberos to authenticate users, and this module
26  is necessary for that.
27
28 Package: freeradius-ldap
29 Architecture: any
30 Depends: freeradius (= ${source:Version}), ${shlibs:Depends}
31 Description: LDAP module for FreeRADIUS server
32  The FreeRADIUS server can use LDAP to authenticate users, and this module
33  is necessary for that.
34
35 Package: freeradius-postgresql
36 Architecture: any
37 Depends: freeradius (= ${source:Version}), ${shlibs:Depends}
38 Description: PostgreSQL module for FreeRADIUS server
39  The FreeRADIUS server can use PostgreSQL to authenticate users and do
40  accounting, and this module is necessary for that.
41
42 Package: freeradius-mysql
43 Architecture: any
44 Depends: freeradius (= ${source:Version}), ${shlibs:Depends}
45 Description: MySQL module for FreeRADIUS server
46  The FreeRADIUS server can use MySQL to authenticate users and do accounting,
47  and this module is necessary for that.
48
49 Package: freeradius-iodbc
50 Architecture: any
51 Depends: freeradius (= ${source:Version}), ${shlibs:Depends}
52 Description: iODBC module for FreeRADIUS server
53  The FreeRADIUS server can use iODBC to access databases to authenticate users
54  and do accounting, and this module is necessary for that.
55
56 Package: freeradius-dialupadmin
57 Architecture: all
58 Depends: php5 | php5-cgi
59 Recommends: ${perl:Depends}
60 Suggests: apache2-mpm-prefork | httpd, php5-mysql | php5-pgsql, libdate-manip-perl
61 Description: set of PHP scripts for administering a FreeRADIUS server
62  These scripts provide a web-based interface for administering a FreeRADIUS
63  server which stores authentication information in either SQL or LDAP.
64
65 Package: freeradius-dbg
66 Architecture: any
67 Priority: extra
68 Depends: ${shlibs:Depends}, ${misc:Depends}
69 Description: debug symbols for the FreeRADIUS packages
70  FreeRADIUS is a modular, high performance and feature-rich RADIUS server.
71  This package contains the detached debugging symbols for the Debian FreeRADIUS
72  packages.