summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-09-19 20:53:18 +0100
committerDavid Wragg <david@rabbitmq.com>2010-09-19 20:53:18 +0100
commit8b5d897228b95f79eb5f924679ad554da248c822 (patch)
tree7d3ab7c389f367ce4a4f2663c85775fb624253f5
parent9cc684e0ee84822a9ced92d9d603780f6bcce735 (diff)
downloadrabbitmq-server-bug23255.tar.gz
Rephrase commentbug23255
-rw-r--r--packaging/debs/Debian/debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control
index 6ec882f3..89e7bb4a 100644
--- a/packaging/debs/Debian/debian/control
+++ b/packaging/debs/Debian/debian/control
@@ -7,8 +7,9 @@ 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.
+# 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