File debian.control of Package roundcubemail (Revision 733f743f67d3323b360f4e2c1bdccdeb)

Currently displaying revision 733f743f67d3323b360f4e2c1bdccdeb , Show latest

66
 
1
Source: roundcubemail
2
Section: web
3
Priority: extra
4
Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
5
Uploaders: Paul Klos <kolab@klos2day.nl>
6
Build-Depends: composer, cssmin, node-uglify, debhelper (>= 8), node-less (>= 1.7.0), psa | bash
7
Homepage: http://www.roundcube.net/
8
Standards-Version: 3.9.3
9
Vcs-Git: git://git.kolabsys.com/git/apt/roundcubemail/
10
Vcs-Browser: http://git.kolabsys.com/apt/roundcubemail/
11
12
Package: roundcubemail
13
Architecture: all
14
Depends:    php-net-ldap3,
15
            roundcubemail-core,
16
            ${misc:Depends}
17
Replaces: roundcube, roundcube-core, roundcube-mysql, roundcube-pgsql, roundcube-plugins
18
Conflicts: roundcube, roundcube-core, roundcube-mysql, roundcube-pgsql, roundcube-plugins
19
Provides: roundcube, roundcube-core, roundcube-mysql, roundcube-pgsql, roundcube-plugins
20
Description: skinnable AJAX based webmail solution for IMAP servers
21
 RoundCube Webmail is a browser-based multilingual IMAP client with an
22
 application-like user interface. It provides full functionality
23
 expected from an e-mail client, including MIME support, address book,
24
 folder manipulation and message filters.
25
 .
26
 The user interface is fully skinnable using XHTML and CSS 2.
27
28
Package: roundcubemail-core
29
Architecture: all
30
Depends:    apache2 | httpd,
31
            libmagic1,
32
            php-auth-sasl,
33
            php-mail-mime (>= 1.8.0),
34
            php-mdb2 (>= 2.5.0),
35
            php-net-smtp,
36
            php-net-socket,
37
            php-net-sieve,
38
            php-sabre-vobject-3 (>= 3.4.5),
39
            php | php5,
40
            php-cli | php5-cli,
41
            php-gd | php5-gd,
42
            php-intl | php5-intl,
43
            php-ldap | php5-ldap,
44
            php-pspell | php5-pspell,
45
            roundcubemail-plugin-acl,
46
            roundcubemail-plugin-archive,
47
            roundcubemail-plugin-filesystem-attachments,
48
            roundcubemail-plugin-jqueryui,
49
            roundcubemail-plugin-newmail-notifier,
50
            roundcubemail-plugin-password,
51
            roundcubemail-plugin-redundant-attachments,
52
            roundcubemail-plugin-zipdownload,
53
            roundcubemail-plugin-managesieve,
54
            ucf,
55
            ${misc:Depends}
56
Description: Core framework package for Roundcube
57
 RoundCube Webmail is a browser-based multilingual IMAP client with an
58
 application-like user interface. It provides full functionality
59
 expected from an e-mail client, including MIME support, address book,
60
 folder manipulation and message filters.
61
 .
62
 The user interface is fully skinnable using XHTML and CSS 2.
63
 .
64
 This package provides the core code for roundcube. You should install
65
 it along with one of the roundcube database metapackages.
66