Use the expected date format.
[freeradius.git] / debian / control
index ff5904d..9e60a30 100644 (file)
@@ -1,17 +1,18 @@
 Source: freeradius
-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
+Build-Depends: debhelper (>= 4.2.32), dpatch (>= 2), autotools-dev, libtool (>= 1.5), libltdl3-dev, libpam0g-dev, libmysqlclient15-dev | libmysqlclient14-dev | libmysqlclient-dev, libgdbm-dev, libldap2-dev, libsasl2-dev, libiodbc2-dev, libkrb5-dev, libperl-dev, snmp, libsnmp9-dev | libsnmp5-dev | libsnmp4.2-dev, libpq-dev | postgresql-dev, libssl-dev
 Section: net
 Priority: optional
-Maintainer: Chad Miller <cmiller@debian.org>
-Standards-Version: 3.5.7
+Maintainer: Paul Hampson <Paul.Hampson@anu.edu.au>
+Standards-Version: 3.6.2.0
 
 Package: freeradius
 Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: logrotate
+Depends: adduser, ${shlibs:Depends}
 Provides: radius-server
 Suggests: freeradius-ldap, freeradius-postgresql, freeradius-mysql, freeradius-krb5
-Description: A high-performance and highly configurable RADIUS server
+Conflicts: radiusd-freeradius, radiusd-freeradius-krb5, radiusd-freeradius-ldap, radiusd-freeradius-postgresql, radiusd-freeradius-mysql
+Replaces: radiusd-freeradius
+Description: a high-performance and highly configurable RADIUS server
  A high-performance RADIUS server derived from Cistron's server, and
  generally similar to Livingston's 2.0 server, with support for...
   - many vendor-specific attributes
@@ -23,28 +24,52 @@ Description: A high-performance and highly configurable RADIUS server
 
 Package: freeradius-krb5
 Architecture: any
-Depends: freeradius, ${shlibs:Depends}
-Description: Kerberos module for FreeRADIUS server.
+Conflicts: radiusd-freeradius-krb5
+Replaces: radiusd-freeradius-krb5
+Depends: freeradius (= ${Source-Version}), ${shlibs:Depends}
+Description: kerberos module for FreeRADIUS server
  The FreeRADIUS server can use Kerberos to authenticate users, and this module
  is necessary for that.
 
 Package: freeradius-ldap
 Architecture: any
-Depends: freeradius, ${shlibs:Depends}
-Description: LDAP module for FreeRADIUS server.
+Conflicts: radiusd-freeradius-ldap
+Replaces: radiusd-freeradius-ldap
+Depends: freeradius (= ${Source-Version}), ${shlibs:Depends}
+Description: LDAP module for FreeRADIUS server
  The FreeRADIUS server can use LDAP to authenticate users, and this module
  is necessary for that.
 
 Package: freeradius-postgresql
 Architecture: any
-Depends: freeradius, ${shlibs:Depends}
-Description: PostgreSQL module for FreeRADIUS server.
+Conflicts: radiusd-freeradius-postgresql
+Replaces: radiusd-freeradius-postgresql
+Depends: freeradius (= ${Source-Version}), ${shlibs:Depends}
+Description: PostgreSQL module for FreeRADIUS server
  The FreeRADIUS server can use PostgreSQL to authenticate users and do
  accounting, and this module is necessary for that.
 
 Package: freeradius-mysql
 Architecture: any
-Depends: freeradius, ${shlibs:Depends}
-Description: MySQL module for FreeRADIUS server.
+Conflicts: radiusd-freeradius-mysql
+Replaces: radiusd-freeradius-mysql
+Depends: freeradius (= ${Source-Version}), ${shlibs:Depends}
+Description: MySQL module for FreeRADIUS server
  The FreeRADIUS server can use MySQL to authenticate users and do accounting,
  and this module is necessary for that.
+
+Package: freeradius-iodbc
+Architecture: any
+Depends: freeradius (= ${Source-Version}), ${shlibs:Depends}
+Description: iODBC module for FreeRADIUS server
+ The FreeRADIUS server can use iODBC to access databases to authenticate users
+ and do accounting, and this module is necessary for that.
+
+Package: freeradius-dialupadmin
+Architecture: all
+Depends: php4 | php4-cgi
+Recommends: ${perl:Depends}
+Suggests: apache2-mpm-prefork | httpd, php4-mysql | php4-pgsql, libdate-manip-perl
+Description: set of PHP scripts for administering a FreeRADIUS server
+ These scripts provide a web-based interface for administering a FreeRADIUS
+ server which stores authentication information in either SQL or LDAP.