File: control

package info (click to toggle)
prosody 0.9.12-2%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,848 kB
  • sloc: ansic: 1,631; sh: 544; makefile: 160
file content (52 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (2)
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
Source: prosody
Section: net
Priority: extra
Maintainer: Matthew James Wild <mwild1@gmail.com>
Uploaders:
 Enrico Tassi <gareuselesinge@debian.org>,
 Sergei Golovan <sgolovan@debian.org>,
 Victor Seva <vseva@debian.org>,
Build-Depends:
 debhelper (>= 9~),
 dpkg-dev (>= 1.16.1.1),
 libidn11-dev,
 liblua5.1-dev,
 libssl-dev,
 lua5.1,
 txt2man,
Standards-Version: 3.9.8
Homepage: http://www.prosody.im/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/prosody.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/prosody.git/

Package: prosody
Architecture: any
Multi-Arch: foreign
Depends:
 adduser,
 lsb-base,
 lua-expat (>= 1.2.0),
 lua-filesystem (>= 1.4.2-3~),
 lua5.1,
 lua5.1-expat,
 lua5.1-filesystem,
 lua5.1-sec,
 lua5.1-socket,
 ssl-cert,
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 lua5.1-event,
Suggests:
 lua-dbi-mysql,
 lua-dbi-postgresql,
 lua-dbi-sqlite3,
 lua-zlib,
Provides:
 xmpp-server,
Description: Lightweight Jabber/XMPP server
 Prosody is a modern XMPP communication server. It aims to be
 easy to set up and configure, and efficient with system resources.
 Additionally, for developers it aims to be easy to extend and
 give a flexible system on which to rapidly develop added
 functionality, or prototype new protocols.