diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-04-10 11:57:29 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-04-10 11:57:29 +0100 |
| commit | 6ede39eb503ce74f64baebf5703fa879daf5c6f1 (patch) | |
| tree | 29e473a7a8d865407cfc7c830becc69fe848f007 | |
| parent | 7fabea777688d2ae191e35d63e9dab77a2205160 (diff) | |
| download | rabbitmq-server-git-6ede39eb503ce74f64baebf5703fa879daf5c6f1.tar.gz | |
Allow use of esl-erlang
| -rw-r--r-- | packaging/debs/Debian/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control index d4526d877d..3a15c4b65d 100644 --- a/packaging/debs/Debian/debian/control +++ b/packaging/debs/Debian/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.9.2 Package: rabbitmq-server Architecture: all -Depends: erlang-nox (>= 1:12.b.3), adduser, logrotate, ${misc:Depends} +Depends: erlang-nox (>= 1:12.b.3) | esl-erlang, adduser, logrotate, ${misc:Depends} Description: 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 |
