Debian fixes
[freeradius.git] / debian / control
1 Source: freeradius
2 Build-Depends: debhelper (>= 9),
3  quilt,
4  dpkg-dev (>= 1.13.19),
5  autotools-dev,
6  libpam0g-dev,
7  libmysqlclient-dev,
8  libsqlite3-dev,
9  libgdbm-dev,
10  libldap2-dev,
11  libsasl2-dev,
12  libiodbc2-dev,
13  libkrb5-dev,
14  libperl-dev,
15  libpcap-dev,
16  python-dev,
17  libreadline-dev,
18  libpq-dev,
19  libssl-dev,
20  libtalloc-dev,
21  libyubikey-dev
22 Section: net
23 Priority: optional
24 Maintainer: Josip Rodin <joy-packages@debian.org>
25 Uploaders: Stephen Gran <sgran@debian.org>, Mark Hymers <mhy@debian.org>
26 Standards-Version: 3.8.3
27 Homepage: http://www.freeradius.org/
28
29 Package: freeradius
30 Architecture: any
31 Depends: lsb-base (>= 3.1-23.2), ${shlibs:Depends}, freeradius-common, libfreeradius3 (= ${binary:Version}), ssl-cert, adduser
32 Provides: radius-server
33 Recommends: freeradius-utils
34 Suggests: freeradius-ldap, freeradius-postgresql, freeradius-mysql, freeradius-krb5
35 Description: a high-performance and highly configurable RADIUS server
36  FreeRADIUS is a high-performance RADIUS server with support for:
37   - Many vendor-specific attributes.
38   - Proxying and replicating requests by any criteria.
39   - Authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM.
40   - Multiple DEFAULT configurations.
41   - Regexp matching in string attributes.
42  and lots more.
43
44 Package: freeradius-common
45 Depends: adduser
46 Architecture: all
47 Conflicts: radiusd-livingston, xtradius, yardradius
48 Replaces: freeradius (<< 2.0)
49 Description: FreeRADIUS common files
50  This package contains common files used by several of the other packages from
51  the FreeRADIUS project.
52
53 Package: freeradius-utils
54 Architecture: any
55 Replaces: freeradius (<< 2.0)
56 Conflicts: radiusd-livingston, yardradius
57 Depends: ${shlibs:Depends}, freeradius-common, libfreeradius3 (= ${binary:Version})
58 Recommends: libdbi-perl
59 Description: FreeRADIUS client utilities
60  This package contains various client programs and utilities from
61  the FreeRADIUS Server project, including:
62   - radclient
63   - radeapclient
64   - radlast
65   - radsniff
66   - radsqlrelay
67   - radtest
68   - radwho
69   - radzap
70   - rlm_ippool_tool
71   - smbencrypt
72
73 Package: libfreeradius3
74 Architecture: any
75 Depends: ${shlibs:Depends}
76 Description: FreeRADIUS shared library
77  The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by
78  the FreeRADIUS server and some of the utilities.
79
80 Package: libfreeradius-dev
81 Architecture: any
82 Section: libdevel
83 Depends: ${shlibs:Depends}, libfreeradius3 (= ${binary:Version})
84 Description: FreeRADIUS shared library development files
85  The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by
86  the FreeRADIUS server and some of the utilities.
87  .
88  This package contains the development headers and static library version.
89
90 Package: freeradius-krb5
91 Architecture: any
92 Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}
93 Description: kerberos module for FreeRADIUS server
94  The FreeRADIUS server can use Kerberos to authenticate users, and this module
95  is necessary for that.
96
97 Package: freeradius-ldap
98 Architecture: any
99 Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}
100 Description: LDAP module for FreeRADIUS server
101  The FreeRADIUS server can use LDAP to authenticate users, and this module
102  is necessary for that.
103
104 Package: freeradius-postgresql
105 Architecture: any
106 Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}
107 Description: PostgreSQL module for FreeRADIUS server
108  The FreeRADIUS server can use PostgreSQL to authenticate users and do
109  accounting, and this module is necessary for that.
110
111 Package: freeradius-mysql
112 Architecture: any
113 Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}
114 Description: MySQL module for FreeRADIUS server
115  The FreeRADIUS server can use MySQL to authenticate users and do accounting,
116  and this module is necessary for that.
117
118 Package: freeradius-iodbc
119 Architecture: any
120 Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}
121 Description: iODBC module for FreeRADIUS server
122  The FreeRADIUS server can use iODBC to access databases to authenticate users
123  and do accounting, and this module is necessary for that.
124
125 Package: freeradius-dbg
126 Architecture: any
127 Section: debug
128 Priority: extra
129 Depends: freeradius (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
130 Description: debug symbols for the FreeRADIUS packages
131  FreeRADIUS is a modular, high performance and feature-rich RADIUS server.
132  This package contains the detached debugging symbols for the Debian FreeRADIUS
133  packages.