diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-03-22 13:42:23 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-03-22 13:42:23 +0000 |
| commit | c668b6175d7749567c71ef53928386982fa4ccd2 (patch) | |
| tree | 4ba240328e924b5ec211fb596705331c56105b49 | |
| parent | a6918e73ad3dbc7084ff571f9a4e0808a16574fe (diff) | |
| parent | bbd5d59934f41cc57d341bd106abe566db8dd30f (diff) | |
| download | rabbitmq-server-git-c668b6175d7749567c71ef53928386982fa4ccd2.tar.gz | |
merge bug23730 into default (Make Debian packages depend on "erlang-nox" metapackage)
| -rw-r--r-- | packaging/debs/Debian/debian/control | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control index 02da0cc6e4..45f5c5c443 100644 --- a/packaging/debs/Debian/debian/control +++ b/packaging/debs/Debian/debian/control @@ -7,10 +7,7 @@ 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} +Depends: erlang-nox (>= 1:12.b.3), 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 |
