File debian.control of Package roundcubemail

Source: roundcubemail
Section: web
Priority: extra
Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
Uploaders: Paul Klos <kolab@klos2day.nl>
Build-Depends: composer, cssmin, node-uglify, debhelper (>= 8), node-less (>= 1.7.0), psa | bash
Homepage: http://www.roundcube.net/
Standards-Version: 3.9.3
Vcs-Git: git://git.kolabsys.com/git/apt/roundcubemail/
Vcs-Browser: http://git.kolabsys.com/apt/roundcubemail/

Package: roundcubemail
Architecture: all
Depends:    php-net-ldap3,
            roundcubemail-core,
            ${misc:Depends}
Replaces: roundcube, roundcube-core, roundcube-mysql, roundcube-pgsql, roundcube-plugins
Conflicts: roundcube, roundcube-core, roundcube-mysql, roundcube-pgsql, roundcube-plugins
Provides: roundcube, roundcube-core, roundcube-mysql, roundcube-pgsql, roundcube-plugins
Description: skinnable AJAX based webmail solution for IMAP servers
 RoundCube Webmail is a browser-based multilingual IMAP client with an
 application-like user interface. It provides full functionality
 expected from an e-mail client, including MIME support, address book,
 folder manipulation and message filters.
 .
 The user interface is fully skinnable using XHTML and CSS 2.

Package: roundcubemail-core
Architecture: all
Depends:    apache2 | httpd,
            libmagic1,
            php-auth-sasl,
            php-mail-mime (>= 1.8.0),
            php-mdb2 (>= 2.5.0),
            php-net-smtp,
            php-net-socket,
            php-net-sieve,
            php-sabre-vobject-3 (>= 3.4.5),
            php | php5,
            php-cli | php5-cli,
            php-gd | php5-gd,
            php-intl | php5-intl,
            php-ldap | php5-ldap,
            php-pspell | php5-pspell,
            roundcubemail-plugin-acl,
            roundcubemail-plugin-archive,
            roundcubemail-plugin-filesystem-attachments,
            roundcubemail-plugin-jqueryui,
            roundcubemail-plugin-newmail-notifier,
            roundcubemail-plugin-password,
            roundcubemail-plugin-redundant-attachments,
            roundcubemail-plugin-zipdownload,
            roundcubemail-plugin-managesieve,
            ucf,
            ${misc:Depends}
Description: Core framework package for Roundcube
 RoundCube Webmail is a browser-based multilingual IMAP client with an
 application-like user interface. It provides full functionality
 expected from an e-mail client, including MIME support, address book,
 folder manipulation and message filters.
 .
 The user interface is fully skinnable using XHTML and CSS 2.
 .
 This package provides the core code for roundcube. You should install
 it along with one of the roundcube database metapackages.