Source: ratbox-services
Section: net
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Arnaud Cornet <acornet@debian.org>
Uploaders: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Standards-Version: 3.8.4
Build-Depends: cdbs, debhelper (>= 7.0.0), libsqlite3-dev, bison, flex, libmysqlclient-dev, libpq-dev
Homepage: http://services.ircd-ratbox.org/

Package: ratbox-services-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: ratbox-services-sqlite
Description: IRC services for use with ircd-ratbox
 ratbox-services is a highly configurable IRC services program, with nearly all
 options being set in a config that can be rehashed rather than set at compile
 time.
 .
 This package contains files common to all ratbox-services packages.

Package: ratbox-services-sqlite
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ratbox-services-common, sqlite3
Conflicts: ratbox-services
Provides: ratbox-services
Replaces: ratbox-services-pgsql, ratbox-services-mysql
Description: IRC services for use with ircd-ratbox with the sqlite backend
 ratbox-services is a highly configurable IRC services program, with nearly all
 options being set in a config that can be rehashed rather than set at compile
 time.
 .
 This package uses the SQLite database backend.

Package: ratbox-services-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ratbox-services-common
Conflicts: ratbox-services
Provides: ratbox-services
Replaces: ratbox-services-sqlite, ratbox-services-mysql
Description: IRC services for use with ircd-ratbox with the PostgreSQL backend
 ratbox-services is a highly configurable IRC services program, with nearly all
 options being set in a config that can be rehashed rather than set at compile
 time.
 .
 This package uses the PostgreSQL database backend.

Package: ratbox-services-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ratbox-services-common
Conflicts: ratbox-services
Provides: ratbox-services
Replaces: ratbox-services-pgsql, ratbox-services-sqlite
Description: IRC services for use with ircd-ratbox with the mysql backend
 ratbox-services is a highly configurable IRC services program, with nearly all
 options being set in a config that can be rehashed rather than set at compile
 time.
 .
 This package uses the MySQL database backend.

