Kolab/kolab

debian/control

14:d01d79b3732c
2014-03-07 Paul Boddie Added a kolab-extra metapackage for a suite that includes the XMPP server. paul-kolab-minimal
     1 Source: kolab     2 Section: mail     3 Priority: extra     4 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>     5 Uploaders: Paul Klos <kolab@klos2day.nl>     6 Build-Depends: debhelper (>= 8),     7     univention-config-dev | bash     8 Standards-Version: 3.9.3     9 Vcs-Browser: http://git.kolabsys.com/apt/kolab/    10 Vcs-Git: git://git.kolabsys.com/git/apt/kolab    11 Homepage: http://www.kolab.org/    12     13 Package: kolab-extra    14 Architecture: all    15 Depends:    kolab,    16             kolab-xmpp,    17             ${misc:Depends},    18             ${nonucs:Depends},    19             ${ucs:Depends}    20 Description: Metapackage for Kolab Groupware Server    21  Install a complete Kolab Groupware server using this metapackage.    22  The installation will include:    23   - command-line utilities,    24   - configuration management,    25   - an IMAP server,    26   - an LDAP server,    27   - an XMPP server,    28   - a mail transport agent,    29   - an authentication daemon,    30   - a Kolab Groupware synchronization server,    31   - a web admin interface, and    32   - a Kolab webmail client interface.    33     34 Package: kolab    35 Architecture: all    36 Depends:    kolab-minimal,    37             kolab-imap,    38             kolab-ldap,    39             kolab-mta,    40             kolab-saslauthd,    41             ${misc:Depends},    42             ${nonucs:Depends},    43             ${ucs:Depends}    44 Description: Metapackage for Kolab Groupware Server    45  Install a complete Kolab Groupware server using this metapackage.    46  The installation will include:    47   - command-line utilities,    48   - configuration management,    49   - an IMAP server,    50   - an LDAP server,    51   - a mail transport agent,    52   - an authentication daemon,    53   - a Kolab Groupware synchronization server,    54   - a web admin interface, and    55   - a Kolab webmail client interface.    56     57 Package: kolab-minimal    58 Architecture: all    59 Depends:    kolab-cli,    60             kolab-server,    61             kolab-webadmin,    62             kolab-webclient,    63             ${misc:Depends},    64             ${nonucs:Depends},    65             ${ucs:Depends}    66 Description: Minimal metapackage for Kolab Groupware Server    67  Install a minimal Kolab Groupware server using this metapackage,    68  omitting infrastructure components such as IMAP and LDAP servers.    69  The installation will include:    70   - command-line utilities,    71   - configuration management,    72   - a Kolab Groupware synchronization server,    73   - a web admin interface, and    74   - a Kolab webmail client interface.    75     76 Package: kolab-imap    77 Architecture: all    78 Pre-Depends:kolab-cyrus | kolab-dovecot | imap-server    79 Depends:    kolab-conf,    80             ${misc:Depends},    81             ${ucs:Depends}    82 Description: IMAP server for Kolab Groupware server    83  This is a metapackage for the IMAP server dependencies of    84  Kolab Groupware    85     86 Package: kolab-cyrus    87 Architecture: all    88 Depends:    cyrus-imapd (>= 2.4),    89             kolab-saslauthd,    90             ${misc:Depends},    91             ${ucs:Depends}    92 Description: Cyrus IMAP server with LDAP capabilities for Kolab    93  This is a metapackage for the Cyrus IMAP server dependencies    94  of Kolab Groupware    95     96 Package: kolab-dovecot    97 Architecture: all    98 Depends:    dovecot-imapd,    99             dovecot-ldap,   100             dovecot-metadata-plugin,   101             ${misc:Depends},   102             ${ucs:Depends}   103 Description: Dovecot IMAP server with added capabilities for Kolab   104  This is a metapackage for the Dovecot IMAP server dependencies   105  of Kolab Groupware, adding LDAP and metadata support to Dovecot.   106    107 Package: kolab-ldap   108 Architecture: all   109 Pre-Depends:${ucs:Pre-Depends}   110 Depends:    389-ds | ldap-server,   111             kolab-schema (>= 3.0),   112             ${misc:Depends},   113             ${ucs:Depends}   114 Description: LDAP server for Kolab Groupware server   115  This is a metapackage for the LDAP server dependencies of   116  Kolab Groupware   117    118 Package: kolab-mta   119 Architecture: all   120 Pre-Depends:kolab-saslauthd,   121             postfix   122 Depends:    amavisd-new,   123             clamav-daemon,   124             postfix-ldap,   125             spamassassin,   126             wallace,   127             kolab-conf,   128             ${misc:Depends},   129             ${ucs:Depends}   130 Provides:   ${ucs:Provides}   131 Conflicts:  ${ucs:Conflicts}   132 Replaces:   ${ucs:Replaces}   133 Description: MTA server for Kolab Groupware server   134  This is a metapackage for the MTA server dependencies of   135  Kolab Groupware   136    137 Package: kolab-webclient   138 Architecture: all   139 Depends:    chwala,   140             iRony,   141             kolab-conf,   142             kolab-freebusy,   143             kolab-syncroton,   144             mysql-client,   145             mysql-server,   146             php-mdb2-driver-mysql (>= 1.5.0b2),   147             roundcubemail (>= 0.9),   148             roundcubemail-plugin-contextmenu,   149             roundcubemail-plugin-converse,   150             roundcubemail-plugin-threadingasdefault,   151             roundcubemail-plugins-kolab (>= 3.0),   152             ${misc:Depends},   153             ${ucs:Depends}   154 Description: Webmail client for Kolab Groupware server   155  This is a metapackage for the Webmail client interface   156  dependencies of Kolab Groupware   157    158 Package: kolab-xmpp   159 Architecture: all   160 Depends:    ejabberd   161             ${misc:Depends},   162             ${ucs:Depends}   163 Description: XMPP server for Kolab Groupware server   164  This is a metapackage for the XMPP server dependencies of   165  Kolab Groupware   166    167 Package: kolab-ucs   168 Architecture: all   169 Pre-Depends: kolab-schema   170 Depends:    ${misc:Depends}   171 Description: Additional UCS routines for integration   172  This package installs the necessary scripts to integrate   173  Kolab Groupware in to Univention Corporate Server