Source: cyrus-imapd-2.4
Section: mail
Priority: extra
Maintainer: Debian Cyrus Team <pkg-cyrus-imapd-debian-devel@lists.alioth.debian.org>
Uploaders: Henrique de Moraes Holschuh <hmh@debian.org>,
	   Ondřej Surý <ondrej@debian.org>,
	   Anthony Prades <toony.debian@chezouam.net>
Standards-Version: 3.9.5
Build-Depends: dh-autoreconf,
	       bison,
	       comerr-dev,
	       debhelper (>= 9.20141221~),
	       dh-systemd,
	       flex,
	       ghostscript,
	       groff,
	       libdb-dev,
	       libical-dev,
	       libkvm-dev [kfreebsd-any],
	       libopendkim-dev,
	       libpam0g-dev,
	       libsasl2-dev (>= 2.1.9),
	       libsnmp-dev,
	       libsqlite3-dev,
	       libssl-dev,
	       libtool (>= 2.2~),
	       libxml2-dev,
	       libwrap0-dev,
	       libzephyr-dev,
	       perl,
	       pkg-config,
	       po-debconf,
	       transfig,
	       unicode-data,
	       xutils-dev,
	       libldap2-dev,
	       libkrb5-dev
Vcs-Git: git://anonscm.debian.org/pkg-cyrus-imapd/cyrus-imapd-2.4.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.4.git
Homepage: http://www.cyrusimap.org/

Package: cyrus-common
Architecture: any
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser,
	 db-util,
	 db-upgrade-util,
	 default-mta | mail-transport-agent,
	 netbase (>= 4.07),
	 gawk,
	 libsasl2-modules,
	 ${shlibs:Depends},
	 ${perl:Depends},
	 ${misc:Depends}
Recommends: cyrus-imapd | cyrus-pop3d | cyrus-murder | cyrus-nntpd | cyrus-admin | cyrus-caldav
Suggests: cyrus-clients,
	  cyrus-admin,
	  cyrus-imapd,
	  cyrus-pop3d,
	  cyrus-murder,
	  cyrus-replication,
	  cyrus-nntpd,
	  cyrus-caldav,
	  cyrus-doc,
	  sasl2-bin,
	  apt-listchanges (>= 2.35)
Replaces: cyrus-common-2.2,
	  cyrus-common-2.4 (<< 2.4.17+caldav~beta10-2~)
Breaks: cyrus-common-2.2,
	cyrus-common-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - common files
 Cyrus is an IMAP server designed to handle massive quantities of mail,
 with a number of features not found in other IMAP implementations,
 including support for:
  - running the daemon without root privileges;
  - POP3 and NNTP in addition to plain IMAP;
  - CalDAV and CardDAV;
  - secure IMAP using SSL;
  - server-side filtering with Sieve;
  - mail users without login accounts;
  - simple mail quotas;
  - virtual domains;
  - IPv6.
 .
 Cyrus doesn't support reading from and storing mail in the
 standard mail spool. It stores mail in a separate directory in its
 own MH-like format.
 .
 This package contains the common files needed by the other Cyrus
 components. The cyrus-imapd and/or cyrus-pop3d packages are needed
 to enable IMAP and POP3 support respectively. cyrus-murder can be
 used to enable IMAP, POP3 and LMTP proxying. cyrus-replication
 can be used to provide server replication between two imap servers.

Package: cyrus-doc
Architecture: all
Section: doc
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Breaks: cyrus-doc-2.2,
	cyrus-doc-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-doc-2.2,
	  cyrus-doc-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - documentation files
 Cyrus is an IMAP server designed to handle massive quantities of mail,
 with a number of features not found in other IMAP implementations,
 including support for:
  - running the daemon without root privileges;
  - POP3 and NNTP in addition to plain IMAP;
  - CalDAV and CardDAV;
  - secure IMAP using SSL;
  - server-side filtering with Sieve;
  - mail users without login accounts;
  - simple mail quotas;
  - virtual domains;
  - IPv6.
 .
 This package contains the documentation for the Cyrus IMAPd suite.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-imapd
