'Network User' is now 'Normal User'
[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, libical2-dev, libldap2-dev, gettext, locales,
7  libpam0g-dev, libsieve2-dev, libssl-dev, libexpat1-dev, libcitadel-dev (> 8.13),
8  libcurl4-openssl-dev | libcurl3-openssl-dev, zlib1g-dev,
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: db5-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 dynamic 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, a dynamic 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 dynamic 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, a dynamic 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 dynamic 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-doc
78 Section: doc
79 Architecture: all
80 Depends: ${misc:Depends}
81 Description: complete and feature-rich groupware server (documentation)
82  This package contains documentation for Citadel, a complete and feature-rich
83  open source groupware platform.
84  .
85  See the 'citadel-server' package for more informations.
86
87 Package: citadel-dbg
88 Section: devel
89 Priority: extra
90 Architecture: any
91 Depends: ${misc:Depends},
92          citadel-server (= ${binary:Version}),
93          citadel-mta (= ${binary:Version}),
94 Description: complete and feature-rich groupware server - debugging symbols
95  Citadel is a complete and feature-rich open source groupware platform.
96   * Email, calendaring/scheduling, address books
97   * Bulletin boards, mailing list server, instant messaging
98   * Multiple domain support
99   * An intuitive, attractive dynamic web interface
100  .
101  This package provides the debugging symbols for the Citadel server.