summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-09-17 17:26:01 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-09-17 17:26:01 +0100
commit9cc684e0ee84822a9ced92d9d603780f6bcce735 (patch)
treed01d126329e9b3f4023553db219d995d9eaf97ea
parent2d11a43555d3e7eba537147915ff1fb144f493cf (diff)
downloadrabbitmq-server-9cc684e0ee84822a9ced92d9d603780f6bcce735.tar.gz
Add a comment.
-rw-r--r--packaging/debs/Debian/debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control
index c6f0432b..6ec882f3 100644
--- a/packaging/debs/Debian/debian/control
+++ b/packaging/debs/Debian/debian/control
@@ -7,6 +7,8 @@ Standards-Version: 3.8.0
Package: rabbitmq-server
Architecture: all
+# erlang-inets is there because mochiweb requires inets. It's not a recommends
+# because 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