.debs: citserver depends on patch now.
[citadel.git] / citadel / debian / control
1 Source: citadel
2 Section: mail
3 Priority: extra
4 Maintainer: Wilfried Goesgens <w.goesgens@outgesourced.org>
5 Build-Depends: debhelper (>= 4), po-debconf, bison, autotools-dev,
6  libdb-dev, libical-dev (>=0.43), libldap2-dev, gettext, locales,
7  libpam0g-dev, libsieve2-dev, libssl-dev, libexpat1-dev, libcitadel-dev (>= 7.42),
8  libcurl4-openssl-dev | libcurl3-openssl-dev, zlib1g-dev, libev-dev (>= 4.0), libc-ares-dev (>= 1.7.2)
9 Standards-Version: 3.8.0
10
11 Package: citadel-server
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common, openssl, locales, patch
14 Recommends: db4.4-util | db4.3-util, shared-mime-info
15 Suggests: postfix | exim4 | citadel-mta | mail-transport-agent, localepurge
16 Conflicts: pop3-server, imap-server
17 Provides: pop3-server, imap-server
18 Description: complete and feature-rich groupware server
19  Citadel is a complete and feature-rich open source groupware platform.
20   * Email, calendaring/scheduling, address books
21   * Bulletin boards, mailing list server, instant messaging
22   * Multiple domain support
23   * An intuitive, attractive AJAX-style web interface
24  .
25  The Citadel system is extremely versatile. It provides numerous front ends to
26  present to users, such as a text-based interface, an AJAX-style web interface,
27  and many popular PIM clients using SMTP/POP/IMAP. All of these can be used
28  simultaneously.
29  .
30  It's also extremely scalable. Not only can a well-equipped Citadel server
31  support a large number of concurrent users, but you can also build
32  a distributed network of Citadel nodes that share rooms and their content.
33
34 Package: citadel-suite
35 Architecture: all
36 Depends: citadel-common, citadel-server, citadel-mta, citadel-webcit, citadel-client, ${misc:Depends}
37 Description: complete and feature-rich groupware server; metapackage for full installation
38  Citadel is a complete and feature-rich open source groupware platform.
39   * Email, calendaring/scheduling, address books
40   * Bulletin boards, mailing list server, instant messaging
41   * Multiple domain support
42   * An intuitive, attractive AJAX-style web interface
43  .
44  The Citadel system is extremely versatile. It provides numerous front ends to
45  present to users, such as a text-based interface, an AJAX-style web interface,
46  and many popular PIM clients using SMTP/POP/IMAP. All of these can be used
47  simultaneously.
48  .
49  It's also extremely scalable. Not only can a well-equipped Citadel server
50  support a large number of concurrent users, but you can also build
51  a distributed network of Citadel nodes that share rooms and their content.
52
53 Package: citadel-common
54 Architecture: all
55 Depends: adduser, ${misc:Depends}
56 Description: complete and feature-rich groupware server
57  Citadel is a complete and feature-rich open source groupware platform.
58   * Email, calendaring/scheduling, address books
59   * Bulletin boards, mailing list server, instant messaging
60   * Multiple domain support
61   * An intuitive, attractive AJAX-style web interface
62  .
63  This package contains the common files.
64
65 Package: citadel-mta
66 Architecture: any
67 Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server, citadel-common
68 Conflicts: mail-transport-agent
69 Provides: mail-transport-agent
70 Replaces: mail-transport-agent
71 Description: complete and feature-rich groupware server (mail transport agent)
72  This package contains the mail transport agent component for Citadel,
73  a complete and feature-rich open source groupware platform.
74  .
75  See the 'citadel-server' package for more informations.
76
77 Package: citadel-client
78 Architecture: any
79 Recommends: shared-mime-info
80 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common
81 Description: complete and feature-rich groupware server (command line client)
82  This is package contains the command line client for Citadel, a complete and
83  feature-rich open source groupware platform.
84  .
85  See the 'citadel-server' package for more informations.
86
87 Package: citadel-doc
88 Section: doc
89 Architecture: all
90 Depends: ${misc:Depends}
91 Description: complete and feature-rich groupware server (documentation)
92  This package contains documentation for Citadel, a complete and feature-rich
93  open source groupware platform.
94  .
95  See the 'citadel-server' package for more informations.
96
97 Package: citadel-dbg
98 Section: devel
99 Priority: extra
100 Architecture: any
101 Depends: ${misc:Depends},
102          citadel-server (= ${binary:Version}),
103          citadel-mta (= ${binary:Version}),
104          citadel-client (= ${binary:Version})
105 Description: complete and feature-rich groupware server - debugging symbols
106  Citadel is a complete and feature-rich open source groupware platform.
107   * Email, calendaring/scheduling, address books
108   * Bulletin boards, mailing list server, instant messaging
109   * Multiple domain support
110   * An intuitive, attractive AJAX-style web interface
111  .
112  This package provides the debugging symbols for the Citadel server.