summaryrefslogtreecommitdiff
path: root/packaging/debs/Debian/debian/control
blob: 02da0cc6e4e7ef84b1208a4da1b183ec7dc42d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: rabbitmq-server
Section: net
Priority: extra
Maintainer: RabbitMQ Team <packaging@rabbitmq.com>
Build-Depends: cdbs, debhelper (>= 5), erlang-dev, python-simplejson, xmlto, xsltproc
Standards-Version: 3.8.0

Package: rabbitmq-server
Architecture: all
# erlang-inets is not a strict dependency, but it's needed to allow
# the installation of plugins that use mochiweb. Ideally it would be a
# "Recommends" instead, but gdebi does not install those.
Depends: erlang-base (>= 1:12.b.3) | erlang-base-hipe (>= 1:12.b.3), erlang-ssl | erlang-nox (<< 1:13.b-dfsg1-1), erlang-os-mon | erlang-nox (<< 1:13.b-dfsg1-1), erlang-mnesia | erlang-nox (<< 1:13.b-dfsg1-1), erlang-inets | erlang-nox (<< 1:13.b-dfsg1-1), adduser, logrotate, ${misc:Depends}
Description: An AMQP server written in Erlang
 RabbitMQ is an implementation of AMQP, the emerging standard for high
 performance enterprise messaging. The RabbitMQ server is a robust and
 scalable implementation of an AMQP broker.
Homepage: http://www.rabbitmq.com/