Kolab/kolab

Changeset

10:d433bed4cc05
2014-03-02 Paul Boddie raw files shortlog changelog graph Introduced kolab-cyrus and kolab-dovecot metapackages in order to offer alternative IMAP solutions. paul-kolab-minimal
debian/control (file)
     1.1 --- a/debian/control	Mon Feb 24 23:57:15 2014 +0100
     1.2 +++ b/debian/control	Sun Mar 02 21:01:35 2014 +0100
     1.3 @@ -54,8 +54,7 @@
     1.4  
     1.5  Package: kolab-imap
     1.6  Architecture: all
     1.7 -Pre-Depends:cyrus-imapd (>= 2.4) | imap-server,
     1.8 -            kolab-saslauthd
     1.9 +Pre-Depends:kolab-cyrus | kolab-dovecot | imap-server
    1.10  Depends:    kolab-conf,
    1.11              ${misc:Depends},
    1.12              ${ucs:Depends}
    1.13 @@ -63,6 +62,26 @@
    1.14   This is a metapackage for the IMAP server dependencies of
    1.15   Kolab Groupware
    1.16  
    1.17 +Package: kolab-cyrus
    1.18 +Architecture: all
    1.19 +Depends:    cyrus-imapd (>= 2.4),
    1.20 +            kolab-saslauthd,
    1.21 +            ${misc:Depends},
    1.22 +            ${ucs:Depends}
    1.23 +Description: Cyrus IMAP server with LDAP capabilities for Kolab
    1.24 + This is a metapackage for the Cyrus IMAP server dependencies
    1.25 + of Kolab Groupware
    1.26 +
    1.27 +Package: kolab-dovecot
    1.28 +Architecture: all
    1.29 +Depends:    dovecot-imapd,
    1.30 +            dovecot-ldap,
    1.31 +            ${misc:Depends},
    1.32 +            ${ucs:Depends}
    1.33 +Description: Dovecot IMAP server with LDAP capabilities for Kolab
    1.34 + This is a metapackage for the Dovecot IMAP server dependencies
    1.35 + of Kolab Groupware
    1.36 +
    1.37  Package: kolab-ldap
    1.38  Architecture: all
    1.39  Pre-Depends:${ucs:Pre-Depends}