File: control

package info (click to toggle)
citadel 902-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,904 kB
  • ctags: 4,359
  • sloc: ansic: 54,083; sh: 4,226; yacc: 651; makefile: 413; xml: 40
file content (61 lines) | stat: -rw-r--r-- 2,851 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: citadel
Section: mail
Priority: extra
Maintainer: Debian Citadel Team <pkg-citadel-devel@lists.alioth.debian.org>
Uploaders: Wilfried Goesgens <w.goesgens@outgesourced.org>, Michael Meskes <meskes@debian.org>, Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 9), po-debconf, quilt, bison, autotools-dev, 
 libdb-dev, libexpat1-dev, libical-dev (>= 2.0.0), libldap2-dev, libncurses5-dev,
 libpam0g-dev, libsieve2-dev, libssl1.0-dev, libcitadel-dev (>= 902),
 libcurl4-openssl-dev (>> 7.25), zlib1g-dev, libev-dev (>= 4.0), libc-ares-dev (>= 1.7.2)
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-citadel/citadel.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-citadel/citadel.git
Homepage: http://www.citadel.org/

Package: citadel-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, openssl, patch, lsb-base (>= 3.0-6)
Recommends: db4.6-util, shared-mime-info
Replaces: citadel-mta, citadel-common, mail-transport-agent
Conflicts: pop3-server, imap-server, citadel-common, mail-transport-agent, citadel-mta
Provides: pop3-server, imap-server, mail-transport-agent, citadel-mta
Description: complete and feature-rich groupware server
 Citadel is a complete and feature-rich open source groupware platform.
  * Email, calendaring/scheduling, address books
  * Bulletin boards, mailing list server, instant messaging
  * Multiple domain support
  * An intuitive, attractive AJAX-style web interface
 .
 The Citadel system is extremely versatile. It provides numerous front ends to
 present to users, such as a text-based interface, an AJAX-style web interface,
 and many popular PIM clients using SMTP/POP/IMAP. All of these can be used
 simultaneously.
 .
 It's also extremely scalable. Not only can a well-equipped Citadel server
 support a large number of concurrent users, but you can also build
 a distributed network of Citadel nodes that share rooms and their content.

Package: citadel-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: complete and feature-rich groupware server (documentation)
 This package contains documentation for Citadel, a complete and feature-rich
 open source groupware platform.
 .
 See the 'citadel-server' package for more information.

Package: citadel-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends},
         citadel-server (= ${binary:Version})
Suggests: citadel-mta (= ${binary:Version})
Description: complete and feature-rich groupware server - debugging symbols
 Citadel is a complete and feature-rich open source groupware platform.
  * Email, calendaring/scheduling, address books
  * Bulletin boards, mailing list server, instant messaging
  * Multiple domain support
  * An intuitive, attractive AJAX-style web interface
 .
 This package provides the debugging symbols for the Citadel server.