Architecture: any
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-common (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Provides: imap-server
Conflicts: imap-server
Breaks: cyrus-imapd-2.2,
	cyrus-imapd-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-imapd-2.2,
	  cyrus-imapd-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - IMAP support
 Cyrus is an IMAP server designed to handle massive quantities of mail,
 with a number of features not found in other IMAP implementations,
 including support for:
  - running the daemon without root privileges;
  - POP3 and NNTP in addition to plain IMAP;
  - CalDAV and CardDAV;
  - secure IMAP using SSL;
  - server-side filtering with Sieve;
  - mail users without login accounts;
  - simple mail quotas;
  - virtual domains;
  - IPv6.
 .
 This package contains the IMAP (Internet Mail Access Protocol) portion
 of the Cyrus IMAPd suite.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-pop3d
Architecture: any
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-common (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Provides: pop3-server
Conflicts: pop3-server
Breaks: cyrus-pop3d-2.2,
	cyrus-pop3d-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-pop3d-2.2,
	  cyrus-pop3d-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - POP3 support
 Cyrus is an IMAP server designed to handle massive quantities of mail,
 with a number of features not found in other IMAP implementations,
 including support for:
  - running the daemon without root privileges;
  - POP3 and NNTP in addition to plain IMAP;
  - CalDAV and CardDAV;
  - secure IMAP using SSL;
  - server-side filtering with Sieve;
  - mail users without login accounts;
  - simple mail quotas;
  - virtual domains;
  - IPv6.
 .
 This package contains the POP3 (Post Office Protocol) portion of the Cyrus
 IMAPd suite.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-admin
Architecture: all
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: libcyrus-imap-perl (>= ${binary:Version}),
	 ${misc:Depends},
	 ${perl:Depends}
Suggests: sasl2-bin
Breaks: cyrus-admin-2.2,
	cyrus-admin-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-admin-2.2,
	  cyrus-admin-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - administration tools
 This package provides the administrative tools for the Cyrus IMAPd suite.
 It contains the cyradm tool which can be used to administer
 both local and remote Cyrus mail systems.  It also contains sieveshell
 and its deprecated cousin installsieve, which can be used to manage
 sieve scripts.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-murder
Section: mail
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-common (= ${binary:Version}),
	 cyrus-imapd (= ${binary:Version}),
	 cyrus-pop3d (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Breaks: cyrus-murder-2.2,
	cyrus-murder-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-murder-2.2,
	  cyrus-murder-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - proxies and aggregator
 This package contains the Cyrus IMAPd suite murder aggregator system,
 i.e. IMAP, POP3  and LMTP proxies, and the mupdate mailbox master daemon.
 It allows for cluster setups where there are many backend Cyrus spools and
 frontend proxy servers.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-replication
Section: mail
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-common (= ${binary:Version}),
	 cyrus-imapd (= ${binary:Version}) | cyrus-pop3d (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Breaks: cyrus-replication-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-replication-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - replication
 This package contains the Cyrus IMAPd suite replication system.
 It allows the replication of the mail spool between two imap or pop servers.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-nntpd
Architecture: any
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-common (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Provides: news-transport-system
Conflicts: news-transport-system
Breaks: cyrus-nntpd-2.2,
	cyrus-nntpd-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-nntpd-2.2,
	  cyrus-nntpd-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - NNTP support
 This package contains the NNTP (Network News Transfer Protocol) portion of
 the Cyrus IMAPd suite.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-caldav
Architecture: any
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-common (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Conflicts: cyrus-caldav-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-caldav-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - CalDAV and CardDAV support
 This package contains the CalDAV and CardDAV portion of the Cyrus
 IMAPd suite.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-clients
Architecture: any
Section: mail
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Breaks: cyrus-clients-2.2,
	cyrus-clients-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-clients-2.2,
	  cyrus-clients-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - test clients
 This package contains client tools to test the Cyrus IMAPd suite.
 It contains the mupdatetest, sivtest, smtptest, lmtptest,
 imtest and pop3test tools which can be used to interactively talk to
 a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server.
 The clients are fully SASL-enabled for authentication.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-dev
Architecture: any
Section: devel
Pre-Depends: ${misc:Pre-Depends}
Depends: libcyrus-imap-perl (>= ${binary:Version}),
	 cyrus-common (= ${binary:Version}),
	 libsasl2-dev (>= 2.1.9),
	 ${misc:Depends}
Breaks: cyrus-dev-2.2,
	cyrus-dev-2.4 (<< 2.4.17+caldav~beta10-2~)
Replaces: cyrus-dev-2.2,
	  cyrus-dev-2.4 (<< 2.4.17+caldav~beta10-2~)
Description: Cyrus mail system - developer files
 This package contains header files and the static library needed
 to develop IMAP applications that interface with the Cyrus IMAPd suite.
 .
 For more information, please see the cyrus-common package.

Package: libcyrus-imap-perl
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${perl:Depends},
	 ${shlibs:Depends},
	 ${misc:Depends}
Breaks: libcyrus-imap-perl22,
	libcyrus-imap-perl24 (<< 2.4.17+caldav~beta10-2~)
Replaces: libcyrus-imap-perl22,
	  libcyrus-imap-perl24 (<< 2.4.17+caldav~beta10-2~)
Section: perl
Description: Interface to Cyrus imap client imclient library
 The Cyrus::IMAP module provides an interface to the Cyrus imclient
 library.  These are primarily useful for implementing cyradm operations
 within a Perl script; there are easier ways to implement general client
 operations, although they may be more limited in terms of authentication
 options when talking to a Cyrus imapd.
 .
 The modules that compose Cyrus::SIEVE are also included, but they are
 undocumented upstream.
 .
 For more information, please see the cyrus-common package.

Package: cyrus-common-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Description: Cyrus mail system - common files [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-doc-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-doc (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - documentation files [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-imapd-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-imapd (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - IMAP support [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-pop3d-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-pop3d (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - POP3 support [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-admin-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-admin (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - administration tools [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-murder-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-murder (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - proxies and aggregator [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-replication-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-replication (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - replication [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-nntpd-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-nntpd (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - NNTP support [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-caldav-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-caldav (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - CalDAV and CardDAV support [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-clients-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-clients (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - test clients [dummy package]
 This package is empty transitional package and can be safely removed.

Package: cyrus-dev-2.4
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: cyrus-dev (>= ${source:Version}~),
	 ${misc:Depends}
Description: Cyrus mail system - developer files [dummy package]
 This package is empty transitional package and can be safely removed.

Package: libcyrus-imap-perl24
Architecture: all
Section: oldlibs
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: libcyrus-imap-perl (>= ${source:Version}~),
	 ${misc:Depends}
Description: Interface to Cyrus imap client imclient library [dummy package]
 This package is empty transitional package and can be safely removed.
