Source: ratbox-services
Section: net
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Standards-Version: 3.9.5
Build-Depends: dpkg-dev (>= 1.16.1.1), debhelper (>= 9), autotools-dev,
 libsqlite3-dev, bison, flex, libmysqlclient-dev, libpq-dev, libpcre3-dev
Vcs-Git: git://git.debian.org/collab-maint/ratbox-services.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/ratbox-services.git;a=summary
Homepage: http://services.ratbox.org/

Package: ratbox-services-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14)
Recommends: ratbox-services-sqlite
Replaces: ratbox-services-sqlite (<< 1.2.4+repack),
 ratbox-services-pgsql (<< 1.2.4+repack), ratbox-services-mysql (<< 1.2.4+repack)
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.

