File: control

package info (click to toggle)
ejabberd 16.09-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,748 kB
  • ctags: 14,976
  • sloc: erlang: 99,181; sh: 1,743; sql: 1,189; xml: 385; perl: 377; makefile: 287; python: 33
file content (82 lines) | stat: -rw-r--r-- 3,110 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: ejabberd
Section: net
Priority: optional
Maintainer: Ejabberd Packaging Team <ejabberd@deb.at>
Uploaders: Konstantin Khomoutov <flatworm@users.sourceforge.net>, Philipp Huebner <debalance@debian.org>, Rhonda D'Vine <rhonda@debian.org>
Build-Depends: debhelper (>= 9), dh-apparmor, dh-systemd (>= 1.5), libsqlite3-dev, po-debconf, rebar (>= 2.6.0),
 		erlang-asn1,
 		erlang-base,
 		erlang-crypto,
 		erlang-dev (>= 1:17),
 		erlang-eunit,
 		erlang-inets,
 		erlang-lager         (>= 3.2.1),
 		erlang-mnesia,
 		erlang-p1-cache-tab  (>= 1.0.4),
 		erlang-p1-iconv      (>= 1.0.2),
 		erlang-p1-mysql      (>= 1.0.1),
 		erlang-p1-oauth2     (>= 0.6.1),
 		erlang-p1-pam        (>= 1.0.0),
 		erlang-p1-pgsql      (>= 1.1.0),
 		erlang-p1-sip        (>= 1.0.8),
 		erlang-p1-sqlite3    (>= 1.1.5~dfsg0),
 		erlang-p1-stringprep (>= 1.0.6),
 		erlang-p1-stun       (>= 1.0.7),
 		erlang-p1-tls        (>= 1.0.7),
 		erlang-p1-utils      (>= 1.0.5),
 		erlang-p1-xml        (>= 1.1.15),
 		erlang-p1-yaml       (>= 1.0.6),
 		erlang-p1-zlib       (>= 1.0.1),
 		erlang-parsetools,
 		erlang-redis-client  (>= 1.0.8),
 		erlang-ssl,
 		erlang-xmerl
Standards-Version: 3.9.8
Homepage: https://www.ejabberd.im
Vcs-Git: git://git.deb.at/pkg/ejabberd.git
Vcs-Browser: http://git.deb.at/w/pkg/ejabberd.git

Package: ejabberd
Architecture: any
Depends: adduser, openssl, ucf, ${misc:Depends}, ${shlibs:Depends},  lsb-base (>= 3.0-6),
 		erlang-base (>= 1:17) | ${erlang-abi:Depends}, ${erlang:Depends},
 		erlang-jiffy,
 		erlang-lager         (>= 3.2.1),
 		erlang-p1-cache-tab  (>= 1.0.4),
 		erlang-p1-iconv      (>= 1.0.2),
 		erlang-p1-stringprep (>= 1.0.6),
 		erlang-p1-tls        (>= 1.0.7),
 		erlang-p1-utils      (>= 1.0.5),
 		erlang-p1-xml        (>= 1.1.15),
 		erlang-p1-yaml       (>= 1.0.6),
 		erlang-p1-zlib       (>= 1.0.1),
 		erlang-xmerl
Suggests: apparmor, apparmor-utils, libunix-syslog-perl, imagemagick, yamllint,
 		ejabberd-contrib     (>> 0.2015.08),
 		erlang-luerl,
 		erlang-p1-oauth2     (>= 0.6.1),
 		erlang-p1-mysql      (>= 1.0.1),
 		erlang-p1-pam        (>= 1.0.0),
 		erlang-p1-pgsql      (>= 1.1.0),
 		erlang-p1-sip        (>= 1.0.8),
 		erlang-p1-stun       (>= 1.0.7),
 		erlang-p1-sqlite3    (>= 1.1.5~dfsg0),
 		erlang-redis-client  (>= 1.0.8)
Breaks: ejabberd-contrib (<= 0.2015.08), ejabberd-mod-http-upload
Replaces: ejabberd-contrib (<= 0.2015.08), ejabberd-mod-http-upload
Provides: xmpp-server, stun-server, turn-server
Description: distributed, fault-tolerant Jabber/XMPP server
 ejabberd is a Jabber/XMPP server written in Erlang, featuring:
  * distributed operation with load-balancing across a cluster;
  * fault-tolerant database replication and storage on multiple nodes,
    allowing nodes to be added or replaced "on the fly";
  * virtual hosting (several virtual domains can be served using a single
    ejabberd instance);
  * XMPP compliance;
  * web-based administration;
  * SSL/TLS support;
  * conferencing via Multi-User Chat;
  * IRC transport;
  * Jabber Users Directory, based on users' vCards;
  * service discovery;
  * shared roster.